About instrumenting a warehouse app
When implementing Operational Insights, you must instrument one app per warehouse phase. The supported warehouse phases are Receive, Put Away, Pick, and Ship. App instrumentation requires calling the OpInsights subapp at key points within an app's business logic. Note: You only need to instrument apps for which you want to collect analytics data.
Incorporating the subapps at specific points in the business logic will minimize the amount of data committed to tables that later require an update to reverse the data submission. For best results, call the OpInsights subapp at the earliest possible point in the warehouse app's business logic.
For best results, call the OpInsights subapp at the point where the process has been committed and cannot be undone by normal processes within the warehouse app.
Both subapps record the Insights data defined by their respective parameter lists and use the data to build a tilde-delimited string. The subapps create either a start activity string or a stop activity string, which is sent to tables for analytics.
Loading...
There was a problem loading this topic