cancel
Showing results for 
Search instead for 
Did you mean: 

Dependency Not Working

Former Member
0 Kudos

Dear all,

I am in a fix with a small problem. I have written a procedure as follows:

$SELF.NDF_PRICING = '1' IF NDF_DELIVERY_OPTION = 'SAME BUSINESS DAY'

$SELF.NDF_PRICING = '2' IF NDF_DELIVERY_OPTION = 'NEXT BUSINESS DAY'

There was no syntax error while creating the dependency, but when I am configuring the line item in the sales order, once I select the value for the NDF_DELIVERY_OPTION as SAME BUSINESS DAY, the NDF_PRICING does not get updated as '1'.

Kindly can somebody let me know if I have missed out on any assignments.

Thanks and Regards

Adithya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Adithya,

To ensure that the Procedure is called into action, have you also included the Selection conditions like...

NDF_DELIVERY_OPTION IN  ('SAME BUSINESS DAY','NEXT BUSINESS DAY')

Thanks

Senthil

Ritz
Active Contributor
0 Kudos

Hi Aditya,

1) check dependency is reelased

2) while creating sales order before assigning value switch on trace , it will give you fair idea wheather your procedue is getting trigger or not.

check and come back.

Thanks

Ritesh