How to call dialog in private solution in C# in IFS Applications?Rumesh Aponso (RMAX)Nov 5, 20241 min readUpdated: Nov 13, 2024SessionModalDialog(Pal.GetActiveInstanceName("<<dialog_form_name>>"), Ifs.Fnd.ApplicationForms.Int.Explorer.ExplorerForm, SalString.Null)
SessionModalDialog(Pal.GetActiveInstanceName("<<dialog_form_name>>"), Ifs.Fnd.ApplicationForms.Int.Explorer.ExplorerForm, SalString.Null)
Fnd Dynamic Tab Page in IEE Client[FndWindowRegistration("YVVDA_COMPANY_ADDR", "YvvdaCompanyAddr", FndWindowRegistrationFlags.HomePage)] [FndDynamicTabPage("frmCompanyAddr...
LISTAGG in PLSQLExample 1: SELECT DISTINCT LISTAGG(t.commission_receiver, ';') WITHIN GROUP (ORDER BY t.commission_receiver) FROM...
Get Foundation Error from ORA ErrorFUNCTION Strip_Ora_Error ( sqlerrm_ IN VARCHAR2, sqlcode_ IN NUMBER DEFAULT NULL, strip_ora_only_ IN BOOLEAN DEFAULT...
Comments