My Stuff
Comments
-
Option D
-
Hi @brocha, Have you tried to get the data that you need using JDBC? Here is a link talking about: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_3994742720.html#Accessing-the-Connect-Service-Using-a-JDBC-Driver Using that you can query data directly from the netsuite DB. It may can help deppending…
-
I'm trying to remove when the user make a copy from a transaction using the make copy button in the actions buttons of the transaction. There is a lot of others cllientscripts running in this transaction form (even the standard netsuite notfication about inactive itens and accounts), so there is a lot happening at same…
-
Just did it! Hope that can help anyone!
-
Hi guys! Just found what happening and how to solve the problems: The copy proccess was breaking because the logic of my clientscript was affecting it for some reason, while trying to lookup the inactive field in the loop on the lines of the transaction, and then no all itens are inserted in the copy. The solution: just…
-
D - Bundle incentory, bundles aren't items.
-
D - Delete doesn't exists
-
Totally C
-
Just found that what is causing the 'problem' was that had been added more accounts in the production environment and then, the limit to show results in lists had being hitted, changing the behavior of the field inserting a searchbox to find a result in the list instead of just show the selection list. Basically, change…