Steps:
Hello, my name is John, and today we are discussing customizing applications using Application Composer.
Step 1In this demo, I will show you how to create a workflow.
Step 2A workflow consists of two parts.
The first part is a triggering condition written as a Groovy script. In this example, the workflow is triggered when a salesperson enters or updates the date an opportunity budget becomes available.
Step 3The second part specifies the actions you want the workflow to take if the condition is met.
Step 4You can use the workflow to update fields.
Step 5To send e-mail notifications.
Step 6To create tasks.
Step 7Send an outbound message to a Web service.
Step 8And trigger a business flow, for example, an approval flow.
Step 9This is the first in a series of demos that shows you how to create a workflow to update fields, create tasks, and send e-mails.
Step 10In Application Composer, we start by selecting the application. We are creating a workflow for Opportunities and they are part of the Sales application.
Step 11We select the Object Workflow link.
Click the Object Workflows link.
Step 12Let's create the workflow.
Click the Create button.
Step 13We are creating the workfow for the opportunity object.
Click the Object list.
Step 14Click the Opportunity list item.
Step 15Click in the Name field.
Step 16We are going to trigger this workflow when the budget date is revised.
Enter the desired information into the Name field. Enter
We want to evaluate the trigger condition each time the record is updated.
Click the When a record is updated option.
Step 18Let's add the trigger condition using the built-in Groovy expression builder.
Click the Groovy Builder button.
Step 19We can use the expression builder palette to insert fields, functions, and keywords.
Step 20I have the Groovy script on the clip board, so I'll just paste it in.
Press [Ctrl+V].
Step 21Let's validate the script.
Click the Validate button.
Step 22Click the OK button.
Step 23Now that we entered the triggering condition, we are ready to enter the actions we want the workflow to take.
Step 24In this demo you learned to create a workflow in Application Composer.
You can find additional learning resources in your Oracle Fusion Help application, as well as in the Oracle Learning Library, and at Oracle University. Thank you.
Step 25