Skip to Main Content

E-Business Suite

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Form Personalization for Sales Order Booking

Mohammed Khaleel GhouseAug 5 2020 — edited Feb 8 2021

HI All,

Working in OPM Version 12.1.3

in Sales Order form have a requirement to disable book order button when the order type is sales return,

while clicking on Book Order, then it should stop, with a message and button should get disabled.

now, what is happening with me is, when i click on button book order, the order is getting booked, then the button it is getting disabled

trigger event: WHEN-NEW-RECORD-INSTANCE

trigger object: ORDER_CONTROL

:ORDER.ORDER_TYPE_ID IN (1036,1043,1028,1009,1015,1010) --these ids are for sales returns

Actions :

seq:10

Type: Property

Object Type: Item

Target Object : ORDER_CONTROL.BOOK_ORDER

Property Name: Enabled

Value : False

Please i need help

Regards

This post has been answered by JessicaWilson on Aug 5 2020
Jump to Answer
Comments
Post Details
Added on Aug 5 2020
2 comments
700 views