Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to access attribute of member selected on form

edited Oct 20, 2020 7:43PM in Planning 1 comment

Summary

Need to use attribute of member selected on form to perform actions on all other members with the same attribute

Content

Does anyone know how we can use the attribute of a member selected on a form to then perform actions on all other members with the same attribute value?

This FIX works (sample with attribute hardcoded):

FIX(@WITHATTR("Client", "==","Client_1234"))

But this doesn't
FIX({EntityForm})
   FIX(@WITHATTR("Client", "==", @ATTRIBUTESVAL("Client")))
 
Basically we are trying to create a list of all the Entities that share the same attribute as the one selected on the form.
 
Appreciate any ideas/suggestions

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!