Giuseppe Iannacone Posted August 4, 2022 Posted August 4, 2022 I need to get a user legal entity starting from a custom field value, stored in the user properties at "Attribute 3", I'm wondering how this can be achieved at a BPM stage, can you please help me out?
Steve Giller Posted August 4, 2022 Posted August 4, 2022 If the User is the Request Customer then I would expect a Requests->Get Request Information->Customer Details node to return the value in &[global["flowcoderefs"]["getCustomerInformation"]["custom3"]]
Giuseppe Iannacone Posted August 5, 2022 Author Posted August 5, 2022 @Steve Giller unfortunately not, the customer is the user's manager
Steve Giller Posted August 5, 2022 Posted August 5, 2022 @Giuseppe IannaconeIn that case the &[global["flowcoderefs"]["getCustomerInformation"]["manager"]] value will return the Manager ID, which you can use in a Core->Application->Users->Get User Custom Attributes node.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now