JLU_Design Posted June 10 Share Posted June 10 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 More sharing options...
Solution Joe_Carrick Posted June 10 Solution Share Posted June 10 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. 1 Link to comment Share on other sites More sharing options...
JLU_Design Posted June 10 Author Share Posted June 10 7 minutes ago, Joe_Carrick said: custom_fields["field name"] Thank-you! I tried everything but the square brackets. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now