A source system provides a list of users and their job roles and departments. The destination system requires the job role values be revised to match the job roles by different department. The end users currently use a spreadsheet to manage that mapping. Updates to this list are infrequent, and management requires more security than the current process offers.
Which method is appropriate for this use case?
A Fusion scenario updates project conditions each night, and should set the project condition to At Risk if there are any high priority open issues on the project. The scenario retrieves all open projects and cycles through the projects. For each project with issues, it retrieves all associated open issues, iterates through them and sets the project condition to At Risk if the issue is high priority or On Target if it is not.
A user notices that Fusion is updating the progress condition multiple times, once for each issue in the project.
How can the developer ensure the project is updated only once?
A user queried Salesforce for user information, and it returned a name, email address, and user ID. The user would like to assign a task in Workfront.
Which steps are required to assign the task?
In scenario settings, which two fields can be adjusted to affect how a scenario is executed once running? (Choose two.)
Which statement about Workfront Fusion templates is accurate?
This scenario shows a 1 in the bundle inspector for the Tasks module and a 23 in the bundle inspector for the Project module.
What does the number in the bundle inspector represent?
A Fusion user must archive the last five versions of a scenario for one year.
What should the user do?
A web service provides the following array named "Colors":
Which expression returns the first ID in the array?
A custom API call to a web service is used inside of a high volume iteration. The module that calls the web service sometimes returns an error - 429: Too many requests.
Which two actions may be used to address this error? (Choose two.)
A series of queries return several JSON packets that include a combination of nested arrays representing objects and their fields.
How should that information be arranged if each object needs to be processed through a portion of the scenario?