-
Map / Reduce Script not triggering User Event script?
Hello Gurus, I need help understanding why the User Event script is not triggering when M/R script updates the Invoice, here is my scenario: User Event script deployed on the Invoice record which set line fields M/R script called from the Suitelet with parameters that change the value of the body field. Result: M/R script…
-
How change return ship via and integrated return label fields in IF
Hi! I have a problem. I developed a script that automatically changes the fields return ship via and integrated return label. A week ago everything was working correctly, but since yesterday these fields have stopped changing. I've already tried using a completely different script, but I can't change anything. Here is my…
-
Suite Script Error message
I received the below error when the Revenue Arrangement submit for approval is clicked. I just recently updated the Revenue Recognition Approval Workflow by adding a new user role. I created this new user role and added it on the submit for approval button as part of the condition. I also updated the employee profile under…
-
BankFeed error - SSS_SEARCH_ERROR_OCCURRED
Hi, In Match Bank, upon selecting the bank account - the following error occurs: The bank import for one or more accounts failed due to the following error: NetSuite cannot connect to your financial institution. For more details, refer to the Execution Log on the Plug-In Implementation page. If needed, please contact…
-
Display calculated value in a field on VIEW user event
I'm looking for a way to populate value into "calculated" field that would display value in a record field. At minimum I need to display a value in a numeric field on VIEW and EDIT user event. Pseudocode: if (record_in_view || record_in_edit) execute saved search; calculate value based on saved search; display value in a…
-
How do I call a map/reduction script with a user event script?
Currently I have a user event script that the previous developer left me and it is exceeding the governance usage points. What I'm thinking of trying is to extract the aftersubmit function within the user event script and put it in the map/reduce script. I want to extract the aftersubmit because that is where the…