Name

sn_chg_soc.SoCDefinition

Description

Customisation point for SoCDefinitionSNC

Script

var SoCDefinition = Class.create();
SoCDefinition.prototype = Object.extendsObject(SoCDefinitionSNC,{

  type: 'SoCDefinition'
});

// Passthrough for scoped method
SoCDefinition.findById = SoCDefinitionSNC.findById;
SoCDefinition.findAll = SoCDefinitionSNC.findAll;
SoCDefinition.findOwned = SoCDefinitionSNC.findOwned;
SoCDefinition.findPinned = SoCDefinitionSNC.findPinned;
SoCDefinition.getRequiredFields = SoCDefinitionSNC.getRequiredFields;

Sys ID

f674ac7157630300b41069202d94f9c8

Offical Documentation

Official Docs: