Dears
How to deploy from sandbox to d365bc cloud ? Please see below screen shot file i want to deploy this page(cutback setup) to production if anybody know please help me
Dears
How to deploy from sandbox to d365bc cloud ? Please see below screen shot file i want to deploy this page(cutback setup) to production if anybody know please help me
Hello Stefano Demiliani ,
Finally i can deployed to cloud thank you so much stefano
below permission code has been successfully deployed to cloud
Dear Stefano Demiliani ,
still i cant rectify this ,please find below screenshot
my permsiion code
Your permission set must be:
<PermissionSet RoleID="CutBackTable" RoleName="Cut Back List">
<Permission>
<ObjectType>TableData</ObjectType>
<ObjectID>50105</ObjectID>
<ReadPermission>Yes</ReadPermission>
<InsertPermission>Yes</InsertPermission>
<ModifyPermission>Yes</ModifyPermission>
<DeletePermission>Yes</DeletePermission>
<ExecutePermission>0</ExecutePermission>
<SecurityFilter />
</Permission>
</PermissionSet>
My suggestion: generate automatically the permission sets you need by going to VS Code Command Palette and run AL:Generate permission set
Hello Stefano Demiliani,
Still i am getting extension status is failed please see below screenshot ,how can i rectify this ...Please advise me or please help me in permission set following my screenshots .actually am using in trial d365 bc cloud not with license
my permission code is below
my page is below
my table is below
In your permission set file, ObjectType value is wrong. It must be TableData. Check Roberto’s link for more informations.
hello Roberto Stefanetti
i will keep you update
hi,
you need to define a permission set for table used in Al project
also you can create a new ROLEID.
example for table 50105
<PermissionSets>
<PermissionSet RoleID="SomeRoleId" RoleName="Some Role Name"> example EXT EXT (extensions roles)
<Permission>
<ObjectType>TableData</ObjectType>
<ObjectID>50105</ObjectID>
<ReadPermission>Yes</ReadPermission>
<InsertPermission>Yes</InsertPermission>
<ModifyPermission>Yes</ModifyPermission>
<DeletePermission>Yes</DeletePermission>
<ExecutePermission>No</ExecutePermission>
<SecurityFilter />
</Permission>
</PermissionSet>
</PermissionSets>
take a look here
Hello Stefano Demiliani ,
I am trying to upload using extension management after uploading when i seeing in deployment status showing as error "Package validation failed due to the following error(s): (1,13): error PTE0004: Table '50105' is missing a matching permission set. - Job Id : d6a34372-8d45-40d6-b55e-0b7464988398" is there any solution ?please help me or advise me
You need to take your .app file and manually deploy it to production from Extension Management page.
Only manual deployment is supported in a production environment.