Pdiddy
1
Hi Folks…
doing some developement within a codeunit which requires me to modify the Return Receipt line Table 6661
however my licence do not allow me to complie the object :
can anyone advise if CFRONTMayusePermission will help?
“You do not have permission to Insert into the Return Receipt Line Table”
Regards
P…
Are you trying to insert /modify record in posted table with client license or developer license?
Developer license allow to modify the record in posted table but client license not.
Hi Amol…
I have resolved my issue.
I used the Developer Lic to change the CFRONTMayUsePermissions to YES also against permissions added the table id 6661 rimd
Code Unit complied [8-|]