Service Portal - SP Model
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2016 02:40 AM
Where i can edit layout of sp-model?
<sp-model form-model="item" mandatory="allMandatory[item.sys_id]"></sp-model>
6 REPLIES 6

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2020 01:58 PM
For the directive for spVariableLayout is it:
function(spModelDirective){
return angular.extend({},spModelDirective[0], {
templateUrl : 'mysp_layout.xml'
});
}
/***** OR *****/
function(spVariableLayoutDirective){
return angular.extend({},spVariableLayoutDirective[0], {
templateUrl : 'mysp_layout.xml'
});
}
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2020 02:34 AM
Any idea on this? did you got the solution for this?