xMatix
Sign in Request demo
xMatix
PRODUCTS
SalesField SalesCRMRewardsClaimsInventoryProcurementWarehouse ManagementField ServiceServiceSupportTelephony & MessagingFinance & AccountingPayrollExpense ManagementCommercePortalsAnalytics & ReportingData StudioMobile AppSee all products →
PLATFORM
Platform overviewApp BuilderAutomationIntegrationsSecurity & GovernanceChange ManagementDevelopers
SENSE AI
Sense AI overviewSense AssistSense ControlSense VisionAI StudioTrust & governanceIn Claude & ChatGPTUse cases
SOLUTIONS
FMCG & DistributionManufacturing & Dealer NetworksAutomotive & DealershipsPharma & HealthcareConsumer DurablesAgri-InputsBuilding MaterialsService NetworksWarehousing & 3PLFinancial AccountingERP SoftwareIndia GST ComplianceUAE VAT & e-InvoicingSaudi ZATCA & VATAll solutions →
RESOURCES
Knowledge CenterDeveloper & CLIBlogGuidesWhat is xMatix?Company facts
COMPANY
AboutCareersPartnersEventsContactAuthorsLegal
Sign in Request demo
Home/Docs/Entity Reference/Subscription Setting — entity reference
REFERENCE · Last reviewed

Subscription Setting — entity reference

A dormant generic key/value settings table left over from an earlier configuration approach. Never cite it as the place a tenant setting lives or propose writing configuration into it - platform and module configuration is held by the dedicated settings entities and the module/feature settings stores instead.

Fields

FieldLabelTypeRequiredWhat it does
CreatedByIdCreated ByLookup → UserAccountYes
CreatedDateTimeCreated DateDateAndTimeYes
IdIdGuidYes
IsSystemIs SystemBooleanIntended to mark a setting as platform-owned and therefore not user-editable, but nothing enforces it because no code path reads this entity at all.
KeyKeyTextThe intended setting name in this dormant key/value store.
ModifiedByIdModified ByLookup → UserAccountYes
NameNameTextYes
OwnerIdOwnerLookup → UserAccountYes
RecordTypeIdRecord TypeGuid, hidden
UpdatedDateTimeModified DateDateAndTimeYes
ValueValueTextThe intended setting payload, stored as text. No code reads it, so it cannot change any platform behaviour; real configuration lives in the dedicated settings entities and the module/feature settings stores.

Actions

ActionLabelTypeWhat it does
CloneCloneServerAction (Clone)Create a copy of this record