Description : When a workflow is used on a record, various details, such as Workflow Name, Current State, Date Entered Workflow, Date Entered State etc., can be found under the Active Workflows subtab of the record. Solution 1.Navigate to Lists > Search > Saved Searches > New 2.Click Transaction 3.Click Results 4.Field: Note: For every… Continue reading Display Workflow Details in Saved Search Results
Author: Remya Krishnan
Things to notice when adding the domain name to workflow conditions
Description : The things to be noticed when adding the domain name to workflow . Solution The domain name added in the condition must match the domain name in the sales order. .In the Sales Order under the Custom tab, there is a field labeled “Domain.” The domain name from this field should be set… Continue reading Things to notice when adding the domain name to workflow conditions
Resolve the “Invalid Department reference key ##” Error Message when Submitting an Order from the Web Store
Description Resolve the “Invalid Department reference key ##” error message when submitting an Order from the Web Store. Solution The Department record is set to Inactive. To verify this, navigate to Setup > Company > Department and edit the Department record with Internal ID = ## The Parent Department of the department with Internal ID… Continue reading Resolve the “Invalid Department reference key ##” Error Message when Submitting an Order from the Web Store
Resolve Out Of Stock Message not Displaying on Product Page in SuiteCommerce Advanced
Description One possible cause of the display Out-of Stock Message not displaying in the Product details page of a Matrix item is because one of the required fields is not added on the matrixchilditems fieldset. Solution 1. Navigate to Commerce > Websites > Website List > “Your Site” > Field Sets 2. Add Display Out-of-Stock… Continue reading Resolve Out Of Stock Message not Displaying on Product Page in SuiteCommerce Advanced
Clamp Method
Description The clamp() CSS function clamps a middle value within a range of values between a defined minimum bound and a maximum bound. The function takes three parameters: a minimum value, a preferred value, and a maximum allowed value. Syntax /* Static values */ width: clamp(200px, 40%, 400px); width: clamp(20rem, 30vw, 70rem); width: clamp(10vw, 20em,… Continue reading Clamp Method
Mass Update Fields Tab Is Missing in Saved Mass Update
Description When the user opens a saved mass update record, the Mass Update Fields tab does not show even when using the Administrator role. It is likely that the Mass Update record was created through a Mass Update script. Solution User can identify the associated script by looking at the URL of the Mass update… Continue reading Mass Update Fields Tab Is Missing in Saved Mass Update
Customize Transaction Saved Search to Display the Custom Field of a Custom Record Type
Description This is to by creating a new Custom Field from the custom Record Type, where the Field Type =List, List/Record =Transaction , and Record is Parent box must be checked Solution Create Custom Field Navigate to Customization > Lists, Records, & Fields > Record Types Click Custom Record Type Name Example: Custom Record 1… Continue reading Customize Transaction Saved Search to Display the Custom Field of a Custom Record Type
2024 Release Custom Fields
New Custom Fields Task Field Service Internal Note Field Service Sign Off Technician Field Service Technician Signature Field Service Customer Name Field Service Customer Signature Field Service Task Outcome Case Field Service Assets Field Service Sign Off Technician Field Service Technician Signature Field Service Customer Name Field Service Customer Signature Projects Field Service Assets Asset… Continue reading 2024 Release Custom Fields
2024 Release New Forms
Transaction Forms New Transaction forms were added Field Service Quote Field Service Sales Order Field Service Item Fulfillment Field Service Invoice Field Service Expense Report Field Service Time The following standard record forms were updated Field Service Project Field Service Case Field Service Task New custom record forms were added Field Service Job Safety Field… Continue reading 2024 Release New Forms
To get the details of the contact of a customer
To get the details of the contact of a customer, we can use these possible method Method getUserProfile() → {UserProfileInfo} The syntax is given below, var userprofilecomponent = container.getComponent(“UserProfile”); userprofilecomponent.getUserProfile().then(function(profile) { });