My Stuff
Comments
-
Hey @Sivasubramaniam, Sending a file using multipart/form-data content type in the options.body parameter is not supported. Can you try the below methods? You can send Base64 PDF content via POST API. or Sending the encoded render object is possible using the POST API var poPDF = render.transaction({ entityId:…
-
Hey @Volkan Eroglu , Not sure if the answer below will work exactly as you are looking for. You can define the saved search access roles and employees in the audience subtab Thank you
-
Hey @User_9AUJK, Please check the below suite answer Custom Role cannot save a Saved Search due to permission > error you cannot access this search because it includes restricted fields. Please contact your administrator transaction search https://suiteanswers.custhelp.com/app/answers/detail/a_id/92049/loc/en_US Thank you
-
Hey @Harbour Mastery Inc, If you need to restrict zero quantity in invoice record level Implement client script/ workflow to validate the sublist field quantity field If you need to remove zero quantity lines in any saved search or report Define criteria Main Line False quantity in transaction units should be greater than…
-
Hey @User_ESHF0 , I believe the authentication is 0auth 1.0 Please make sure that the below details are provided in postman request Signature Method - HMAC-SHA256 Consumer Key Consumer Secret Access Token Token Secret Version - 1.0 Realm - Account Id Thank you
-
Hey @pbr528 If I understand correctly, you are trying to set a value in the date field referred from the date time field using workflow. I have tried the formula below in the workflow and it worked for me. TO_DATE({FIELD_ID}) FYI; In the above case, workflow will trigger on record after submit Thank you