I have created a very simple custom menu to open the form Expense Sheet from an other screen.
Expense Sheet view is company specific and my default company is RIA.
If i try to open through this menu a record that belongs to XYZ company, it will open Expense Sheet in RIA and no record will be be displayed.
I have, of course, access to XYZ, so how to force IFS to switch to the company XYZ when opening Expense Sheet view?
thanks !
Page 1 / 1
Hi,
When I open the Expense Sheet form and look at the system information, it shows the following in my IFS10 Upd 11 environment:
So the COMPANY_ID is filled with a user global value. Most likely you will have to make a change of this global value before you open the window. That would mean a Custom Menu which handles the setting of the global value and next opening form frmTabExpenseHead.
I've not accompliced it but maybe you are able to prepare an URL custom menu that would open the IFS IEE link: ifsapf:frmTabExpenseHead?COMPANY=CF$_COMPANY_ID
This will be by the way an issue when upgrading to Aurena, as you will have to modify the URL.
Hope you can make it work.
Hi, thanks for this interesting suggestion, and indeed it works if i open this URL: ifsapf:frmTabExpenseHead?COMPANY=&CF$_COMPANY_ID however i am not able to pass the ID in my 2nd screen EXPENSE_ID.
I tried ifsapf:frmTabExpenseHead?COMPANY=&CF$_COMPANY_ID&&EXPENSE_ID=&CF$_EXPENSE_ID, but it does not filter the expense ID ...