I need to develop a solution that bridges two Nets...
# suitescript
k
I need to develop a solution that bridges two Netsuite accounts, such that a record created in Account A can trigger a related record creation in Account B. For now, I do not have access to Account B, but the owners would be willing to install a SuiteBundle to accomplish this functionality. Does a user event in Account A that triggers a call to an external suitelet installed via SuiteBundle to create the new record in Account B sound like an okay way to solve this? Or should I be considering a different approach?
b
external suitelet basically should be the last approach
k
okay, what's the first? 😛
b
traditional integration options are suitetalk or restlet
k
okay, I will investigate, thank you
c
I've done this before to sync records between accounts. Account A is your master and B is your copy it seems. What you'd need is a restlet in account B that is called from account A from a UE (or whatever script you're using to start the process).