Changes

HowTo:Configure Proxies

1 byte removed, 00:29, 10 December 2019
##* If you want changes in {{UBIK}} objects to trigger a synchronization run, you can customize the respective MetaClass programmatically to react to a change or being saved.
## If you're not using the Enterprise service, you can use the InterfaceAdministration MetaClass to trigger an execution.
## You can decide what mode should be executed when triggering the execution. There are the following important execution modes:
##* Export: Write the values from the {{UBIK}} object to the proxy instance
##* Import: Write the values from the proxy instance to the {{UBIK}} object
##* ReadFromExternal: Write the values from the external system to the proxy instance
##* WriteToExternal: Write the values from the proxy instance to the external system
## You can decide what mode should be executed when triggering the execution.
## For every execution mode, there is a method for getting the respective IInterfaceExecutor on the InterfaceAdministration MetaClass - you can customize them programmatically, so that they retrieve your implementation of the IInterfaceExecutor (C#) interface.
## * For the import and export executors, there are standard implementations you don't have to provide.## * For writing to and reading from the external system, you must implement a custom way of communication.
{{Attention|This page is under construction. More detailed instructions will follow.}}
[[Category:Interfacing|Configure Proxies]]
1,606
edits