I've created a flow to build new Resource records for my portal users using the Resource Update node. However, I don't see a way to update the Lawson Environment settings (as seen in LSA) from my flow -- specifically, I need to update the Data Area/ID field. As a result, my newly defined user is unable to log in to portal until the Data Area gets populated and causes a GEN\USER record to be created.
Is there a way to add or update the Lawson Environment settings from processflow?
I use a Resource Query node to get the UID based on their userid that is then run through javascript to convert it to a NTID. I then use that to update the USERINFO and R_USER tables using Sql. This is done after all the other information has been added to LDAP.
Hello Adam,
Did you ever figure this out?? I ran into this a while back, but it wasn't a priority at the time. I 'd like to know if you were able to update that screen via IPA, and if so...how? Was it via the Resource Update node?? Thanks
hat's great to hear. So I'm assuming that entry(ies) in the USERINFO and R_USER tables correspond to the values on Lawson Environment Information screen? If so, what field(s) on that screen holds the NTID? and more importantly, what is the NTID? I might be familiar with it but the terminology maty be throwing me off. And If you don't mind sharing the details of how you did it, i'd appreciate it. I'm @ kogundare@gbmc.org
Overall, sounds like i have to include the follows steps to provision the Lawson Environment Information screen (feel free to correct me if wrong):
1. Using the Resource Query node, get my resource's UID.
2. Run that UID through a javascript within say, an Assign node to get its NTID equivalent.
3. Using a SQL nodes (Query and/or Xsaction), insert this NTID in to DB tables - USERINFO and R_USER
4. Check for the entries on Lawson Environment Information screen.