trying to customize ASTCUTM1.fmb [message #314765] |
Thu, 17 April 2008 13:30 |
sumitmahajan12
Messages: 4 Registered: April 2008
|
Junior Member |
|
|
I am trying to customize ASTCUTM1.FMB in Oracle telesales which is for the custom tab 1 in the e business center form.
I cannot comprehend hwo to write the library.
IF AST_CBO_MAN.EVENT = AST_CBO_MAN.CBO_DEFINE THEN
AST_CBO_MAN.Define_CBO( CBO_name => 'CUSTOM1',
CBO_Blocks => 'CUSTOM1_BLOCK1',
CBO_first_item => null,
CBO_canvases => 'ASTRCALL_STACKED_CUSTOM1',
CBO_popup_windows => NULL,
CBO_input_params => 'person_party_id,org_party_id,relationship_party_id,party_type,party_site_id,cust_acct_id,phone_id,email_id',
CBO_grid_items => NULL);
in the cbo_first_item
do I give block.item name like
'block.item_name'
or
' :block.item_name'
or just
'item_name'
please help me with this..
my item name is member_category
and block name is custom1_block1
thanks!!
|
|
|
|