Workflow - Form Attribute [message #313007] |
Thu, 10 April 2008 05:59 |
nkelleher
Messages: 8 Registered: November 2006 Location: South Africa
|
Junior Member |
|
|
Hi There
I want to add a form notification with an automatic query in a workflow notification.
I am using the Journal Approval as a basis and the attribute is setup as follows
l_enter_journals := 'GLXJEENT_A:autoquery_level="BATCH" ' ||
'autoquery_coordination="INITIAL" ' ||
'autoquery_criteria=' || to_char(l_je_batch_id);
wf_engine.SetItemAttrText ( itemtype => itemtype,
itemkey => itemkey,
aname => 'ENTER_JOURNALS_FORM',
avalue => l_enter_journals );
This works fine for Oracle Forms but now I want to link it to an Application Framework form for FSAH. I have managed to get the form linked using the form function short name but cannot get it to autoquery.
Where can I find the equivalent auto_query parameters for a framework form and can this be done?
Thanks in anticipation
[Updated on: Thu, 10 April 2008 06:00] Report message to a moderator
|
|
|