Symptom
When running the Item Connector to update the value of Skip Content Structure page on launch of items using the header SKIP_CONTENT_STRUCTURE_PAGE the items are not getting updated.
The Connector processes the file successfully and there are not error when the Job completes successfully.
Environment
Successfactors LMS
Learning Management System
Resolution
For updating SKIP_CONTENT_STRUCTURE_PAGE its required to pass even the Item Completion Status (CMPL_STAT_ID) header in the connector file to update.
Also please note that when passing the item completion status its Mandatory to pass the revision date of the item, as if the revision date is not passed then a new revision of item gets created which causes LMS to ignore completion status.
You can use the below header format to update the value for Skip Content Structure page on launch:
CPNT_ID|CPNT_TYP_ID|REV_DTE|CPNT_TITLE|CMPL_STAT_ID|SKIP_CONTENT_STRUCTURE_PAGE!##!
Keywords
SKIP_CONTENT_STRUCTURE_PAGE Skip Content Structure Page on Launch , KBA , LOD-SF-LMS , SuccessFactors Learning , How To