Hi, I created a custom form with a dropdown component, for the dropdown options I need to get from other sources (not hardcode), for example from a database.
I can use Fusion to connect a database table and get the options data, but how should I update the dropdown component with Fusion.
Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi - we've done something along these lines. We need to replicate the Opportunity record from Salesforce into Workfront to enable our teams to link projects to Salesforce Opportunities.
We are:
As new opportunities are sent to Workfront, projects are created. The creation of these projects adds them as choices in the typeahead using Workfront's standard typeahead custom field functionality.
I don't believe you can have a drop down update dynamically or you will lose any data that used items in the drop down that no longer exist.
Views
Replies
Total Likes
Thanks @Stacey_Robertson, If there was a workfront API which provide update custom field object, that would be perfect.
Views
Replies
Total Likes
Hi - we've done something along these lines. We need to replicate the Opportunity record from Salesforce into Workfront to enable our teams to link projects to Salesforce Opportunities.
We are:
As new opportunities are sent to Workfront, projects are created. The creation of these projects adds them as choices in the typeahead using Workfront's standard typeahead custom field functionality.
Thanks @Jason_JB your solution is very helpful, you mean you set project as the Referenced Object Type, right?
we have lots of projects, so that means user may search some irrelevant contents, did you add any filters?
Views
Replies
Total Likes
Yes, that's correct - the "Referenced Object Type" is "project".
Yes, we have filters that limit the options. For the specific example I mentioned we're filtering based on portfolioID and project.status.
If you would prefer to update a dropdown list instead of doing it this way, that is also possible. You have to update the parameter options for that parameter (aka property).
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies