cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Approval Condition

Former Member
0 Kudos

Is it possible to create custom approval condition through ByD Studio?

eg. Customer Specific approval condition when approving PO.

Accepted Solutions (1)

Accepted Solutions (1)

former_member197479
Active Participant
0 Kudos

Seems that you're looking for the workflow concept in here, there's actually no standard procedure to do it, at least for standard business objects.

What we've done is try to manage the Before Save and OnSave actions by creating business objects extensions, so we can control a little bit or restrinct the way that the data is saved or generated in the ByDesign system.

Answers (2)

Answers (2)

HorstSchaude
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Gebriel,

You may also create your own Custom BO which contains all data for the PO.

In this Custom BO you are free to add actions and determinations for the approval process.

From there your Custom BO can create the PO and approve it.

HTH,

    Horst

Former Member
0 Kudos

Hi Gebriel, look at the SDK Documentation (1311) under the chapter 8.7 Approval Process