Custom Fields Macro Access Format


JLU_Design
 Share

Go to solution Solved by Joe_Carrick,

Recommended Posts

I'm trying to access some data I have stored in an Object Information Custom Field.

I tied searching the help but can't seem to find any Info.

 

This outputs all the info in all of the custom fields:

%custom_fields{}%

I want one specific custom field data output.

 

Link to comment
Share on other sites

  • Solution

custom_fields["field name"]

 

is the way to get the data.  Of course you'll need to specify the object in your macro.  Owner would be typical if you want the outpt in the object's label.

  • Upvote 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share