Is there a way to use a BTDF msi to deploy (redeploy?) an application without undeploying it first?
The problem I'm running into is in an application I inherited that uses parties and an agreement to do EDI batching. The application won't undeploy without removing the parties first. Removing the parties is easy enough to do, but when it is redeployed, the BatchID number in the agreement is incremented. This BatchID is used in an orchestration and in a trigger file, so it would be best if it stayed the same.
I think I have a way to get around both problems if there is no way to keep BatchID the same, but it will take a good chunk of effort, and I want to make sure I'm not over looking a simpler solution.
Thanks.
The problem I'm running into is in an application I inherited that uses parties and an agreement to do EDI batching. The application won't undeploy without removing the parties first. Removing the parties is easy enough to do, but when it is redeployed, the BatchID number in the agreement is incremented. This BatchID is used in an orchestration and in a trigger file, so it would be best if it stayed the same.
I think I have a way to get around both problems if there is no way to keep BatchID the same, but it will take a good chunk of effort, and I want to make sure I'm not over looking a simpler solution.
Thanks.