Debounce function for type-ahead search results in suitecommerce advanced

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

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

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