Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
CB Query Field that finds sponsor user id. The query for the query field could be for example as follows.
Please Log in or Create an account to join the conversation.
Check the field on the users profile to ensure it's outputting correctly. The field must be set to display on profile for its substitution to work. If you don't want it actually visible then move it to a tab that's in a not shown on profile position.It does not seem to work with a CB query field, I have even moved up the CB query field plugin above auto action plugin but no chance.
You'd need another CB Auto Action to store it to another CB field. You don't need to do this though as substitutions use getField API, which will pull the query field results fine. This assumes the user object is properly present.Is there a way to move the result of the query to a static field ?
I don't know what you mean by bad results. With the after login trigger the user is logged in and their user object exists. So it should be fine assuming the query is correct and its substitution outputs a value.If I set up the afterlogin trigger, will it gives bad results after the first time ?
If the connection already exists it just skips it.or if the connection already exists will it just fail gracely without overloading something ?
Please Log in or Create an account to join the conversation.