> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NSTableRight

## Constructors

### NSTableRight()

```crmscript theme={null}
NSTableRight
```

Initializes a new instance of the NSTableRight class.

## Methods

## GetMask()

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

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

## GetReason()

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

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

## GetTableRight()

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

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

## 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)

## SetTableRight(Integer)

```crmscript theme={null}
Void SetTableRight(Integer right)
```

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


## Related topics

- [NSSentryAgent](/en/automation/crmscript/reference/CRMScript.NetServer.NSSentryAgent.md)
- [NSCarrier](/en/automation/crmscript/reference/CRMScript.NetServer.NSCarrier.md)
- [Enum ETableRight](/en/automation/crmscript/reference/CRMScript.NetServer.ETableRight.md)
- [Get New Table Right](/en/api/reference/restful/agent/sentry_agent/get-new-table-right.md)
- [DataRight table](/en/database/tables/dataright.md)
- [FunctionRight table](/en/database/tables/functionright.md)
