I want to run an integration to mass inactivate accounts (GP 10). However, the e-connect GL Account adapter does not allow for updates, only inserts. So that leaves the Standard Adapter. As you may know, if you are trying to inactivate an account through the front end, and it has a balance, it will pop up a warning message "This account currently has a balance, are you sure you want to inactivate it?"
This pop up is killing the integration.
Any suggestions on how to get around this?
Thoughts:
Use scripts before document to either check if that account has a balance, or just have that script go in and run an update on the GL00100 and set ACTIVE to 0, then let integration manager continue through. Since this will be a list of all accounts to inactivate, it will see that they are inactive already and skip them (my guess). Maybe even write to UserDefined1 "Inactivated on "Today""
Some way through the integration scripting that I can turn off that message from popping up. Can't think of how to do this.
Any suggestions woudl be helpful.