> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# NSFieldRight

## Constructors

### NSFieldRight()

```crmscript theme={null}
NSFieldRight
```

## Methods

## GetFieldRight()

```crmscript theme={null}
Integer GetFieldRight()
```

**Returns:** [CRMScript.Global.Integer](CRMScript.Global.Integer)

## GetMask()

```crmscript theme={null}
Integer GetMask()
```

**Returns:** [CRMScript.Global.Integer](CRMScript.Global.Integer)

## GetReason()

```crmscript theme={null}
Integer GetReason()
```

**Returns:** [CRMScript.Global.Integer](CRMScript.Global.Integer)

## SetFieldRight(Integer)

```crmscript theme={null}
Void SetFieldRight(Integer fieldRight)
```

**Returns:** [CRMScript.Global.Void](CRMScript.Global.Void)

## SetMask(Integer)

```crmscript theme={null}
Void SetMask(Integer mask)
```

**Returns:** [CRMScript.Global.Void](CRMScript.Global.Void)

## SetReason(String)

```crmscript theme={null}
Void SetReason(String reason)
```

**Returns:** [CRMScript.Global.Void](CRMScript.Global.Void)
