Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am working off of an ACS Solution Engine and I have been trying to add users and update information using RDBMS. I have been able to successfully add users and give them passwords and even groups, but I can not figure out how to update information ...
Hey,Thank you for the advise, I tried that before and it didn't work, but I figured it out this morning. I had the same Sequence ID for all lines and it was only processing the first one. Once I changed that and used the "USER_DEFINED_FIELD_0" it wor...