Describe the bug
If your extension includes a profile object it gets transferred correctly with a full publish (e.g. can be checked in BC afterwards in the Profiles Page). If you now do a RAD of the same extension (without even changing a single line of code) the profiles are gone.
To Reproduce
AL Code to reproduce the issue
profile "MyProfile"
{
Caption = 'Profile Display Name';
RoleCenter = "Accountant Role Center";
ProfileDescription = 'Profile Description';
}
Expected behavior
no matter what if it is a RAD or normal Publish - RAD should not "delete" things/data
Screenshots
5. Versions:
That is true. Empty RAD removes the profile.
This issue has been fixed in the 16.0 release of the product. Please open a new issue if you believe this has not been resolved and reference the current issue.
Most helpful comment
That is true. Empty RAD removes the profile.