Hi,
Can a "User" assets Attributes be linked with custom fields so that the person filling out the form may select from defined users in the user Attributes field?
Hi @Michael ,
You cannot link a Attribute to a custom field. What you can do is link a object type and show specific attributes of that object in a custom field.
If, your attribute is another object type, you could look in to creating a custom field of that object type (Person?) and setting an AQL on the field where it only shows the users that are an approver for your "Test System" object
It'll be tricky so I suggest doing this in steps and first writing an AQL within Assets to get only the persons who are in the approvers attribute of "Test System".
After that you can make the "Test System" a placeholder in the AQL (on your custom field definition)
If the attribute however is a select list/text field or something not in Assets you won't be able to do this method.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.