My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
Hi, You can place your whole validation into an if condition, as below. if (type == 'create') { <your code> } In this way your code will run while creation on new record only. Note: Make sure 'type' is a parameter defined in the page init function. E.g. function PageInit(type) Hope this resolves your problem. Regards.…
-
Daniel - What about the case where Joined Search is not an option. E.g I am trying to retrieve a customer list and would like to get the customer status(entityStatus field in response) for each customer. The customer status comes back with the internal id value. - <platformCommon:entityStatus> <platformCore:searchValue…