Hi @dsj,
You can try this patch - 122692 (Custom Objects Grants for IAL Owner)
Cheers,
Sandun M.
Hi @Sandun Madola,
122692 is for IFSAPP9 UPD1, so that might not be what @dsj is looking for as he has mentioned their environment is on IFSAPP9 UPD9.
There is a more recent patch for IFSAPP10 UPD 5 - patch ID 148158
Alternatively, Custom Field and Custom LU tables are granted to IAL Owner after a delivery via following method:
Database_SYS.Grant_All_Objects_Ial
So as a workaround, you might be able to trigger this method manually until the patch is merged to the environment.
Hope this helps!
Hi @Sandun Madola,
122692 is for IFSAPP9 UPD1, so that might not be what @dsj is looking for as he has mentioned their environment is on IFSAPP9 UPD9.
There is a more recent patch for IFSAPP10 UPD 5 - patch ID 148158
Alternatively, Custom Field and Custom LU tables are granted to IAL Owner after a delivery via following method:
Database_SYS.Grant_All_Objects_Ial
So as a workaround, you might be able to trigger this method manually until the patch is merged to the environment.
Hope this helps!
Thanks Charith,
seems patch ID 148158 is not corrected on Apps9 track. However Database_SYS.Grant_All_Objects_Ial
is a good workaround to solve the problem :)
Cheers!
Damith