...
Code Block |
---|
{{ value | string.downcase == "true" ? "DDP" : "DDU" }} |
...
Summary:
Push Service Filters - Support multiple Values (OR instead of AND)
Ticket:
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
Detail:
Clients have the ability to apply multiple “Filters” to REST and FTP service protocols. Only messages that match these “Filters” are sent. Previously filters worked on an “AND” basis. This has now been changed so we support filters on an “OR” basis. Press the enter key when setting the “Comparison Values“.
...
Summary:
Migration to Azure SignalR
Ticket:
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
Detail:
Switched to using Azure SignalR supporting bi-directional communication between the server and client. This has allowed us to overcome some of the intermittent issues we were experiencing with our previous SignalR implementation
...
Summary:
Load Sales Order Cancellations - Support for order numbers ending with a period
Ticket:
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
Detail:
Fix applied so clients can call the “Load Sales Order Cancellations“ service and specify a period at the end of the “SalesOrderNumber“.
...
Summary:
Support for Partners / Tenants
...