---
title: "appSettings"
canonical: "https://help.fieldbuddy.com/space/FBDOCS/3107914303/appSettings"
format: markdown
---
## Definition

App settings is s JSON object, which has following properties

- **initAt**
- **applyOnlyUserChanges**
- **proxyForContent**
- **certifiedSwiftVersion**
- **[status](https://upperdeck.atlassian.net/wiki/spaces/FBDOCS/pages/5670862857)**
- **[rules](https://upperdeck.atlassian.net/wiki/spaces/FBDOCS/pages/5671190536)**
- **[assets](https://upperdeck.atlassian.net/wiki/spaces/FBDOCS/pages/5671714818)**
- **[workOrderCreation](https://upperdeck.atlassian.net/wiki/spaces/FBDOCS/pages/5671616514)**

## Description

### initAt

| property | Description | Sample Value | Notes |
| --- | --- | --- | --- |
| **initAt** | Determines what is a core object for application, for now that is always work order, might be updated in the future | `FIELDBUDDY__Work_Order__c` | Always Work Order |

### applyOnlyUserChanges

| property | Description | Sample Value | **Default Value** |
| --- | --- | --- | --- |
| **applyOnlyUserChanges** | Allow to restrict changes to records that user does not own. Applies to Work Order and below in hierarchy(Work Order Line Items, Timesheet Line Items), as well as Service Request related to work order  
In case if this is enabled, changes dispatched by user will not be processed, and status of Mobile Sync Log will be set to failed  
Error text message is `Unable to process change since it is not related to WO owner by user` | `true`, `false` | false |

### certifiedSwiftVersion

| property | Description | Sample Value |
| --- | --- | --- |
| **certifiedSwiftVersion** | The configuration has been tested for this Swift Version. If the version doesn't match the configuration please ask the Swift Team for more information. This is useful to know if the template in TSO5 or DEMO orgs are updated to the lates Swift Version | 3.352.1 |

### proxyForContent  


| property | Description | Sample Value | Notes |
| --- | --- | --- | --- |
| **proxyForContent** | URL of https proxy in order to convert attachments binary data<br>and return them in better format into Swift | [https://rocky-escarpment-81550.herokuapp.com](https://rocky-escarpment-81550.herokuapp.com) | Should not be used |