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

# NSSelectionMemberEditValues

> Carrier object for SelectionMemberEditValues.

Carrier object for SelectionMemberEditValues.

## Constructors

### NSSelectionMemberEditValues()

```crmscript theme={null}
NSSelectionMemberEditValues
```

Initializes a new instance of the NSSelectionMemberEditValues class.

## Methods

## GetChangeCompanyBusiness()

```crmscript theme={null}
Bool GetChangeCompanyBusiness()
```

**Returns:** [CRMScript.Global.Bool](CRMScript.Global.Bool) - If true, the business of the company will change.

## GetChangeCompanyCategory()

```crmscript theme={null}
Bool GetChangeCompanyCategory()
```

**Returns:** [CRMScript.Global.Bool](CRMScript.Global.Bool) - If true, the category of the company will be changed.

## GetChangeCompanyCode()

```crmscript theme={null}
Bool GetChangeCompanyCode()
```

**Returns:** [CRMScript.Global.Bool](CRMScript.Global.Bool) - If true, the code of the company will change.

## GetChangeCompanyCountry()

```crmscript theme={null}
Bool GetChangeCompanyCountry()
```

**Returns:** [CRMScript.Global.Bool](CRMScript.Global.Bool) - If true, the country of the company will change.

## GetChangeCompanyDepartment()

```crmscript theme={null}
Bool GetChangeCompanyDepartment()
```

**Returns:** [CRMScript.Global.Bool](CRMScript.Global.Bool) - If true, the department of the company will change.

## GetChangeCompanyName()

```crmscript theme={null}
Bool GetChangeCompanyName()
```

**Returns:** [CRMScript.Global.Bool](CRMScript.Global.Bool) - If true, the name of the company will change.

## GetChangeCompanyNumber()

```crmscript theme={null}
Bool GetChangeCompanyNumber()
```

**Returns:** [CRMScript.Global.Bool](CRMScript.Global.Bool) - If true, the number of the company will change.

## GetChangeCompanyOrgNr()

```crmscript theme={null}
Bool GetChangeCompanyOrgNr()
```

**Returns:** [CRMScript.Global.Bool](CRMScript.Global.Bool) - If true, the VAT number  of the company will change.

## GetChangeCompanyOurContact()

```crmscript theme={null}
Bool GetChangeCompanyOurContact()
```

**Returns:** [CRMScript.Global.Bool](CRMScript.Global.Bool) - If true, the our contact of the company will change.

## GetChangeContactJobTitle()

```crmscript theme={null}
Bool GetChangeContactJobTitle()
```

**Returns:** [CRMScript.Global.Bool](CRMScript.Global.Bool) - If true, the VAT number  of the contact will change.

## GetChangeContactPosition()

```crmscript theme={null}
Bool GetChangeContactPosition()
```

**Returns:** [CRMScript.Global.Bool](CRMScript.Global.Bool) - If true, the position of the contact will change.

## GetCompanyBusiness()

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

**Returns:** [CRMScript.Global.Integer](CRMScript.Global.Integer) - Contains new value for company business.

## GetCompanyCategory()

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

**Returns:** [CRMScript.Global.Integer](CRMScript.Global.Integer) - Contains new value for the company category.

## GetCompanyCode()

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

**Returns:** [CRMScript.Global.String](CRMScript.Global.String) - Contains new value for the company code.

## GetCompanyCountry()

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

**Returns:** [CRMScript.Global.String](CRMScript.Global.String) - Contains new value for the company country.

## GetCompanyDepartment()

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

**Returns:** [CRMScript.Global.Integer](CRMScript.Global.Integer) - Contains new value for the company department.

## GetCompanyName()

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

**Returns:** [CRMScript.Global.String](CRMScript.Global.String) - Contains new value for company name.

## GetCompanyNumber()

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

**Returns:** [CRMScript.Global.Integer](CRMScript.Global.Integer) - Contains new value for the company number.

## GetCompanyOrgNr()

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

**Returns:** [CRMScript.Global.String](CRMScript.Global.String) - Contains new value for the company VAT number.

## GetCompanyOurContact()

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

**Returns:** [CRMScript.Global.Integer](CRMScript.Global.Integer) - Contains new value for company, our contact.

## GetContactJobTitle()

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

**Returns:** [CRMScript.Global.String](CRMScript.Global.String) - Contains new value for the contact VAT number.

## GetContactPosition()

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

**Returns:** [CRMScript.Global.String](CRMScript.Global.String) - Contains new value for the contact position.

## SetChangeCompanyBusiness(Bool)

```crmscript theme={null}
Void SetChangeCompanyBusiness(Bool change)
```

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

## SetChangeCompanyCategory(Bool)

```crmscript theme={null}
Void SetChangeCompanyCategory(Bool change)
```

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

## SetChangeCompanyCode(Bool)

```crmscript theme={null}
Void SetChangeCompanyCode(Bool change)
```

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

## SetChangeCompanyCountry(Bool)

```crmscript theme={null}
Void SetChangeCompanyCountry(Bool change)
```

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

## SetChangeCompanyDepartment(Bool)

```crmscript theme={null}
Void SetChangeCompanyDepartment(Bool change)
```

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

## SetChangeCompanyName(Bool)

```crmscript theme={null}
Void SetChangeCompanyName(Bool change)
```

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

## SetChangeCompanyNumber(Bool)

```crmscript theme={null}
Void SetChangeCompanyNumber(Bool change)
```

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

## SetChangeCompanyOrgNr(Bool)

```crmscript theme={null}
Void SetChangeCompanyOrgNr(Bool change)
```

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

## SetChangeCompanyOurContact(Bool)

```crmscript theme={null}
Void SetChangeCompanyOurContact(Bool change)
```

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

## SetChangeContactJobTitle(Bool)

```crmscript theme={null}
Void SetChangeContactJobTitle(Bool change)
```

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

## SetChangeContactPosition(Bool)

If true, the position of the contact will change.

```crmscript theme={null}
Void SetChangeContactPosition(Bool change)
```

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

## SetCompanyBusiness(Integer)

```crmscript theme={null}
Void SetCompanyBusiness(Integer change)
```

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

## SetCompanyCategory(Integer)

```crmscript theme={null}
Void SetCompanyCategory(Integer change)
```

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

## SetCompanyCode(String)

```crmscript theme={null}
Void SetCompanyCode(String change)
```

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

## SetCompanyCountry(Integer)

```crmscript theme={null}
Void SetCompanyCountry(Integer change)
```

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

## SetCompanyDepartment(String)

```crmscript theme={null}
Void SetCompanyDepartment(String change)
```

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

## SetCompanyName(String)

```crmscript theme={null}
Void SetCompanyName(String change)
```

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

## SetCompanyNumber(String)

```crmscript theme={null}
Void SetCompanyNumber(String change)
```

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

## SetCompanyOrgNr(String)

```crmscript theme={null}
Void SetCompanyOrgNr(String change)
```

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

## SetCompanyOurContact(Integer)

```crmscript theme={null}
Void SetCompanyOurContact(Integer change)
```

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

## SetContactJobTitle(String)

```crmscript theme={null}
Void SetContactJobTitle(String change)
```

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

## SetContactPosition(Integer)

```crmscript theme={null}
Void SetContactPosition(Integer change)
```

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


## Related topics

- [NSSelectionAgent](/en/automation/crmscript/reference/CRMScript.NetServer.NSSelectionAgent.md)
- [Edit Contact Selection Member Details](/en/api/reference/restful/agent/selection_agent/edit-contact-selection-member-details.md)
- [SuperOffice.WebApi.Data.SelectionMemberEditValues](/en/api/reference/webapi/SuperOffice.WebApi.Data.SelectionMemberEditValues.md)
- [SuperOffice.WebApi.Data.Selection EditContactSelectionMemberDetailsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Selection_EditContactSelectionMemberDetailsRequest.md)
- [SuperOffice.WebApi.Agents.SelectionAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.SelectionAgent.md)
- [SuperOffice.WebApi.Agents.ISelectionAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ISelectionAgent.md)
