Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Web Services based alignment with legacy platform
Hi all,
we're developing a row-by-row alignment infrastructure with a legacy system, using javascript and user events in NS and calls to external Web Services..
Using scripts we're able to intercept create, edit and delete events in netsuite custom records and invoke the relative method via web service. The granularity is thus "entity" based (on both systems). If I modify an employee in NS, the same update is made on the legacy system. So far, so good, quite simple.
Unfortunately, we're facing problems with a set of custom record tables (one father, three children) defined in netsuite as "sublist".
We experienced that, for these kind of records, the firing of user event is not "per entity" but instead is "per father entity". This means that the user event is triggered once the father is updated and not for every update made within a set of rows.