My Stuff
Comments
-
Hi @Mikko De La Fuente-Oracle , using saved search is possible but not ideal for this application. It makes what would be a really simple query much more complicated and much slower. Is there a plan to make TIMEOFDAY data available in SuiteQL?
-
Hi, enhancement 538825 is specifically related to joining time records. i don't believe this is the same or related.
-
Hi Mikko, The write works fine and sends the JSON along with a HTTP status code of 200 as expected. My question was if it's possible to return a response code other than 200. For example if I am using the suitelet as an API endpoint I may want to send a status code of 201 to indicated a record has been created or a code of…
-
Hi Joahnna, The SuiteAnswer explains the problem however triggering on Before Record Sumbit isn't possible because the transition is on a field change on a related record. If I trigger the action on Before Record Submit the actual field update doesn't occur until the record is opened for editing and then saved.
-
It appears whether the set field value works or not depends on the event or context. With the button trigger it works fine. On the view trigger running under beforeload it fails. In case it matters the view trigger is after transitioning on a related record field value change.
-
Hi Joahnna, It's a custom transaction body field. "SVC Billing Approval Status" is a custom list.
-
Hi Joahnna, It's actually not related to the button press. Hopefully the attached pic shows the problem. In this case it's on the initial (start) workflow state when trying to set the field value on entry, there is no button press involved. I do get the same error though when transitioning on a button press.