Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Custom Prompts

Avatar

Level 2
I want to create a custom prompt using custom fields, normally you can search the API explorer for the camel code for the field but if it is a custom field then obviously it is not in there. I did load the column and switch to text mode to see what workfront had called my field but it looked like the label, on a secondary point the field is boolean what would be the syntax of the "custom field name = yes/no? Cheers
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

3 Replies

Avatar

Level 7
Yes, the field name is the label. You will need to add "DE:" in front of it. So if your custom field is called "This is a custom field", and your values might be "Hello", and "Goodbye", your Condition might be: DE:This is a custom field=Hello I'll check on the boolean question.

Avatar

Level 7
Thinking about the boolean question - I don't think there is one. What type of custom field are you using? They all have a value. So if you're using radio sets for a boolean question, it's not truely boolean as each radio set has a value (In this case, you assign it "Yes" and "No", but it could be "red" and "white".

Avatar

Level 2
Sorry for the delay in response, many thanks that solved the issue. Regards Martin