cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove redundant BO after deploying to QA

former_member273875
Participant

Dear experts,

After I deployed my custom BO to QA tenant, I realize some fields incorrect and I want to delete that BO. When I deleted that BO and deploy my solution again to QA, it throws some exception about inconsistency and I have to create same name for new BO and deploy again. At that time, the deployment is successfully.

So how can I remove redundant BO in DEV tenant? Thanks for your support!

Regards,

Huy-Nguyen

Accepted Solutions (1)

Accepted Solutions (1)

sunil1101
Employee
Employee
0 Kudos

Hi Huy-Nguyen,

In maintenance (in patch version) mode BO deletion is not allowed even you cannot delete the fields which was defined in previous version.

If you right click on BO, delete option will be disabled, similarly if you if you delete a field then BO activation will give error saying that "Field deletion is not permitted"

I am just wondering how you were able to delete your BO in patch solution. There might be some inconsistency I would suggest you to use latest installer of SDK. Deletion is not allowed because of possibility of data loss.

Regards

Sunil

Answers (1)

Answers (1)

thomaskenner
Participant
0 Kudos

Hi Huy-Nguyen,

I had this issue several times, the answer was always the same: You cannot delete any BO that is part of a deployed (assembled) Solution.

Sorry

Thomas


kushal_gupta2
Participant
0 Kudos

This must be because there is reference of the Custom BO name left out in Deployed solution and once the same name is created in patch solution as a new solution then the deployment may not accept the same name BO. If SDK colleagues can do cleanup in deployed solution then it should work.