Scenario:
button → click action → call a java script function “downloadFile” inside HTML paragraph UserWorkForm, with 1st parameter as activity name LMSDownloadAttachmentsAsZip that need the function call back.
At running, an error returned before LMSDownloadAttachmentsAsZip start. In Tracer, we can see two select statements run before error occur.
May I know what’s the “select - Package Results” for? Are the two select root cause of the error?
For info, details of two select as below:
@MaxonL16591286 Found a solution, define both the section and the activity into same class (Work-) and ruleset, then problem solved.
@MaxonL16591286 are these Download js function and LMSDownload… activity ootb one?
@Anoop Krishna
are these Download js function and LMSDownload… activity ootb one?
— Download js function: not sure, seems yes
—LMSDownload… activity: not oobt, make by us.
Also, as long as both the section and the activity are defined into same class (any class) and ruleset, then problem solved.
@MaxonL16591286 okay thank you
. Can you please post the screenshot of both download and lmsdownloadzip code snippet?