You can use the debounce function for type-ahead search results. When a user begins to type a keyword to search for, requests are sent automatically after the third character is entered. As the user types keywords, more requests are sent. This can lead to a potentially high number of unnecessary requests. For example, if the… Continue reading Debounce function for type-ahead search results in suitecommerce advanced
Tag: search
How to Create a Report to show Prepayment Account balance
How to Create a Report to show Prepayment Account balance
Is it possible to show a saved search to all customers without any logins?
Is it possible to show a saved search to all customers without any logins?
Saved Search Formula Number of Weekdays between Two Dates
Saved Search Formula Number of Weekdays between Two Dates
SuiteAnalytics Tips
SuiteAnalytics Tips
Search to Get the Percentage of Fulfilled Quantity Out of Ordered Quantity
1. Navigate to Lists > Search > Saved Searches > New > Select Transaction. 2. Under Criteria tab, set the following:Type is Sales OrderDate is (specify a specific period)Main Line is falseTax Line is falseCOGS Line is falseShipping Line is false*Set other criteria needed. 3. Under Results tab, set the following: NumberNameQuantityQuantity Fulfilled/ReceivedFormula (Percent) > Formula = nvl({quantityshiprecv},0)/nullif(nvl({quantity},0),0)4. Enter a Search Title.5. Hit Save & Run
Saved search workflow condition
Saved search workflow condition
Saved Search and receives a “Field Not Found” error.
Saved Search and receives a “Field Not Found” error.
Adding Saved Search for Sales Orders Involving Special Orders and Service Items
Adding Saved Search for Sales Orders Involving Special Orders and Service Items
Adding Saved Search Permission to a role
The client would like to add permission to create a saved search to certain role. In order to achieve this requirement we can add the “Find Transaction” permission under the transaction subtab and choose the “Custom Search” under the list subtab. On saving the record, the Employee with that specific role can create a custom… Continue reading Adding Saved Search Permission to a role