To write a solution to read the Service Bus, follow these steps:
- First, create an enum named ConPIInboundActionType. This will form the type of action. Label this Inbound action.
- Add an element named ActivateBillOfMaterials.
- Create a string Extended Data Type (EDT) named ConPIInboundActionId and extend Num and with a label.
- Create a table named ConPIInboundActionTable.
- Add the following fields:
Name | EDT/Enum |
ActionId | ConPIInboundActionId |
Name | Name |
ActionType | ConPIInboundActionType |
ServiceBusQueueName | BusinessEventsServiceBusQueueEndpointQueueName |
ConnectionString | SysConnectionString |
- Add a field group for Overview (ActionId, Name, or ActionType).
- Add a field group for ConnectionDetails (ServiceBusQueueName ...