My Stuff
Comments
-
Hi, Thanks for confirming! If I may, how does one file a case to contact NetSuite Customer Support internally? All the best, Ray Mart
-
Hi, To reproduce the issue: 1) Create a user event script written in SS2.1, with a beforeLoad() entry point. Add any logging statement in that entry point. This will be used to validate that the user event script has been triggered. 2) Deploy this script to customer payments and in that deployment enable localization…
-
Hi @Richard James Uri-Oracle, I'm not quite sure I understand. I'm not referring to customer payment creation automation. I'm wondering why user event entry points don't get triggered when creating customer payments if localization context filtering is enabled. thanks!
-
Hi @Leonard Mallare-Oracle , Apologies for the late revert, it was already late when I posted this one. I managed to get it working by using require(['N/render], (r) => render = r) //were render is a local variable instead of adding it inside the define function. For some reason, NetSuite is throwing off a missing…
-
Hi @Nicole Mendoza-Oracle, Thanks for the swift response. Regarding this comment - NetSuite is currently not capable of the feature you're looking for. You mean it's only possible if it's three single-column field groups and not for two right? Tried two field groups with one having breakType prop equal to STARTROW and it…