# Managing Organizations

### Organization Search

Available Fields

- ID
- Code
- Name

### Organization Details

- ID
- Code
- Name
- Tags
- Contact Email
- Field Configuration 
    - Fields that an organization requires appear in this area. These fields come in 5 Types:
        
        
        1. **String** - General Text Storage Field
        2. **Date** - Datetime Storage Field
        3. **Floating Point Number**
        4. **Value Picker** - Configurable Option / Value Selection Fields
        5. **Action Buttons**
            - Set Value - Set a different field to a fixed value
            - Set Now - Set a target field to the current date and time
            - Set Future - Set a target field to a date offset from now
            - Set Relative - Set a target field to a date offset relative to another field
            - Equation - Calculate a value for a target field based on other numerical values in the asset data (uses [MathJS](https://mathjs.org))

### Custom Field Configuration

&lt;Documentation Needed&gt;