ChangeProcessor.SetMessageDialogOptions Method
Parent Object: ChangeProcessorDescription
Method that specifies the buttons that should be available on the message dialog.
Syntax
ChangeProcessor.SetMessageDialogOptions( AllowAccept As Boolean, AllowEdit As Boolean )Parameters
Name | Type | Description |
AllowAccept | Boolean | Input Boolean that indicates whether the 'Accept' button should be available. This user choice implies that the user would like to continue despite any errors/warnings. |
AllowEdit | Boolean | Input Boolean that indicates whether the 'Edit' button should be available. This user choice implies that implies that the user would like to go back into the command to correct the situation. |