My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
-
Create a task from Opportunity via a custom button by workflow
In Opportunity, we can go to communication > Activities subtab and click New Task button to create a new task. The task and opportunity will be related record. In Task Related Record tab, we can s…2 -
custom role can't see saved search result
I have a saved search which is public, but some employees can't see the result list. The saved search is saved transaction (PO) searches, which has 98 results. The saved search owner has adminis…1 -
French version invoice pdf
We have a few customers who need French version invoice PDF. We have English PDF template. Do we have to create a separate form with French version PDF template? What's the recommended practice …4 -
how to make Assembly components display in picking ticket and packing slip only?
We would like to display assembly components in picking ticket and packing slip only? And in Quote, Sales Order and Invoice, we don't want to show components. Is it possible to achieve that? If …1 -
Re: How to add current time and user name in a custom field
I did some research and found the answer. To display current time and user name, the following formula works: nlapiDateToString(new Date(), 'datetime') + " " + nlapiLookupField(…1