Project:
View Revisions: Issue #54299 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0054299: External System properties are not loaded if the search key is null | ||
Revision | 2024-01-11 08:19 by caristu | ||
Steps To Reproduce | 1) Go to the External System window. Create a client side external system without search key. Note that this is not possible directly through the UI, so you'll need to nullify the search key from db: update c_external_system set value=null 2) Go to the Event Subscription. Create an event subscription and assign to it the external system created in the previous step. 3) Login in the POS. Note that the external system information has not been loaded in the POS by executing OB.App.TerminalProperty.get('externalSystems'). When the event is triggered this will cause an error when sending the data to the external system. See attached. |
||
Revision | 2024-01-11 08:12 by caristu | ||
Steps To Reproduce | . |
Copyright © 2000 - 2009 MantisBT Group |