Page 1 of 1

Workflow - Form Attribute for Framework form

Posted: Thu Apr 10, 2008 7:17 am
by nkelleher
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
Nicki