I have a Action Item Form that is used for a Weekly Meeting. If the Action Item that was created from does not have a completed date, then the item field needs to be moved up into another field which hs a different field name, when the new meeting form is created. I have no idea where to start for this scripting project.
Software/Hardware used:
ASKED:
April 4, 2009 3:39 PM
UPDATED:
April 7, 2009 5:49 PM
Please specify in what program/programming language/platform you are trying to do this.
I am not familar with scripting at all. I do know @functions and commands, sort of. I need the programming for dummies actually. Thank you!
Hi all,
For the form customization in Oracle R12,can anyone suggest me how to automatically populate the subinventory field value for a particular item in a sales order form.
Even if i donot want to show that field in the form, it should automatically be taken at the backend tables when we book the order.
I am using
CONDITIONS–
trigger– “WHEN-NEW-ITEM-INSTANCE”
trigger object– “LINE.ORDERED_ITEM”
condition– ‘LINE.ORDERED_ITEM’='LINE.ORDERED_ITEM’
processing mode- both
ACTIONS–
type– PROPERTY
object type– item
target object– LINE.SUBINVENTORY
property name– PROPERTY
VALUE — select msid.SUBINVENTORY_CODE
FROM MTL_ITEM_SUB_DEFAULTS msid,
mtl_system_items_b msib
WHERE msib.inventory_item_id = msid.inventory_item_id
and msib.ORGANIZATION_ID=msid.ORGANIZATION_ID
and msid.default_type=1
and msib.segment1 =${item.LINE.ORDERED_ITEM.value}
and msib.INVENTORY_ITEM_ID=${item.LINE.INVENTORY_ITEM_ID.value}
and rownum<2
I request you all to give me some solution as its very urgent for me.
Thanks in advance,
Nitika