Class Script
Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for Script.
The Script Service. The service implements all services working with the CRMScript object without reference to primary keys. Primarily used by VSCode integration.
Inheritance
object ←
Carrier ←
Script
Inherited Members
Carrier.TableRight,
Carrier.FieldProperties,
object.ToString(),
object.Equals(object),
object.Equals(object, object),
object.ReferenceEquals(object, object),
object.GetHashCode(),
object.GetType(),
object.MemberwiseClone()
Examples
Get Script 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new CRMScriptAgent(configuration);
var script = agent.GetScript( 123 );
Use :
All Script: “CRMScripts”
Constructors
Script()
Default constructor - defaults any enum props to 0.
Properties
BlockedVerbs
The verbs that are blocked when calling a ejscript over HTTP
NULL if unknown enum value.
Property Value
EjScriptVerb?
See Also
Script.BlockedVerbs_String
BlockedVerbs_String
The verbs that are blocked when calling a ejscript over HTTP
Raw string enum value.
Property Value
string
See Also
Script.BlockedVerbs
Description
Optional description of what this script is used for.
Property Value
string
IncludeId
A unique name used for including this script in another
Property Value
string
Name
A description of this script
Property Value
string
Path
Path to script in the hierarchy.
Property Value
string
Registered
Registered when
Property Value
DateTime
RegisteredBy
Who created this script
Property Value
string
Source
The script
Property Value
string
UniqueIdentifier
Global unique identifier, accross customers/tenants
Property Value
string
Updated
Last updated when
Property Value
DateTime
UpdatedBy
Who updated this script
Property Value
string
See Also
CRMScriptAgent,
ArchiveAgent,