My Stuff
Comments
-
Thanks Mathieu, I found Detailed description as a field in dropdown list when using formula, its tag is {storedetaileddescription}, but I didn't find sales description in dropdown list, but when I added the tag it works :) I have one more question regarding this: I want to create saved search that will send an alert when…
-
Hi, I investigating in this issue and find the following: problem is not in object tag or in youtube as a keyword (as I thought before) The problem is the keyword I searched for existing after 995 characters in detailed description and that is for all keywords summary: If the keyword exist in the first 995 characters in…
-
Hi, The first code added in detailed description for item that is displayed in search results is: <object width="445" height="364"><param name="movie" value="http://www.youtube.com/v/9z8a6jlBQbg&hl=en&fs=1&rel=0&color1=0x3a3a3a&color2=0x999999&border=1"></param><param name="allowFullScreen"…
-
Hi, Detailed description is a rich text field. for some items, we add an object tag there to display a video (usually from youtube), I tried to create a saved search for items contains "youtube" in detailed description, but not all items retrieved - is that because youtube keyword existing in HTML tag (not displayed in…
-
Thanks Kishorebojja for reply But I need to create a customer saved search not a contacts search, because I would verify the number of contacts we have (It should be more than the number of customers have contacts), I need it for comparison
-
:confused: please, can you explain that more and provide a ven diagram for that or a real example if possible?? I'm sorry for the delay, but I took time to search about that, but also I don't understand it 100% some of my questions * does parent means customer field regardless the customer is lead or customer closed won? *…
-
:) yes it works
-
When we create a contact search, what is the deference between Customer Fields... and Parent Fields... and Company Fields... and Customer (Primary) Fields... they are in criteria tab
-
it is items saved search..
-
When I tried that, the count on # Times Viewed return the total # time viewed for all Items, and group for Display name and Date viewed returns one Item, (While there is about 700 items must be returned), and It will remove other columns from the results (it will display only Item code, Date viewed), while I added Store…
-
Hi, today I called NS about that, and it works with me when I followed the following steps which they provided: 1. apply layout you need to the publish saved search. 2. go to Setup > Web site > Set up Web site 3. go to Legacy tab 4. uncheck Legacy Dense List Layout box 5. Click save now, the layout should be applied to the…
-
Unfortunately, I'm planning to use email field. This is an enhancement in NS "Enhancement 30078". but is there any ideas for a workaround? should I write a script. but the script have to load all submitted records. It will be heavy with load time
-
checking the store value will display it for future creating POs, and no way to update current POs. check the store value and try to create new PO, then, it will pullup the "on order" qty for the item an idea just come up: to add custom column with formula (onorder - quantity), I did a draft testing but it failed. you may…
-
Glad to hear it works :) Actually, we don't use Multi Location feature, so I don't know about this issue, sorry for not helping
-
Hi Jim, Navigate to "Transaction Column Fields" and choose to add new one Fill it as the following: Type: Decimal Number Apply to: Purchase Item In Sourcing & Filtering tab, choose "item" as source list and choose "On Order" as Source From If you need to display On order qty before creating the PO, then you have to check…
-
is it field "Credit Card Form" in Shopping tab? Thanks a lot for help
-
I reported this to support and they gave me a good work around using a very basic workflow. You could write about 2 lines of Javascript to provide that validation (that LastName not Null) can you post the workaround here (workflow or javascript)? In Name field validation, we can do that there should be a space followed by…
-
Hi Rob, thanks for reply, but the workflow is not working, I tried to apply it on contacts and on customers with choosing all subtypes, but when I go to the registration page in our webstore, I have able to register without inserting last name, and record generated from registration not include last name we need this for…
-
Hi, I checked the enhancement on NS and it is just for change the order of the fields, adding custom fields is not mentioned in the enhancement, It displayed as the following: Address Forms> please add the ability to change the sorting/order of address fields (User wants to be able to have Zip Code before City and State)…
-
I may add a custom checkbox and edit the code to be as the following: function sale_init(type,name) //Type is the event type, not record type { if(nlapiGetFieldValue('CheckBoxName') == 'F') { var recordType = nlapiGetRecordType(); if (recordType == 'invoice') { nlapiSetFieldValue('customfieldname','');…
-
Hi, When creating custom fields, and when choosing "main" from "subtab" field under Display tab, the field will appear in the main area in the item record "White area where (Item Name/Number and Display Name/Code... exist" hope this helps
-
I think we can (but I don't know if changing it in invoice will reflect to the SO or not), but it confused employees who working on invoices when it is already filled. may be script can solve the problem, or set this field to not display in invoice and create another field that will be displayed in invoice and not…
-
Hi, I tested the script, and here it is: function sale_init(type,name) { if(type == 'copy') { nlapiSetFieldValue('customfieldname',''); } } I didn't check the record type because I already deploy the script on invoice
-
we can't set the field to not display since we need to use another option in the invoice
-
Thanks :) I'll give it a try
-
It is a dropdown list, and I didn'e add a default value for it. but in SO when we select option in that dropdown list, then do the SO process (approve > fulfill > Bill) the invoice generated contains that field and filled with the value selected in SO
-
Hi Matt, I'm sorry, I didn't work on this yet, since we have a lot of scripts deployed in transaction, we postponed this to not make transaction page load slowly.
-
Thanks Mathieu, I will try it :)
-
Hi, I removed tracking number from body fields, and I add it as custom element in PDF transaction form Layout, now I would to add idd it in HTML Layout, so I tried to add Tracking #: <NLLINKEDTRACKINGNUMBERS> below <NLBODY> but the <NLLINKEDTRACKINGNUMBERS> tag displays nothing, While it is not empty
-
Hi, now we noticed that <NLTRACKINGNUMBERS> display tracking umber as a text, without the link. Is there another tag to make it clickable as a link?