To automatically add a contract on a SV for a specific customer , which would be the best approach
- procress flow
- Using middlwware ( Boomi etc ) to add contarct on that SV ?
Many Thanks
To automatically add a contract on a SV for a specific customer , which would be the best approach
Many Thanks
Best answer by Joshua Liem
Hi Nazish,
The Customer is covered under multiple contracts.
In this case, please create a process flow looking for Service Order of the customer where open date between 6 PM to 8 AM and contract ID is null.
Please use below API for the process flow.
<root xmlns:dt="urn:schemas-microsoft-com:datatypes" xmlns="http://astea.com.schema.bc.Service_Order">
<session email="" alias="">
<state bc_name="Service_Order">
<action name="data">
<main>
<row number="1">
<order_id dtype="string">SVxxxxxxxxxx@@x</order_id>
<cconth_id dtype="string">ContractID</cconth_id>
</row>
</main>
</action>
</state>
</session>
</root>
Regards,
Joshua
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.