Hi,
I would like to acess Activity Status field on Order Edit Code Page. How Can I achieve this?
File attachments
Like
3 comments
19:06 Mar 08, 2017
Hi Sachin,
You can achieve it by creating field in Order object within Section wizard and then transfer data using business process.
For this purpose you have to:
- Add triggering signal for adding record in Activity object and add filtration that Order is filled in.
- Within ‘Read data’ element read data from Activity record taken from signal.
- Within ‘Read data’ element read Activity status data.
- Within ‘Modify data’ element add Activity status value to the needed order field.
Best regards,
Diana Adams
14:18 Mar 10, 2017
Hi Diana,
I followed your steps but order custom status field is not getting filled in with Activity Status field.
Business Process not giving any error. But changes are not reflecting.
19:15 Mar 14, 2017
It would help if you write step-by-step specification on how you see the functionality. What do you perform and how do you expect the system to react on your actions. Please illustrate the specification with screenshots.
Show all comments