The possibility to integrate a webservice call and the necessary formatting of...
The possibility to integrate a webservice call and the necessary formatting of the values has been developed. The function RebuildDuplicatesCache now awaits a function as parameter in which an external developer can implement the steps to format the values and call the desired webservice. There is no native webservice call implementation because the formfactor of the data send to a webservice is always different and how with the particular webservices has to be communicated cant be known by the standard implementation. The customized function gets an array which holds values based on the configured resultFields. To access a value the key which is its index field ought to be used. The resultfields, which are known at this place, can be converted to their respective index field name pendants using DuplicateScannerUtils.TranslateEntityToIndexFields which returns some kind of map (access via key). New function DuplicateScannerUtils.TranslateEntityToIndexFields
Showing
- entity/DuplicateScanner_entity/entityfields/testactiongroup/children/testduplicatescanner/onActionProcess.js 10 additions, 1 deletion...iongroup/children/testduplicatescanner/onActionProcess.js
- process/DuplicateScanner_lib/process.js 24 additions, 13 deletionsprocess/DuplicateScanner_lib/process.js
Loading
Please register or sign in to comment