Tag: Integration|
-
OpenDIMS API
An API displays data, which means that you can retrieve data from the system via the API and in many cases you can also create data via the API, such as products, orders, etc. Hate is an API? API means “Application Program Interface” and is there the way 2 programs “talk to each other”. An…
-
Guide to OpenDIMS scripting
Scripts in channels and on buttons Guide to OpenDIMS scripting Syntax Scripts have syntax very close to SQL, as we have used MySQL functions as inspiration. All function calls must be in capital letters. You refer to values with $ as in PHP. Example: CONCAT_WITH_SPACE(@USER.NAME,CONCAT(“<“,@USER. EMAIL,”>”)) Integrations In an integration, you can use a script…