Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

Ex: Data Propagation to SpinOff Case

Scenario
DealSnap accept product details from users. Then product details will be propagated to Supplier
using Data Transform.

The following table provides the credentials you need to complete the exercise.
Role Operator ID Password
Administrator Admin@rgb rules

Your assignment
Create the case Purchase request case and enter product details. then make the Purchase
request call the case Supplier using data transform.

Detailed steps
1. Switch to Dev Studio Create the Purchase Request case type with following details.

2. Open purchase request case type, select request details step and click on configure view,
and configure the view as below
3. Create the Supplier case type.

4. Click the configure view for the order details step in supplier case type

5 . In Purchase Request case select "Create supplier case" step and select Create case radio
button from the drop down select " Supplier" also select "Supplier" in drop down of starting
process. In DataTransform type "CopyToSupplier" and click on the gear icon to create
DataTransform
6. Create the CopyToSupplier data transform with the following steps.

or
if we are using FieldGroup properties in Purchase Request( Items(PId,PName,qty) ) and
Supplier ( Items(Pid,PName,Qty) ) use following Data Transform

7. Under Pages & Classes tab add the pyWorkPage definition to "Purchase Request"
Verify your work
1. Run the Purchase Request and enter information and continue till the create case step.

2. Once you click on submit supplier case will be created and data will be propagated to
Supplier case.

You might also like