├── .acrolinx-config.edn ├── .gitattributes ├── .github └── ISSUE_TEMPLATE │ └── config.yml ├── .gitignore ├── .openpublishing.publish.config.json ├── .openpublishing.redirection.json ├── .vs ├── VSWorkspaceState.json ├── common-data-model-pr │ └── v16 │ │ ├── .suo │ │ └── TestStore │ │ └── 0 │ │ ├── 000.testlog │ │ └── testlog.manifest └── slnx.sqlite ├── LICENSE ├── LICENSE-CODE ├── README.md ├── ThirdPartyNotices ├── common-data-model ├── 1.0om │ └── api-reference │ │ ├── api-reference.md │ │ ├── cdm │ │ ├── argument.md │ │ ├── argumentcollection.md │ │ ├── attributecontext.md │ │ ├── attributecontexttype.md │ │ ├── attributegroup.md │ │ ├── attributeitem.md │ │ ├── attributeresolutionguidance.md │ │ ├── azurecloudendpoint.md │ │ ├── blank.md │ │ ├── cdm.md │ │ ├── cdmincrementalpartitiontype.md │ │ ├── cdmobject.md │ │ ├── cdmobjectdefinition.md │ │ ├── cdmobjectreference.md │ │ ├── collection.md │ │ ├── constantentity.md │ │ ├── corpus.md │ │ ├── dataformat.md │ │ ├── datapartition.md │ │ ├── datapartitionpattern.md │ │ ├── datatype.md │ │ ├── definitioncollection.md │ │ ├── document.md │ │ ├── documentcollection.md │ │ ├── e2erelationship.md │ │ ├── entity.md │ │ ├── entityattribute.md │ │ ├── entitycollection.md │ │ ├── entitydeclaration.md │ │ ├── environmenttype.md │ │ ├── folder.md │ │ ├── foldercollection.md │ │ ├── import.md │ │ ├── importcollection.md │ │ ├── importsloadstrategy.md │ │ ├── localentitydeclaration.md │ │ ├── logcode.md │ │ ├── manifest.md │ │ ├── manifestdeclaration.md │ │ ├── objecttype.md │ │ ├── parameter.md │ │ ├── partitionfilestatuschecktype.md │ │ ├── projections │ │ │ ├── addartifactattribute.md │ │ │ ├── addattributegroup.md │ │ │ ├── addcountattribute.md │ │ │ ├── addsupportingattribute.md │ │ │ ├── addtypeattribute.md │ │ │ ├── altertraits.md │ │ │ ├── arrayexpansion.md │ │ │ ├── combineattributes.md │ │ │ ├── excludeattributes.md │ │ │ ├── includeattributes.md │ │ │ ├── operationbase.md │ │ │ ├── projection.md │ │ │ ├── renameattributes.md │ │ │ └── replaceasforeignkey.md │ │ ├── purpose.md │ │ ├── referencedentitydeclaration.md │ │ ├── relationshipdiscoverystyle.md │ │ ├── statuslevel.md │ │ ├── trait.md │ │ ├── traitcollection.md │ │ ├── traitgroup.md │ │ ├── traitgroupreference.md │ │ ├── traitreference.md │ │ ├── traitreferencebase.md │ │ └── typeattribute.md │ │ ├── storage │ │ ├── adlsadapter.md │ │ ├── cdmcustompackageadapter.md │ │ ├── cdmstandardsadapter.md │ │ ├── githubadapter.md │ │ ├── localadapter.md │ │ ├── networkadapter.md │ │ ├── remoteadapter.md │ │ ├── storage.md │ │ ├── storageadapter.md │ │ ├── storageadapterbase.md │ │ ├── storagemanager.md │ │ └── symsadapter.md │ │ └── utilities │ │ ├── Exceptions │ │ └── cdmreadpartitionfrompatternexception.md │ │ ├── callback.md │ │ ├── copyoptions.md │ │ ├── eventlist.md │ │ ├── filemetadata.md │ │ ├── filestatuscheckoptions.md │ │ ├── httpclient.md │ │ ├── logger.md │ │ ├── resolvecontext.md │ │ ├── resolveoptions.md │ │ ├── storageutils.md │ │ ├── telemetryclient.md │ │ ├── telemetryconfig.md │ │ ├── telemetrykustoclient.md │ │ ├── tokenprovider.md │ │ └── utilities.md ├── TOC.yml ├── breadcrumb │ └── toc.yml ├── cdm-manifest.md ├── creating-schemas.md ├── data-lake.md ├── docfx.json ├── faq.md ├── index.md ├── media │ ├── cdm-data-lake-2.png │ ├── cdm-entities-v1.png │ ├── cdm-filesystems.png │ ├── cdm-folder-manf.png │ ├── cdm-folder.png │ ├── cdm-map-entities.png │ ├── cdm-syms-mapping.PNG │ ├── cdm-with-cds.png │ ├── console1.png │ ├── console2.png │ ├── console3.png │ ├── creating-schemas-aggpageviewdetail.png │ ├── creating-schemas-aggregationsfolder.png │ ├── creating-schemas-attributegrouptable.png │ ├── creating-schemas-attributegrouptablehighlighted.png │ ├── creating-schemas-clickstreamfolder.png │ ├── creating-schemas-differentprefix.png │ ├── creating-schemas-navigatorloadfromfiles.png │ ├── creating-schemas-navigatorloadmanifest.png │ ├── creating-schemas-navigatorselectmanifest.png │ ├── creating-schemas-navigatorsession.png │ ├── creating-schemas-reverseipentitydefinition.png │ ├── creating-schemas-runsample.png │ ├── creating-schemas-runsampleexploreattributes.png │ ├── creating-schemas-runsampleexploresession.png │ ├── creating-schemas-sessionentitydefinition.png │ ├── creating-schemas-useragententitydefinition.png │ ├── ent-ref │ │ ├── img1.png │ │ └── img2.png │ ├── sample-folder1.png │ └── sdk │ │ ├── convert-logical-entities-resolved-entities │ │ ├── entity-definition-flavors.png │ │ ├── persisted-data.png │ │ ├── relationship-business-owner.png │ │ ├── resolution-guidance.png │ │ ├── resolved-student-entity.png │ │ ├── simple-logical-entities-2.png │ │ ├── simple-logical-entities.png │ │ ├── small-business-entity-shape-new-name.png │ │ ├── small-business-entity-shape-resolved-2.png │ │ ├── small-business-entity-shape-resolved.png │ │ ├── small-business-entity-shape-resolved2.png │ │ └── small-business-entity-shape.png │ │ ├── logical-definitions │ │ ├── attribute-max-length.png │ │ ├── bookkeeping-attributes-2.png │ │ ├── bookkeeping-attributes.png │ │ ├── constant-entity-object.png │ │ ├── data-types-extend-data-types.png │ │ ├── define-data-types.png │ │ ├── entity-extensions.png │ │ ├── isconstrained-trait.png │ │ ├── simple-typed-attributes-1.png │ │ ├── simple-typed-attributes-2.png │ │ ├── traits-applied-attributes.png │ │ ├── traits-applied-attributes2.png │ │ └── using-entity-type-attribute.png │ │ ├── mainfest │ │ └── manifest-example.png │ │ ├── technical-details │ │ ├── conceptual-corpus-diagram.png │ │ ├── detailed-corpus-composition.png │ │ └── json-doc-sample.png │ │ └── trait-concepts-and-use-cases │ │ └── traits-img1.png ├── model-json.md ├── samples.md ├── schema │ ├── core │ │ ├── applicationCommon │ │ │ ├── Account.md │ │ │ ├── Activity.md │ │ │ ├── ActivityParty.md │ │ │ ├── Address.md │ │ │ ├── Appointment.md │ │ │ ├── Article.md │ │ │ ├── ArticleComment.md │ │ │ ├── ArticleTemplate.md │ │ │ ├── BusinessUnit.md │ │ │ ├── Connection.md │ │ │ ├── ConnectionRole.md │ │ │ ├── Contact.md │ │ │ ├── Currency.md │ │ │ ├── CustomerRelationship.md │ │ │ ├── Email.md │ │ │ ├── EmailSignature.md │ │ │ ├── Fax.md │ │ │ ├── Feedback.md │ │ │ ├── Goal.md │ │ │ ├── GoalMetric.md │ │ │ ├── KnowledgeArticle.md │ │ │ ├── KnowledgeArticleCategory.md │ │ │ ├── KnowledgeArticleViews.md │ │ │ ├── KnowledgeBaseRecord.md │ │ │ ├── Letter.md │ │ │ ├── Note.md │ │ │ ├── Organization.md │ │ │ ├── Owner.md │ │ │ ├── PhoneCall.md │ │ │ ├── Position.md │ │ │ ├── Queue.md │ │ │ ├── QueueItem.md │ │ │ ├── RecurringAppointment.md │ │ │ ├── SLA.md │ │ │ ├── SLAItem.md │ │ │ ├── SLAKPIInstance.md │ │ │ ├── SocialActivity.md │ │ │ ├── SocialProfile.md │ │ │ ├── Task.md │ │ │ ├── Team.md │ │ │ ├── TeamMembership.md │ │ │ ├── Territory.md │ │ │ ├── User.md │ │ │ ├── foundationCommon │ │ │ │ ├── Account.md │ │ │ │ ├── BookableResource.md │ │ │ │ ├── BookableResourceBooking.md │ │ │ │ ├── BookableResourceBookingHeader.md │ │ │ │ ├── BookableResourceCategory.md │ │ │ │ ├── BookableResourceCategoryAssn.md │ │ │ │ ├── BookableResourceCharacteristic.md │ │ │ │ ├── BookableResourceGroup.md │ │ │ │ ├── BookingStatus.md │ │ │ │ ├── Characteristic.md │ │ │ │ ├── Company.md │ │ │ │ ├── Contact.md │ │ │ │ ├── KnowledgeArticle.md │ │ │ │ ├── Organization.md │ │ │ │ ├── PriceList.md │ │ │ │ ├── PriceListItem.md │ │ │ │ ├── Product.md │ │ │ │ ├── ProductAssociation.md │ │ │ │ ├── ProductRelationship.md │ │ │ │ ├── Property.md │ │ │ │ ├── PropertyAssociation.md │ │ │ │ ├── PropertyInstance.md │ │ │ │ ├── PropertyOptionSetItem.md │ │ │ │ ├── RatingModel.md │ │ │ │ ├── RatingValue.md │ │ │ │ ├── Unit.md │ │ │ │ ├── UnitGroup.md │ │ │ │ ├── crmCommon │ │ │ │ │ ├── Account.md │ │ │ │ │ ├── AccountLeads.md │ │ │ │ │ ├── Activity.md │ │ │ │ │ ├── Appointment.md │ │ │ │ │ ├── Campaign.md │ │ │ │ │ ├── CampaignActivity.md │ │ │ │ │ ├── CampaignActivityItem.md │ │ │ │ │ ├── CampaignItem.md │ │ │ │ │ ├── CampaignResponse.md │ │ │ │ │ ├── Contact.md │ │ │ │ │ ├── ContactLeads.md │ │ │ │ │ ├── Email.md │ │ │ │ │ ├── Fax.md │ │ │ │ │ ├── Lead.md │ │ │ │ │ ├── LeadAddress.md │ │ │ │ │ ├── Letter.md │ │ │ │ │ ├── MarketingList.md │ │ │ │ │ ├── MarketingListMember.md │ │ │ │ │ ├── PhoneCall.md │ │ │ │ │ ├── QuickCampaign.md │ │ │ │ │ ├── RecurringAppointment.md │ │ │ │ │ ├── SocialActivity.md │ │ │ │ │ ├── accelerators │ │ │ │ │ │ ├── automotive │ │ │ │ │ │ │ ├── AggregateKPI.md │ │ │ │ │ │ │ ├── AggregateKPIContext.md │ │ │ │ │ │ │ ├── AggregateKPIMeasurement.md │ │ │ │ │ │ │ ├── AttributeGroup.md │ │ │ │ │ │ │ ├── AttributeOption.md │ │ │ │ │ │ │ ├── AttributeType.md │ │ │ │ │ │ │ ├── AutoLeadToOpportunitySalesProcess.md │ │ │ │ │ │ │ ├── Business.md │ │ │ │ │ │ │ ├── BusinessFacility.md │ │ │ │ │ │ │ ├── BusinessOperation.md │ │ │ │ │ │ │ ├── BusinessOperationCustomerPreference.md │ │ │ │ │ │ │ ├── BusinessType.md │ │ │ │ │ │ │ ├── ConfigurationCode.md │ │ │ │ │ │ │ ├── ConfigurationOption.md │ │ │ │ │ │ │ ├── CustomerAttachment.md │ │ │ │ │ │ │ ├── CustomerIdentifier.md │ │ │ │ │ │ │ ├── CustomerIdentifierType.md │ │ │ │ │ │ │ ├── Deal.md │ │ │ │ │ │ │ ├── DealCustomer.md │ │ │ │ │ │ │ ├── DealDevice.md │ │ │ │ │ │ │ ├── DealDeviceAddOn.md │ │ │ │ │ │ │ ├── DealFile.md │ │ │ │ │ │ │ ├── DealTerm.md │ │ │ │ │ │ │ ├── DealType.md │ │ │ │ │ │ │ ├── DealerPlate.md │ │ │ │ │ │ │ ├── DealerPlateDeviceAssignment.md │ │ │ │ │ │ │ ├── Device.md │ │ │ │ │ │ │ ├── DeviceBrand.md │ │ │ │ │ │ │ ├── DeviceClass.md │ │ │ │ │ │ │ ├── DeviceComponent.md │ │ │ │ │ │ │ ├── DeviceGeneration.md │ │ │ │ │ │ │ ├── DeviceInspection.md │ │ │ │ │ │ │ ├── DeviceInspectionChecklist.md │ │ │ │ │ │ │ ├── DeviceInspectionChecklistType.md │ │ │ │ │ │ │ ├── DeviceLicensePlate.md │ │ │ │ │ │ │ ├── DeviceMeasure.md │ │ │ │ │ │ │ ├── DeviceMeasurement.md │ │ │ │ │ │ │ ├── DeviceMeter.md │ │ │ │ │ │ │ ├── DeviceModel.md │ │ │ │ │ │ │ ├── DeviceModelCode.md │ │ │ │ │ │ │ ├── DeviceObservation.md │ │ │ │ │ │ │ ├── DeviceObservationType.md │ │ │ │ │ │ │ ├── DeviceRegistration.md │ │ │ │ │ │ │ ├── DeviceSensor.md │ │ │ │ │ │ │ ├── DeviceState.md │ │ │ │ │ │ │ ├── DeviceStyle.md │ │ │ │ │ │ │ ├── DeviceType.md │ │ │ │ │ │ │ ├── DeviceVariant.md │ │ │ │ │ │ │ ├── DeviceWarranty.md │ │ │ │ │ │ │ ├── DeviceWarrantyLimit.md │ │ │ │ │ │ │ ├── FinancingOpportunity.md │ │ │ │ │ │ │ ├── FinancingOpportunityDetail.md │ │ │ │ │ │ │ ├── Fleet.md │ │ │ │ │ │ │ ├── FleetDevice.md │ │ │ │ │ │ │ ├── Lead.md │ │ │ │ │ │ │ ├── LeadDevice.md │ │ │ │ │ │ │ ├── LeadDeviceSpecification.md │ │ │ │ │ │ │ ├── LeadDisposition.md │ │ │ │ │ │ │ ├── LeadDispositionActivity.md │ │ │ │ │ │ │ ├── LeadPriceType.md │ │ │ │ │ │ │ ├── LeadProspect.md │ │ │ │ │ │ │ ├── LeadSpecificationType.md │ │ │ │ │ │ │ ├── OperationCode.md │ │ │ │ │ │ │ ├── OperationType.md │ │ │ │ │ │ │ ├── SalesContract.md │ │ │ │ │ │ │ ├── SalesContractDetail.md │ │ │ │ │ │ │ ├── SalesContractPayment.md │ │ │ │ │ │ │ ├── SalesContractTerm.md │ │ │ │ │ │ │ ├── SalesContractType.md │ │ │ │ │ │ │ ├── ServiceAppointment.md │ │ │ │ │ │ │ ├── ServiceAppointmentType.md │ │ │ │ │ │ │ ├── ServiceContract.md │ │ │ │ │ │ │ ├── ServiceContractDetail.md │ │ │ │ │ │ │ ├── ServiceContractTerm.md │ │ │ │ │ │ │ ├── ServiceContractType.md │ │ │ │ │ │ │ ├── ServiceOrder.md │ │ │ │ │ │ │ ├── ServiceOrderGroup.md │ │ │ │ │ │ │ ├── ServiceOrderJob.md │ │ │ │ │ │ │ ├── ServiceOrderJobDetail.md │ │ │ │ │ │ │ ├── ServiceOrderJobType.md │ │ │ │ │ │ │ ├── ServiceOrderType.md │ │ │ │ │ │ │ ├── Specification.md │ │ │ │ │ │ │ ├── SpecificationAccessory.md │ │ │ │ │ │ │ ├── SpecificationAttribute.md │ │ │ │ │ │ │ ├── TestDrive.md │ │ │ │ │ │ │ ├── TradeIn.md │ │ │ │ │ │ │ ├── Unit.md │ │ │ │ │ │ │ ├── Warranty.md │ │ │ │ │ │ │ ├── WarrantyLimit.md │ │ │ │ │ │ │ ├── WarrantyType.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── education │ │ │ │ │ │ │ ├── higherEducation │ │ │ │ │ │ │ │ ├── AcademicPeriod.md │ │ │ │ │ │ │ │ ├── AcademicPeriodDetail.md │ │ │ │ │ │ │ │ ├── Accomplishments.md │ │ │ │ │ │ │ │ ├── Account.md │ │ │ │ │ │ │ │ ├── Address.md │ │ │ │ │ │ │ │ ├── AreaOfInterest.md │ │ │ │ │ │ │ │ ├── AreaOfStudy.md │ │ │ │ │ │ │ │ ├── Contact.md │ │ │ │ │ │ │ │ ├── Course.md │ │ │ │ │ │ │ │ ├── CourseHistory.md │ │ │ │ │ │ │ │ ├── CourseSection.md │ │ │ │ │ │ │ │ ├── EducationLevel.md │ │ │ │ │ │ │ │ ├── ExtraCurricularActivity.md │ │ │ │ │ │ │ │ ├── ExtraCurricularParticipant.md │ │ │ │ │ │ │ │ ├── Grant.md │ │ │ │ │ │ │ │ ├── GrantApplicant.md │ │ │ │ │ │ │ │ ├── GrantApplicationBusinessProcessFlow.md │ │ │ │ │ │ │ │ ├── Internship.md │ │ │ │ │ │ │ │ ├── InternshipApplicant.md │ │ │ │ │ │ │ │ ├── InternshipApplicationFlow.md │ │ │ │ │ │ │ │ ├── PreviousEducation.md │ │ │ │ │ │ │ │ ├── Program.md │ │ │ │ │ │ │ │ ├── ProgramLevel.md │ │ │ │ │ │ │ │ ├── ProgramVersion.md │ │ │ │ │ │ │ │ ├── ProgramVersionDetail.md │ │ │ │ │ │ │ │ ├── RegistrationStatus.md │ │ │ │ │ │ │ │ ├── Scholarship.md │ │ │ │ │ │ │ │ ├── ScholarshipApplicant.md │ │ │ │ │ │ │ │ ├── ScholarshipApplicationBusinessProcessFlow.md │ │ │ │ │ │ │ │ ├── StudentProgramType.md │ │ │ │ │ │ │ │ ├── StudentStatus.md │ │ │ │ │ │ │ │ ├── TestScore.md │ │ │ │ │ │ │ │ ├── TestType.md │ │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── healthCare │ │ │ │ │ │ │ ├── electronicMedicalRecords │ │ │ │ │ │ │ │ ├── Account.md │ │ │ │ │ │ │ │ ├── AccountType.md │ │ │ │ │ │ │ │ ├── ActivityDefinition.md │ │ │ │ │ │ │ │ ├── ActivityDefinitionBodySite.md │ │ │ │ │ │ │ │ ├── ActivityDefinitionContact.md │ │ │ │ │ │ │ │ ├── ActivityDefinitionContributor.md │ │ │ │ │ │ │ │ ├── ActivityDefinitionContributorContact.md │ │ │ │ │ │ │ │ ├── ActivityDefinitionDosage.md │ │ │ │ │ │ │ │ ├── ActivityDefinitionDynamicValue.md │ │ │ │ │ │ │ │ ├── ActivityDefinitionJurisdiction.md │ │ │ │ │ │ │ │ ├── ActivityDefinitionLibrary.md │ │ │ │ │ │ │ │ ├── ActivityDefinitionParticipant.md │ │ │ │ │ │ │ │ ├── ActivityDefinitionRelatedArtifact.md │ │ │ │ │ │ │ │ ├── ActivityDefinitionTopic.md │ │ │ │ │ │ │ │ ├── ActivityDefinitionUseContext.md │ │ │ │ │ │ │ │ ├── AdditionalName.md │ │ │ │ │ │ │ │ ├── Address.md │ │ │ │ │ │ │ │ ├── AllergyIntolerance.md │ │ │ │ │ │ │ │ ├── AppointmentEMR.md │ │ │ │ │ │ │ │ ├── AppointmentEMRIndication.md │ │ │ │ │ │ │ │ ├── AppointmentEMRParticipant.md │ │ │ │ │ │ │ │ ├── AppointmentEMRReason.md │ │ │ │ │ │ │ │ ├── AppointmentEMRReferralRequest.md │ │ │ │ │ │ │ │ ├── AppointmentEMRRequestedPeriod.md │ │ │ │ │ │ │ │ ├── AppointmentEMRServiceType.md │ │ │ │ │ │ │ │ ├── AppointmentEMRSlot.md │ │ │ │ │ │ │ │ ├── AppointmentEMRSpecialty.md │ │ │ │ │ │ │ │ ├── AppointmentServiceCategory.md │ │ │ │ │ │ │ │ ├── BodySite.md │ │ │ │ │ │ │ │ ├── CarePlan.md │ │ │ │ │ │ │ │ ├── CarePlanActivity.md │ │ │ │ │ │ │ │ ├── CarePlanActivityGoal.md │ │ │ │ │ │ │ │ ├── CarePlanActivityOutcome.md │ │ │ │ │ │ │ │ ├── CarePlanActivityOutcomeReference.md │ │ │ │ │ │ │ │ ├── CarePlanActivityPerformer.md │ │ │ │ │ │ │ │ ├── CarePlanActivityReason.md │ │ │ │ │ │ │ │ ├── CarePlanActivityReasonCode.md │ │ │ │ │ │ │ │ ├── CarePlanActivityReasonReference.md │ │ │ │ │ │ │ │ ├── CarePlanAddresses.md │ │ │ │ │ │ │ │ ├── CarePlanAuthor.md │ │ │ │ │ │ │ │ ├── CarePlanBasedOn.md │ │ │ │ │ │ │ │ ├── CarePlanCareTeam.md │ │ │ │ │ │ │ │ ├── CarePlanCategory.md │ │ │ │ │ │ │ │ ├── CarePlanDefinition.md │ │ │ │ │ │ │ │ ├── CarePlanGoal.md │ │ │ │ │ │ │ │ ├── CarePlanGoalMeasure.md │ │ │ │ │ │ │ │ ├── CarePlanGoalOutcome.md │ │ │ │ │ │ │ │ ├── CarePlanPartOf.md │ │ │ │ │ │ │ │ ├── CarePlanReplace.md │ │ │ │ │ │ │ │ ├── CarePlanSupportInfo.md │ │ │ │ │ │ │ │ ├── CareTeam.md │ │ │ │ │ │ │ │ ├── CareTeamCategory.md │ │ │ │ │ │ │ │ ├── CareTeamManagingOrganization.md │ │ │ │ │ │ │ │ ├── CareTeamParticipant.md │ │ │ │ │ │ │ │ ├── CareTeamParticipantRole.md │ │ │ │ │ │ │ │ ├── CareTeamReasonCode.md │ │ │ │ │ │ │ │ ├── CareTeamReasonReference.md │ │ │ │ │ │ │ │ ├── ClinicalImpression.md │ │ │ │ │ │ │ │ ├── ClinicalImpressionAction.md │ │ │ │ │ │ │ │ ├── ClinicalImpressionFinding.md │ │ │ │ │ │ │ │ ├── ClinicalImpressionInvestigation.md │ │ │ │ │ │ │ │ ├── ClinicalImpressionInvestigationItem.md │ │ │ │ │ │ │ │ ├── ClinicalImpressionProblem.md │ │ │ │ │ │ │ │ ├── ClinicalImpressionPrognosis.md │ │ │ │ │ │ │ │ ├── ClinicalImpressionProtocol.md │ │ │ │ │ │ │ │ ├── CodeableConcept.md │ │ │ │ │ │ │ │ ├── Communication.md │ │ │ │ │ │ │ │ ├── CommunicationRequest.md │ │ │ │ │ │ │ │ ├── CommunicationRequestBasedOn.md │ │ │ │ │ │ │ │ ├── CommunicationRequestCategory.md │ │ │ │ │ │ │ │ ├── CommunicationRequestMedium.md │ │ │ │ │ │ │ │ ├── CommunicationRequestPayload.md │ │ │ │ │ │ │ │ ├── CommunicationRequestReason.md │ │ │ │ │ │ │ │ ├── CommunicationRequestReasonReference.md │ │ │ │ │ │ │ │ ├── CommunicationRequestRecipient.md │ │ │ │ │ │ │ │ ├── CommunicationRequestReplace.md │ │ │ │ │ │ │ │ ├── CommunicationRequestTopic.md │ │ │ │ │ │ │ │ ├── Condition.md │ │ │ │ │ │ │ │ ├── ConditionBodySite.md │ │ │ │ │ │ │ │ ├── ConditionCategory.md │ │ │ │ │ │ │ │ ├── ConditionEvidence.md │ │ │ │ │ │ │ │ ├── ConditionStage.md │ │ │ │ │ │ │ │ ├── Contact.md │ │ │ │ │ │ │ │ ├── ContactLink.md │ │ │ │ │ │ │ │ ├── DataReqCodeFilterValueCodeableConcept.md │ │ │ │ │ │ │ │ ├── DataRequirement.md │ │ │ │ │ │ │ │ ├── DataRequirementCodeFilter.md │ │ │ │ │ │ │ │ ├── DataRequirementCodeFilterValueCode.md │ │ │ │ │ │ │ │ ├── DataRequirementCodeFilterValueCoding.md │ │ │ │ │ │ │ │ ├── DataRequirementDateFilter.md │ │ │ │ │ │ │ │ ├── DataRequirementMustSupport.md │ │ │ │ │ │ │ │ ├── DataRequirementProfile.md │ │ │ │ │ │ │ │ ├── Device.md │ │ │ │ │ │ │ │ ├── DeviceCalibration.md │ │ │ │ │ │ │ │ ├── DeviceComponent.md │ │ │ │ │ │ │ │ ├── DeviceComponentOperationalStatus.md │ │ │ │ │ │ │ │ ├── DeviceComponentProductionSpecification.md │ │ │ │ │ │ │ │ ├── DeviceContactPoint.md │ │ │ │ │ │ │ │ ├── DeviceMetric.md │ │ │ │ │ │ │ │ ├── DeviceMetricType.md │ │ │ │ │ │ │ │ ├── DeviceRequest.md │ │ │ │ │ │ │ │ ├── DeviceRequestBasedOn.md │ │ │ │ │ │ │ │ ├── DeviceRequestDefinition.md │ │ │ │ │ │ │ │ ├── DeviceRequestPriorRequest.md │ │ │ │ │ │ │ │ ├── DeviceRequestReasonCode.md │ │ │ │ │ │ │ │ ├── DeviceRequestReasonReference.md │ │ │ │ │ │ │ │ ├── DeviceRequestRelevantHistory.md │ │ │ │ │ │ │ │ ├── DeviceRequestSupportingInfo.md │ │ │ │ │ │ │ │ ├── DeviceSafety.md │ │ │ │ │ │ │ │ ├── DeviceStatus.md │ │ │ │ │ │ │ │ ├── Dosage.md │ │ │ │ │ │ │ │ ├── DosageAddInstruction.md │ │ │ │ │ │ │ │ ├── Encounter.md │ │ │ │ │ │ │ │ ├── EncounterAccount.md │ │ │ │ │ │ │ │ ├── EncounterClassHistory.md │ │ │ │ │ │ │ │ ├── EncounterDiagnosis.md │ │ │ │ │ │ │ │ ├── EncounterEpisodeOfCare.md │ │ │ │ │ │ │ │ ├── EncounterHospitalizationArrangement.md │ │ │ │ │ │ │ │ ├── EncounterHospitalizationCourtesy.md │ │ │ │ │ │ │ │ ├── EncounterHospitalizationDiet.md │ │ │ │ │ │ │ │ ├── EncounterLocation.md │ │ │ │ │ │ │ │ ├── EncounterParticipant.md │ │ │ │ │ │ │ │ ├── EncounterParticipantType.md │ │ │ │ │ │ │ │ ├── EncounterReason.md │ │ │ │ │ │ │ │ ├── EncounterReferralRequest.md │ │ │ │ │ │ │ │ ├── EncounterStatusHistory.md │ │ │ │ │ │ │ │ ├── EncounterType.md │ │ │ │ │ │ │ │ ├── Endpoint.md │ │ │ │ │ │ │ │ ├── EndpointContact.md │ │ │ │ │ │ │ │ ├── EndpointHeader.md │ │ │ │ │ │ │ │ ├── EndpointPayloadMimeType.md │ │ │ │ │ │ │ │ ├── EndpointPayloadType.md │ │ │ │ │ │ │ │ ├── EpisodeOfCare.md │ │ │ │ │ │ │ │ ├── EpisodeOfCareAccount.md │ │ │ │ │ │ │ │ ├── EpisodeOfCareCareTeam.md │ │ │ │ │ │ │ │ ├── EpisodeOfCareDiagnosis.md │ │ │ │ │ │ │ │ ├── EpisodeOfCareHistory.md │ │ │ │ │ │ │ │ ├── EpisodeOfCareReferralRequest.md │ │ │ │ │ │ │ │ ├── EpisodeOfCareType.md │ │ │ │ │ │ │ │ ├── FamilyMemberHistory.md │ │ │ │ │ │ │ │ ├── FamilyMemberHistoryCondition.md │ │ │ │ │ │ │ │ ├── FamilyMemberHistoryDefinition.md │ │ │ │ │ │ │ │ ├── FamilyMemberHistoryReason.md │ │ │ │ │ │ │ │ ├── FamilyMemberHistoryReasonReference.md │ │ │ │ │ │ │ │ ├── Goal.md │ │ │ │ │ │ │ │ ├── GoalAddresses.md │ │ │ │ │ │ │ │ ├── GoalCategory.md │ │ │ │ │ │ │ │ ├── GoalOutcome.md │ │ │ │ │ │ │ │ ├── GoalOutcomeReference.md │ │ │ │ │ │ │ │ ├── HealthcareService.md │ │ │ │ │ │ │ │ ├── HealthcareServiceAvailableTime.md │ │ │ │ │ │ │ │ ├── HealthcareServiceCategory.md │ │ │ │ │ │ │ │ ├── HealthcareServiceCharacteristic.md │ │ │ │ │ │ │ │ ├── HealthcareServiceCoverageArea.md │ │ │ │ │ │ │ │ ├── HealthcareServiceEndpoint.md │ │ │ │ │ │ │ │ ├── HealthcareServiceLocation.md │ │ │ │ │ │ │ │ ├── HealthcareServiceProgramName.md │ │ │ │ │ │ │ │ ├── HealthcareServiceProvision.md │ │ │ │ │ │ │ │ ├── HealthcareServiceReferralMethod.md │ │ │ │ │ │ │ │ ├── HealthcareServiceSpecialty.md │ │ │ │ │ │ │ │ ├── HealthcareServiceTelecom.md │ │ │ │ │ │ │ │ ├── Location.md │ │ │ │ │ │ │ │ ├── LocationEndPoint.md │ │ │ │ │ │ │ │ ├── LocationTelecom.md │ │ │ │ │ │ │ │ ├── MedicalIdentifier.md │ │ │ │ │ │ │ │ ├── Medication.md │ │ │ │ │ │ │ │ ├── MedicationAdministration.md │ │ │ │ │ │ │ │ ├── MedicationAdministrationDefinition.md │ │ │ │ │ │ │ │ ├── MedicationAdministrationDevice.md │ │ │ │ │ │ │ │ ├── MedicationAdministrationEventHistory.md │ │ │ │ │ │ │ │ ├── MedicationAdministrationPartOf.md │ │ │ │ │ │ │ │ ├── MedicationAdministrationPerformer.md │ │ │ │ │ │ │ │ ├── MedicationAdministrationReasonCode.md │ │ │ │ │ │ │ │ ├── MedicationAdministrationReasonNotGiven.md │ │ │ │ │ │ │ │ ├── MedicationAdministrationReasonReference.md │ │ │ │ │ │ │ │ ├── MedicationAdministrationSupportingInformation.md │ │ │ │ │ │ │ │ ├── MedicationCode.md │ │ │ │ │ │ │ │ ├── MedicationForm.md │ │ │ │ │ │ │ │ ├── MedicationImage.md │ │ │ │ │ │ │ │ ├── MedicationIngredient.md │ │ │ │ │ │ │ │ ├── MedicationPackageBatch.md │ │ │ │ │ │ │ │ ├── MedicationPackageContent.md │ │ │ │ │ │ │ │ ├── MedicationRequest.md │ │ │ │ │ │ │ │ ├── MedicationRequestBasedOn.md │ │ │ │ │ │ │ │ ├── MedicationRequestDefinition.md │ │ │ │ │ │ │ │ ├── MedicationRequestDetectedIssue.md │ │ │ │ │ │ │ │ ├── MedicationRequestDosageInstruction.md │ │ │ │ │ │ │ │ ├── MedicationRequestEventHistory.md │ │ │ │ │ │ │ │ ├── MedicationRequestReasonCode.md │ │ │ │ │ │ │ │ ├── MedicationRequestReasonReference.md │ │ │ │ │ │ │ │ ├── MedicationRequestSupportingInfo.md │ │ │ │ │ │ │ │ ├── NutritionOrder.md │ │ │ │ │ │ │ │ ├── NutritionOrderAllergyIntolerance.md │ │ │ │ │ │ │ │ ├── NutritionOrderEnteralFormulaAdministration.md │ │ │ │ │ │ │ │ ├── NutritionOrderExcludeFoodModifier.md │ │ │ │ │ │ │ │ ├── NutritionOrderFoodPreferenceModifier.md │ │ │ │ │ │ │ │ ├── NutritionOrderOralDietFluidConsistencyType.md │ │ │ │ │ │ │ │ ├── NutritionOrderOralDietNutrient.md │ │ │ │ │ │ │ │ ├── NutritionOrderOralDietSchedule.md │ │ │ │ │ │ │ │ ├── NutritionOrderOralDietTexture.md │ │ │ │ │ │ │ │ ├── NutritionOrderOralDietType.md │ │ │ │ │ │ │ │ ├── NutritionOrderSupplement.md │ │ │ │ │ │ │ │ ├── NutritionOrderSupplementSchedule.md │ │ │ │ │ │ │ │ ├── Observation.md │ │ │ │ │ │ │ │ ├── ObservationBasedOn.md │ │ │ │ │ │ │ │ ├── ObservationCategory.md │ │ │ │ │ │ │ │ ├── ObservationCode.md │ │ │ │ │ │ │ │ ├── ObservationComponent.md │ │ │ │ │ │ │ │ ├── ObservationComponentReferenceRange.md │ │ │ │ │ │ │ │ ├── ObservationInterpretation.md │ │ │ │ │ │ │ │ ├── ObservationMethod.md │ │ │ │ │ │ │ │ ├── ObservationPerformer.md │ │ │ │ │ │ │ │ ├── ObservationReferenceRange.md │ │ │ │ │ │ │ │ ├── ObservationReferenceRangeAppliesTo.md │ │ │ │ │ │ │ │ ├── ObservationRelatedResource.md │ │ │ │ │ │ │ │ ├── PlanDefinition.md │ │ │ │ │ │ │ │ ├── PlanDefinitionAction.md │ │ │ │ │ │ │ │ ├── PlanDefinitionActionAction.md │ │ │ │ │ │ │ │ ├── PlanDefinitionActionArtifact.md │ │ │ │ │ │ │ │ ├── PlanDefinitionActionCode.md │ │ │ │ │ │ │ │ ├── PlanDefinitionActionCondition.md │ │ │ │ │ │ │ │ ├── PlanDefinitionActionDynamicValue.md │ │ │ │ │ │ │ │ ├── PlanDefinitionActionGoal.md │ │ │ │ │ │ │ │ ├── PlanDefinitionActionInput.md │ │ │ │ │ │ │ │ ├── PlanDefinitionActionOutput.md │ │ │ │ │ │ │ │ ├── PlanDefinitionActionReason.md │ │ │ │ │ │ │ │ ├── PlanDefinitionActionRelatedAction.md │ │ │ │ │ │ │ │ ├── PlanDefinitionActionTriggerDefinition.md │ │ │ │ │ │ │ │ ├── PlanDefinitionArtifact.md │ │ │ │ │ │ │ │ ├── PlanDefinitionContributor.md │ │ │ │ │ │ │ │ ├── PlanDefinitionContributorContact.md │ │ │ │ │ │ │ │ ├── PlanDefinitionGoal.md │ │ │ │ │ │ │ │ ├── PlanDefinitionGoalAddresses.md │ │ │ │ │ │ │ │ ├── PlanDefinitionGoalArtifact.md │ │ │ │ │ │ │ │ ├── PlanDefinitionGoalTarget.md │ │ │ │ │ │ │ │ ├── PlanDefinitionJurisdiction.md │ │ │ │ │ │ │ │ ├── PlanDefinitionLibrary.md │ │ │ │ │ │ │ │ ├── PlanDefinitionParticipant.md │ │ │ │ │ │ │ │ ├── PlanDefinitionTopic.md │ │ │ │ │ │ │ │ ├── PlanDefinitionUseContext.md │ │ │ │ │ │ │ │ ├── PractitionerQualification.md │ │ │ │ │ │ │ │ ├── PractitionerRole.md │ │ │ │ │ │ │ │ ├── PractitionerRoleAvailableTime.md │ │ │ │ │ │ │ │ ├── PractitionerRoleCode.md │ │ │ │ │ │ │ │ ├── PractitionerRoleEndPoint.md │ │ │ │ │ │ │ │ ├── PractitionerRoleHealthcareService.md │ │ │ │ │ │ │ │ ├── PractitionerRoleLocation.md │ │ │ │ │ │ │ │ ├── PractitionerRoleSpecialty.md │ │ │ │ │ │ │ │ ├── PractitionerRoleTelecom.md │ │ │ │ │ │ │ │ ├── PractitionerSpecialty.md │ │ │ │ │ │ │ │ ├── Procedure.md │ │ │ │ │ │ │ │ ├── ProcedureBasedOn.md │ │ │ │ │ │ │ │ ├── ProcedureBodySite.md │ │ │ │ │ │ │ │ ├── ProcedureCode.md │ │ │ │ │ │ │ │ ├── ProcedureComplication.md │ │ │ │ │ │ │ │ ├── ProcedureComplicationDetail.md │ │ │ │ │ │ │ │ ├── ProcedureDefinition.md │ │ │ │ │ │ │ │ ├── ProcedureFocalDevice.md │ │ │ │ │ │ │ │ ├── ProcedureFollowUp.md │ │ │ │ │ │ │ │ ├── ProcedurePartOf.md │ │ │ │ │ │ │ │ ├── ProcedurePerformer.md │ │ │ │ │ │ │ │ ├── ProcedureReason.md │ │ │ │ │ │ │ │ ├── ProcedureReasonReference.md │ │ │ │ │ │ │ │ ├── ProcedureReport.md │ │ │ │ │ │ │ │ ├── ProcedureRequest.md │ │ │ │ │ │ │ │ ├── ProcedureRequestBasedOn.md │ │ │ │ │ │ │ │ ├── ProcedureRequestBodySite.md │ │ │ │ │ │ │ │ ├── ProcedureRequestCategory.md │ │ │ │ │ │ │ │ ├── ProcedureRequestDefinition.md │ │ │ │ │ │ │ │ ├── ProcedureRequestReasonCode.md │ │ │ │ │ │ │ │ ├── ProcedureRequestReasonReference.md │ │ │ │ │ │ │ │ ├── ProcedureRequestRelevantHistory.md │ │ │ │ │ │ │ │ ├── ProcedureRequestReplace.md │ │ │ │ │ │ │ │ ├── ProcedureRequestSpecimen.md │ │ │ │ │ │ │ │ ├── ProcedureRequestSupportingInformation.md │ │ │ │ │ │ │ │ ├── ProcedureUsedCode.md │ │ │ │ │ │ │ │ ├── ProcedureUsedReference.md │ │ │ │ │ │ │ │ ├── ReferenceRangeAppliesTo.md │ │ │ │ │ │ │ │ ├── ReferralRequest.md │ │ │ │ │ │ │ │ ├── ReferralRequestBasedOn.md │ │ │ │ │ │ │ │ ├── ReferralRequestDefinition.md │ │ │ │ │ │ │ │ ├── ReferralRequestReasonCode.md │ │ │ │ │ │ │ │ ├── ReferralRequestReasonReference.md │ │ │ │ │ │ │ │ ├── ReferralRequestRecipient.md │ │ │ │ │ │ │ │ ├── ReferralRequestRelevantHistory.md │ │ │ │ │ │ │ │ ├── ReferralRequestReplace.md │ │ │ │ │ │ │ │ ├── ReferralRequestServiceRequested.md │ │ │ │ │ │ │ │ ├── ReferralRequestSupportingInformation.md │ │ │ │ │ │ │ │ ├── RelatedPerson.md │ │ │ │ │ │ │ │ ├── RequestGroup.md │ │ │ │ │ │ │ │ ├── RequestGroupAction.md │ │ │ │ │ │ │ │ ├── RequestGroupActionAction.md │ │ │ │ │ │ │ │ ├── RequestGroupActionCode.md │ │ │ │ │ │ │ │ ├── RequestGroupActionCondition.md │ │ │ │ │ │ │ │ ├── RequestGroupActionDocumentation.md │ │ │ │ │ │ │ │ ├── RequestGroupActionParticipant.md │ │ │ │ │ │ │ │ ├── RequestGroupActionRelatedAction.md │ │ │ │ │ │ │ │ ├── RequestGroupBasedOn.md │ │ │ │ │ │ │ │ ├── RequestGroupDefinition.md │ │ │ │ │ │ │ │ ├── RequestGroupReplace.md │ │ │ │ │ │ │ │ ├── RiskAssessment.md │ │ │ │ │ │ │ │ ├── RiskAssessmentBasis.md │ │ │ │ │ │ │ │ ├── RiskAssessmentPrediction.md │ │ │ │ │ │ │ │ ├── Schedule.md │ │ │ │ │ │ │ │ ├── ScheduleActor.md │ │ │ │ │ │ │ │ ├── ScheduleServiceType.md │ │ │ │ │ │ │ │ ├── ScheduleSpecialty.md │ │ │ │ │ │ │ │ ├── Slot.md │ │ │ │ │ │ │ │ ├── SlotServiceType.md │ │ │ │ │ │ │ │ ├── SlotSpecialty.md │ │ │ │ │ │ │ │ ├── Specimen.md │ │ │ │ │ │ │ │ ├── SpecimenContainer.md │ │ │ │ │ │ │ │ ├── SpecimenParent.md │ │ │ │ │ │ │ │ ├── SpecimenProcessing.md │ │ │ │ │ │ │ │ ├── SpecimenProcessingAdditive.md │ │ │ │ │ │ │ │ ├── SpecimenRequest.md │ │ │ │ │ │ │ │ ├── Substance.md │ │ │ │ │ │ │ │ ├── SubstanceCategory.md │ │ │ │ │ │ │ │ ├── SubstanceIngredient.md │ │ │ │ │ │ │ │ ├── SubstanceInstance.md │ │ │ │ │ │ │ │ ├── Task.md │ │ │ │ │ │ │ │ ├── TaskBasedOn.md │ │ │ │ │ │ │ │ ├── TaskInput.md │ │ │ │ │ │ │ │ ├── TaskOutput.md │ │ │ │ │ │ │ │ ├── TaskPartOf.md │ │ │ │ │ │ │ │ ├── TaskPerformerType.md │ │ │ │ │ │ │ │ ├── TaskRelevantHistory.md │ │ │ │ │ │ │ │ ├── TaskRestrictionRecipient.md │ │ │ │ │ │ │ │ ├── Timing.md │ │ │ │ │ │ │ │ ├── TimingDayOfWeek.md │ │ │ │ │ │ │ │ ├── TimingEvent.md │ │ │ │ │ │ │ │ ├── TimingTimeOfDay.md │ │ │ │ │ │ │ │ ├── TimingWhen.md │ │ │ │ │ │ │ │ ├── VisionPrescription.md │ │ │ │ │ │ │ │ ├── VisionPrescriptionDispense.md │ │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── nonProfit │ │ │ │ │ │ │ ├── nonProfitCore │ │ │ │ │ │ │ │ ├── Account.md │ │ │ │ │ │ │ │ ├── Address.md │ │ │ │ │ │ │ │ ├── Award.md │ │ │ │ │ │ │ │ ├── AwardVersion.md │ │ │ │ │ │ │ │ ├── BenefitRecipient.md │ │ │ │ │ │ │ │ ├── Budget.md │ │ │ │ │ │ │ │ ├── Contact.md │ │ │ │ │ │ │ │ ├── CreditPlan.md │ │ │ │ │ │ │ │ ├── CreditPlanRecipient.md │ │ │ │ │ │ │ │ ├── DeliveryFramework.md │ │ │ │ │ │ │ │ ├── DesignatedCredit.md │ │ │ │ │ │ │ │ ├── Designation.md │ │ │ │ │ │ │ │ ├── DesignationPlan.md │ │ │ │ │ │ │ │ ├── Disbursement.md │ │ │ │ │ │ │ │ ├── DisbursementDistribution.md │ │ │ │ │ │ │ │ ├── Docket.md │ │ │ │ │ │ │ │ ├── DonorCommitment.md │ │ │ │ │ │ │ │ ├── Education.md │ │ │ │ │ │ │ │ ├── EmploymentHistory.md │ │ │ │ │ │ │ │ ├── Indicator.md │ │ │ │ │ │ │ │ ├── IndicatorValue.md │ │ │ │ │ │ │ │ ├── IndicatorValueUsage.md │ │ │ │ │ │ │ │ ├── Membership.md │ │ │ │ │ │ │ │ ├── MembershipCategory.md │ │ │ │ │ │ │ │ ├── Need.md │ │ │ │ │ │ │ │ ├── Objective.md │ │ │ │ │ │ │ │ ├── OfacMatch.md │ │ │ │ │ │ │ │ ├── PaymentAsset.md │ │ │ │ │ │ │ │ ├── PaymentMethod.md │ │ │ │ │ │ │ │ ├── PaymentProcessor.md │ │ │ │ │ │ │ │ ├── PaymentSchedule.md │ │ │ │ │ │ │ │ ├── PlannedGiving.md │ │ │ │ │ │ │ │ ├── Preference.md │ │ │ │ │ │ │ │ ├── ProgramItem.md │ │ │ │ │ │ │ │ ├── ProgramItemRelationship.md │ │ │ │ │ │ │ │ ├── Recommendation.md │ │ │ │ │ │ │ │ ├── Report.md │ │ │ │ │ │ │ │ ├── Request.md │ │ │ │ │ │ │ │ ├── ResourceCatalog.md │ │ │ │ │ │ │ │ ├── Result.md │ │ │ │ │ │ │ │ ├── Review.md │ │ │ │ │ │ │ │ ├── Salutation.md │ │ │ │ │ │ │ │ ├── Stakeholder.md │ │ │ │ │ │ │ │ ├── TheoryOfChange.md │ │ │ │ │ │ │ │ ├── TheoryOfChangeRelationship.md │ │ │ │ │ │ │ │ ├── Transaction.md │ │ │ │ │ │ │ │ ├── WorkItem.md │ │ │ │ │ │ │ │ ├── WorkItemAction.md │ │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ │ ├── nonProfitForSales │ │ │ │ │ │ │ │ ├── Campaign.md │ │ │ │ │ │ │ │ ├── CreditPlan.md │ │ │ │ │ │ │ │ ├── DesignationPlan.md │ │ │ │ │ │ │ │ ├── DonorCommitment.md │ │ │ │ │ │ │ │ ├── Lead.md │ │ │ │ │ │ │ │ ├── OfacMatch.md │ │ │ │ │ │ │ │ ├── Opportunity.md │ │ │ │ │ │ │ │ ├── PlannedGiving.md │ │ │ │ │ │ │ │ ├── Preference.md │ │ │ │ │ │ │ │ ├── Recommendation.md │ │ │ │ │ │ │ │ ├── Report.md │ │ │ │ │ │ │ │ ├── Request.md │ │ │ │ │ │ │ │ ├── Review.md │ │ │ │ │ │ │ │ ├── Transaction.md │ │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ │ ├── nonProfitIati │ │ │ │ │ │ │ │ ├── Account.md │ │ │ │ │ │ │ │ ├── AidType.md │ │ │ │ │ │ │ │ ├── Award.md │ │ │ │ │ │ │ │ ├── Budget.md │ │ │ │ │ │ │ │ ├── Campaign.md │ │ │ │ │ │ │ │ ├── Condition.md │ │ │ │ │ │ │ │ ├── Contact.md │ │ │ │ │ │ │ │ ├── CrsOtherFlag.md │ │ │ │ │ │ │ │ ├── DeliveryFramework.md │ │ │ │ │ │ │ │ ├── DeliveryFrameworkContact.md │ │ │ │ │ │ │ │ ├── DeliveryFrameworkDescription.md │ │ │ │ │ │ │ │ ├── Designation.md │ │ │ │ │ │ │ │ ├── DesignationPlan.md │ │ │ │ │ │ │ │ ├── Dimension.md │ │ │ │ │ │ │ │ ├── Disbursement.md │ │ │ │ │ │ │ │ ├── DisbursementDistribution.md │ │ │ │ │ │ │ │ ├── Docket.md │ │ │ │ │ │ │ │ ├── DocumentCategory.md │ │ │ │ │ │ │ │ ├── DocumentCountry.md │ │ │ │ │ │ │ │ ├── DocumentLanguage.md │ │ │ │ │ │ │ │ ├── DocumentLink.md │ │ │ │ │ │ │ │ ├── DonorCommitment.md │ │ │ │ │ │ │ │ ├── Expenditure.md │ │ │ │ │ │ │ │ ├── FssForecast.md │ │ │ │ │ │ │ │ ├── HumanitarianScope.md │ │ │ │ │ │ │ │ ├── IatiFileGeneration.md │ │ │ │ │ │ │ │ ├── Identifier.md │ │ │ │ │ │ │ │ ├── Indicator.md │ │ │ │ │ │ │ │ ├── IndicatorReference.md │ │ │ │ │ │ │ │ ├── IndicatorValue.md │ │ │ │ │ │ │ │ ├── IndicatorValueLocation.md │ │ │ │ │ │ │ │ ├── Location.md │ │ │ │ │ │ │ │ ├── Membership.md │ │ │ │ │ │ │ │ ├── MembershipCategory.md │ │ │ │ │ │ │ │ ├── NarrativeTranslation.md │ │ │ │ │ │ │ │ ├── NonEmbeddedCodelist.md │ │ │ │ │ │ │ │ ├── NonEmbeddedCodelistVocabulary.md │ │ │ │ │ │ │ │ ├── Objective.md │ │ │ │ │ │ │ │ ├── Opportunity.md │ │ │ │ │ │ │ │ ├── ParticipatingOrganization.md │ │ │ │ │ │ │ │ ├── PaymentMethod.md │ │ │ │ │ │ │ │ ├── PaymentSchedule.md │ │ │ │ │ │ │ │ ├── PlannedGiving.md │ │ │ │ │ │ │ │ ├── PolicyMarker.md │ │ │ │ │ │ │ │ ├── RecipientCountry.md │ │ │ │ │ │ │ │ ├── RecipientRegion.md │ │ │ │ │ │ │ │ ├── Request.md │ │ │ │ │ │ │ │ ├── Result.md │ │ │ │ │ │ │ │ ├── ResultReference.md │ │ │ │ │ │ │ │ ├── Sector.md │ │ │ │ │ │ │ │ ├── Tag.md │ │ │ │ │ │ │ │ ├── Transaction.md │ │ │ │ │ │ │ │ ├── Website.md │ │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ │ ├── nonProfitMeasurement │ │ │ │ │ │ │ │ ├── DeliveryFramework.md │ │ │ │ │ │ │ │ ├── Indicator.md │ │ │ │ │ │ │ │ ├── MeasurementItem.md │ │ │ │ │ │ │ │ ├── MeasurementItemRelationship.md │ │ │ │ │ │ │ │ ├── MeasurementItemUsage.md │ │ │ │ │ │ │ │ ├── Result.md │ │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ │ ├── nonProfitVolunteers │ │ │ │ │ │ │ │ ├── Account.md │ │ │ │ │ │ │ │ ├── Contact.md │ │ │ │ │ │ │ │ ├── Project.md │ │ │ │ │ │ │ │ ├── Schedule.md │ │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── overview.md │ │ │ │ │ ├── projectCommon │ │ │ │ │ │ ├── BookableResource.md │ │ │ │ │ │ ├── BookableResourceBooking.md │ │ │ │ │ │ ├── BookableResourceBookingHeader.md │ │ │ │ │ │ ├── BookingStatus.md │ │ │ │ │ │ ├── Contact.md │ │ │ │ │ │ ├── Lead.md │ │ │ │ │ │ ├── RatingValue.md │ │ │ │ │ │ ├── RelationshipInsightsUnifiedConfig.md │ │ │ │ │ │ ├── Siconfig.md │ │ │ │ │ │ ├── User.md │ │ │ │ │ │ ├── overview.md │ │ │ │ │ │ ├── projectServiceAutomation │ │ │ │ │ │ │ ├── Account.md │ │ │ │ │ │ │ ├── AccountPriceList.md │ │ │ │ │ │ │ ├── ActualDataExport.md │ │ │ │ │ │ │ ├── BatchJob.md │ │ │ │ │ │ │ ├── BookableResourceCategory.md │ │ │ │ │ │ │ ├── BookableResourceCategoryAssn.md │ │ │ │ │ │ │ ├── BookableResourceCharacteristic.md │ │ │ │ │ │ │ ├── Characteristic.md │ │ │ │ │ │ │ ├── ContactPriceList.md │ │ │ │ │ │ │ ├── ContractLineInvoiceSchedule.md │ │ │ │ │ │ │ ├── ContractLineScheduleOfValue.md │ │ │ │ │ │ │ ├── Delegation.md │ │ │ │ │ │ │ ├── Estimate.md │ │ │ │ │ │ │ ├── EstimateLine.md │ │ │ │ │ │ │ ├── Expense.md │ │ │ │ │ │ │ ├── ExpenseCategory.md │ │ │ │ │ │ │ ├── ExpenseReceipt.md │ │ │ │ │ │ │ ├── Fact.md │ │ │ │ │ │ │ ├── FieldComputation.md │ │ │ │ │ │ │ ├── FindWorkEvent.md │ │ │ │ │ │ │ ├── IntegrationJob.md │ │ │ │ │ │ │ ├── IntegrationJobDetail.md │ │ │ │ │ │ │ ├── Invoice.md │ │ │ │ │ │ │ ├── InvoiceFrequency.md │ │ │ │ │ │ │ ├── InvoiceFrequencyDetail.md │ │ │ │ │ │ │ ├── InvoiceLineTransaction.md │ │ │ │ │ │ │ ├── InvoiceProduct.md │ │ │ │ │ │ │ ├── Journal.md │ │ │ │ │ │ │ ├── JournalLine.md │ │ │ │ │ │ │ ├── Opportunity.md │ │ │ │ │ │ │ ├── OpportunityLineResourceCategory.md │ │ │ │ │ │ │ ├── OpportunityLineTransaction.md │ │ │ │ │ │ │ ├── OpportunityLineTransactionCategory.md │ │ │ │ │ │ │ ├── OpportunityLineTransactionClassification.md │ │ │ │ │ │ │ ├── OpportunityPriceList.md │ │ │ │ │ │ │ ├── OpportunityProduct.md │ │ │ │ │ │ │ ├── Order.md │ │ │ │ │ │ │ ├── OrderLineResourceCategory.md │ │ │ │ │ │ │ ├── OrderLineTransaction.md │ │ │ │ │ │ │ ├── OrderLineTransactionCategory.md │ │ │ │ │ │ │ ├── OrderLineTransactionClassification.md │ │ │ │ │ │ │ ├── OrderPriceList.md │ │ │ │ │ │ │ ├── OrderProduct.md │ │ │ │ │ │ │ ├── PriceList.md │ │ │ │ │ │ │ ├── PricingDimension.md │ │ │ │ │ │ │ ├── PricingDimensionFieldName.md │ │ │ │ │ │ │ ├── ProcessNotes.md │ │ │ │ │ │ │ ├── Product.md │ │ │ │ │ │ │ ├── Project.md │ │ │ │ │ │ │ ├── ProjectApproval.md │ │ │ │ │ │ │ ├── ProjectParameter.md │ │ │ │ │ │ │ ├── ProjectParameterPriceList.md │ │ │ │ │ │ │ ├── ProjectPriceList.md │ │ │ │ │ │ │ ├── ProjectServiceApproval.md │ │ │ │ │ │ │ ├── ProjectTask.md │ │ │ │ │ │ │ ├── ProjectTaskDependency.md │ │ │ │ │ │ │ ├── ProjectTaskStatusUser.md │ │ │ │ │ │ │ ├── ProjectTeam.md │ │ │ │ │ │ │ ├── ProjectTeamMemberSignUp.md │ │ │ │ │ │ │ ├── ProjectTransactionCategory.md │ │ │ │ │ │ │ ├── Quote.md │ │ │ │ │ │ │ ├── QuoteLineAnalyticsBreakdown.md │ │ │ │ │ │ │ ├── QuoteLineInvoiceSchedule.md │ │ │ │ │ │ │ ├── QuoteLineResourceCategory.md │ │ │ │ │ │ │ ├── QuoteLineScheduleOfValue.md │ │ │ │ │ │ │ ├── QuoteLineTransaction.md │ │ │ │ │ │ │ ├── QuoteLineTransactionCategory.md │ │ │ │ │ │ │ ├── QuoteLineTransactionClassification.md │ │ │ │ │ │ │ ├── QuotePriceList.md │ │ │ │ │ │ │ ├── QuoteProduct.md │ │ │ │ │ │ │ ├── RatingModel.md │ │ │ │ │ │ │ ├── ResourceAssignment.md │ │ │ │ │ │ │ ├── ResourceAssignmentDetail.md │ │ │ │ │ │ │ ├── ResourceCategoryPriceLevel.md │ │ │ │ │ │ │ ├── ResourceRequest.md │ │ │ │ │ │ │ ├── ResultCache.md │ │ │ │ │ │ │ ├── RoleCompetencyRequirement.md │ │ │ │ │ │ │ ├── RolePriceMarkup.md │ │ │ │ │ │ │ ├── RoleUtilization.md │ │ │ │ │ │ │ ├── TimeEntry.md │ │ │ │ │ │ │ ├── TimeOffCalendar.md │ │ │ │ │ │ │ ├── TransactionCategory.md │ │ │ │ │ │ │ ├── TransactionCategoryClassification.md │ │ │ │ │ │ │ ├── TransactionCategoryHierarchyElement.md │ │ │ │ │ │ │ ├── TransactionCategoryPriceLevel.md │ │ │ │ │ │ │ ├── TransactionConnection.md │ │ │ │ │ │ │ ├── TransactionType.md │ │ │ │ │ │ │ ├── UserWorkHistory.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── scheduling │ │ │ │ │ │ │ ├── Actual.md │ │ │ │ │ │ │ ├── BookableResourceAssociation.md │ │ │ │ │ │ │ ├── BookingAlert.md │ │ │ │ │ │ │ ├── BookingAlertStatus.md │ │ │ │ │ │ │ ├── BookingChange.md │ │ │ │ │ │ │ ├── BookingRule.md │ │ │ │ │ │ │ ├── BookingSetupMetadata.md │ │ │ │ │ │ │ ├── BusinessClosure.md │ │ │ │ │ │ │ ├── ClientExtension.md │ │ │ │ │ │ │ ├── Configuration.md │ │ │ │ │ │ │ ├── Organization.md │ │ │ │ │ │ │ ├── OrganizationalUnit.md │ │ │ │ │ │ │ ├── Priority.md │ │ │ │ │ │ │ ├── RequirementCharacteristic.md │ │ │ │ │ │ │ ├── RequirementGroup.md │ │ │ │ │ │ │ ├── RequirementOrganizationUnit.md │ │ │ │ │ │ │ ├── RequirementRelationship.md │ │ │ │ │ │ │ ├── RequirementResourceCategory.md │ │ │ │ │ │ │ ├── RequirementResourcePreference.md │ │ │ │ │ │ │ ├── RequirementStatus.md │ │ │ │ │ │ │ ├── ResourceRequirement.md │ │ │ │ │ │ │ ├── ResourceRequirementDetail.md │ │ │ │ │ │ │ ├── ResourceTerritory.md │ │ │ │ │ │ │ ├── ScheduleBoardSetting.md │ │ │ │ │ │ │ ├── SchedulingParameter.md │ │ │ │ │ │ │ ├── TimeGroup.md │ │ │ │ │ │ │ ├── TimeGroupDetail.md │ │ │ │ │ │ │ ├── TransactionOrigin.md │ │ │ │ │ │ │ ├── WorkHourTemplate.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── sales │ │ │ │ │ │ ├── Competitor.md │ │ │ │ │ │ ├── CompetitorAddress.md │ │ │ │ │ │ ├── CompetitorProduct.md │ │ │ │ │ │ ├── CompetitorSalesLiterature.md │ │ │ │ │ │ ├── ContactInvoices.md │ │ │ │ │ │ ├── ContactOrders.md │ │ │ │ │ │ ├── ContactQuotes.md │ │ │ │ │ │ ├── Discount.md │ │ │ │ │ │ ├── DiscountList.md │ │ │ │ │ │ ├── Invoice.md │ │ │ │ │ │ ├── InvoiceProduct.md │ │ │ │ │ │ ├── LeadCompetitors.md │ │ │ │ │ │ ├── LeadProduct.md │ │ │ │ │ │ ├── Opportunity.md │ │ │ │ │ │ ├── OpportunityClose.md │ │ │ │ │ │ ├── OpportunityCompetitors.md │ │ │ │ │ │ ├── OpportunityProduct.md │ │ │ │ │ │ ├── OpportunityRelationship.md │ │ │ │ │ │ ├── Order.md │ │ │ │ │ │ ├── OrderClose.md │ │ │ │ │ │ ├── OrderProduct.md │ │ │ │ │ │ ├── PriceListItem.md │ │ │ │ │ │ ├── ProductSalesLiterature.md │ │ │ │ │ │ ├── PropertyInstance.md │ │ │ │ │ │ ├── Quote.md │ │ │ │ │ │ ├── QuoteClose.md │ │ │ │ │ │ ├── QuoteProduct.md │ │ │ │ │ │ ├── SalesAttachment.md │ │ │ │ │ │ ├── SalesLiterature.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── service │ │ │ │ │ │ ├── ActivityParty.md │ │ │ │ │ │ ├── Case.md │ │ │ │ │ │ ├── CaseResolution.md │ │ │ │ │ │ ├── ChildIncidentCount.md │ │ │ │ │ │ ├── Contract.md │ │ │ │ │ │ ├── ContractLine.md │ │ │ │ │ │ ├── Entitlement.md │ │ │ │ │ │ ├── EntitlementContact.md │ │ │ │ │ │ ├── EntitlementProduct.md │ │ │ │ │ │ ├── FacilityEquipment.md │ │ │ │ │ │ ├── IncidentKnowledgeBaseRecord.md │ │ │ │ │ │ ├── KnowledgeArticleIncident.md │ │ │ │ │ │ ├── Resource.md │ │ │ │ │ │ ├── ResourceExpansion.md │ │ │ │ │ │ ├── ResourceSpecification.md │ │ │ │ │ │ ├── SLAKPIInstance.md │ │ │ │ │ │ ├── SchedulingGroup.md │ │ │ │ │ │ ├── Service.md │ │ │ │ │ │ ├── ServiceActivity.md │ │ │ │ │ │ ├── ServiceContractContact.md │ │ │ │ │ │ ├── Site.md │ │ │ │ │ │ ├── Task.md │ │ │ │ │ │ ├── User.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ └── solutions │ │ │ │ │ │ ├── CustomerInsightsJourneys │ │ │ │ │ │ ├── ActionEventDropoff.md │ │ │ │ │ │ ├── ActionEventInflow.md │ │ │ │ │ │ ├── ActionEventPostponed.md │ │ │ │ │ │ ├── ActionEventProcessed.md │ │ │ │ │ │ ├── ActionEventResumed.md │ │ │ │ │ │ ├── ActionEventSystemFailure.md │ │ │ │ │ │ ├── ActivityContactBlocked.md │ │ │ │ │ │ ├── ActivityContactBlockedBusinessUnit.md │ │ │ │ │ │ ├── ActivityContactBlockedConsent.md │ │ │ │ │ │ ├── ActivityContactBlockedExternalConsent.md │ │ │ │ │ │ ├── ActivityContactBlockedSuppression.md │ │ │ │ │ │ ├── ActivityContactDispatched.md │ │ │ │ │ │ ├── ActivityContactExpired.md │ │ │ │ │ │ ├── ActivityContactProcessingFailed.md │ │ │ │ │ │ ├── BotCustomLinkClicked.md │ │ │ │ │ │ ├── BotEmailLinkClicked.md │ │ │ │ │ │ ├── BotPushNotificationLinkClicked.md │ │ │ │ │ │ ├── BotSmsLinkClicked.md │ │ │ │ │ │ ├── ConfirmableFormSubmitted.md │ │ │ │ │ │ ├── ConfirmationRequest.md │ │ │ │ │ │ ├── ConfirmationResponse.md │ │ │ │ │ │ ├── ContactDeleted.md │ │ │ │ │ │ ├── ConversionEventTouchPoint.md │ │ │ │ │ │ ├── CreateCrmActivityContactProcessed.md │ │ │ │ │ │ ├── CreateCustomChannelActivityContactProcessed.md │ │ │ │ │ │ ├── CreateLeadActivityContactProcessed.md │ │ │ │ │ │ ├── CreateRecord.md │ │ │ │ │ │ ├── CustomBounced.md │ │ │ │ │ │ ├── CustomChannelResponse.md │ │ │ │ │ │ ├── CustomDelivered.md │ │ │ │ │ │ ├── CustomLinkClicked.md │ │ │ │ │ │ ├── CustomNotSent.md │ │ │ │ │ │ ├── CustomReceived.md │ │ │ │ │ │ ├── CustomSent.md │ │ │ │ │ │ ├── CustomerJourneyContactRecordUpdated.md │ │ │ │ │ │ ├── CustomerJourneyIterationStarted.md │ │ │ │ │ │ ├── CustomerVoiceQuestionResponseSubmitted.md │ │ │ │ │ │ ├── CustomerVoiceSuveyResponseSubmitted.md │ │ │ │ │ │ ├── DomainNotOwnedByAnyone.md │ │ │ │ │ │ ├── DomainOwnedByDifferentOrganization.md │ │ │ │ │ │ ├── EmailAddressOptedOut.md │ │ │ │ │ │ ├── EmailBlockBounced.md │ │ │ │ │ │ ├── EmailBlocked.md │ │ │ │ │ │ ├── EmailBlockedByActivityExpiration.md │ │ │ │ │ │ ├── EmailBlockedByUnsubscription.md │ │ │ │ │ │ ├── EmailBlockedByUser.md │ │ │ │ │ │ ├── EmailBlockedConsentNotGiven.md │ │ │ │ │ │ ├── EmailBlockedContactabilityDoNotEmail.md │ │ │ │ │ │ ├── EmailBlockedDomainDeliverability.md │ │ │ │ │ │ ├── EmailBlockedDuplicateAddress.md │ │ │ │ │ │ ├── EmailBlockedExternalConsentFailure.md │ │ │ │ │ │ ├── EmailBlockedFrequencyCapReached.md │ │ │ │ │ │ ├── EmailBlockedInactiveContact.md │ │ │ │ │ │ ├── EmailBlockedInvalidRecipientAddress.md │ │ │ │ │ │ ├── EmailBlockedInvalidReplyToAddress.md │ │ │ │ │ │ ├── EmailBlockedInvalidSenderAddress.md │ │ │ │ │ │ ├── EmailBlockedMissingContactData.md │ │ │ │ │ │ ├── EmailBlockedMissingRelatedData.md │ │ │ │ │ │ ├── EmailBlockedOtherReason.md │ │ │ │ │ │ ├── EmailBlockedSuspension.md │ │ │ │ │ │ ├── EmailBlockedTrialQuotaExceeded.md │ │ │ │ │ │ ├── EmailBounceCacheBlocked.md │ │ │ │ │ │ ├── EmailBounced.md │ │ │ │ │ │ ├── EmailCcSent.md │ │ │ │ │ │ ├── EmailClicked.md │ │ │ │ │ │ ├── EmailContainsBlacklistedLinks.md │ │ │ │ │ │ ├── EmailDelivered.md │ │ │ │ │ │ ├── EmailFeedbackLoop.md │ │ │ │ │ │ ├── EmailForwarded.md │ │ │ │ │ │ ├── EmailHardBounced.md │ │ │ │ │ │ ├── EmailHardRemoteBounced.md │ │ │ │ │ │ ├── EmailOpened.md │ │ │ │ │ │ ├── EmailSendingFailed.md │ │ │ │ │ │ ├── EmailSent.md │ │ │ │ │ │ ├── EmailSoftBounced.md │ │ │ │ │ │ ├── EmailSoftRemoteBounced.md │ │ │ │ │ │ ├── EmailSubscriptionSubmit.md │ │ │ │ │ │ ├── EntityDeleted.md │ │ │ │ │ │ ├── EventCheckIn.md │ │ │ │ │ │ ├── EventRegistration.md │ │ │ │ │ │ ├── EventRegistrationCanceled.md │ │ │ │ │ │ ├── ExperimentationGoal.md │ │ │ │ │ │ ├── FormSubmissionConfirmed.md │ │ │ │ │ │ ├── FormSubmissionExpired.md │ │ │ │ │ │ ├── FormSubmitted.md │ │ │ │ │ │ ├── FormVisited.md │ │ │ │ │ │ ├── FormsProSurveyOpened.md │ │ │ │ │ │ ├── FormsProSurveyQuestionAnswered.md │ │ │ │ │ │ ├── FormsProSurveySubmitted.md │ │ │ │ │ │ ├── GoalEvent.md │ │ │ │ │ │ ├── InvalidRecipientAddress.md │ │ │ │ │ │ ├── InvalidReplyToAddress.md │ │ │ │ │ │ ├── InvalidSenderAddress.md │ │ │ │ │ │ ├── JourneyEventCancelledByActionFailure.md │ │ │ │ │ │ ├── JourneyEventCancelledByExitEvent.md │ │ │ │ │ │ ├── JourneyEventCancelledByJourneyStopped.md │ │ │ │ │ │ ├── JourneyEventCancelledBySupressionSegment.md │ │ │ │ │ │ ├── JourneyEventCompleted.md │ │ │ │ │ │ ├── JourneyEventEntryProcessed.md │ │ │ │ │ │ ├── JourneyEventEntrySystemFailure.md │ │ │ │ │ │ ├── JourneyEventExited.md │ │ │ │ │ │ ├── JourneyEventInflow.md │ │ │ │ │ │ ├── JourneyEventInprogress.md │ │ │ │ │ │ ├── JourneyEventPreEntryDropoff.md │ │ │ │ │ │ ├── JourneyEventProfileResolvedWithRetry.md │ │ │ │ │ │ ├── JourneyEventProfileUnresolved.md │ │ │ │ │ │ ├── JourneyEventUndefined.md │ │ │ │ │ │ ├── LeadScoreBoost.md │ │ │ │ │ │ ├── LinkedInFormSubmission.md │ │ │ │ │ │ ├── MissingDataAccessPrivileges.md │ │ │ │ │ │ ├── OptimizationFeedback.md │ │ │ │ │ │ ├── OutOfEmailCredits.md │ │ │ │ │ │ ├── PassThroughActivityContactProcessed.md │ │ │ │ │ │ ├── PushNotificationLinkClicked.md │ │ │ │ │ │ ├── PushNotificationNotSent.md │ │ │ │ │ │ ├── PushNotificationOpened.md │ │ │ │ │ │ ├── PushNotificationSent.md │ │ │ │ │ │ ├── RedirectLinkClicked.md │ │ │ │ │ │ ├── SchedulerActivityContactProcessed.md │ │ │ │ │ │ ├── SegmentMembersCountChanged.md │ │ │ │ │ │ ├── SegmentRelationshipEdited.md │ │ │ │ │ │ ├── SegmentSubscribed.md │ │ │ │ │ │ ├── SegmentUnsubscribed.md │ │ │ │ │ │ ├── SessionRegistrationCanceled.md │ │ │ │ │ │ ├── SmsBounced.md │ │ │ │ │ │ ├── SmsDelivered.md │ │ │ │ │ │ ├── SmsLinkClicked.md │ │ │ │ │ │ ├── SmsNotSent.md │ │ │ │ │ │ ├── SmsReceived.md │ │ │ │ │ │ ├── SmsSent.md │ │ │ │ │ │ ├── SplitterActivityContactProcessed.md │ │ │ │ │ │ ├── SurveyResponse.md │ │ │ │ │ │ ├── TriggerActivityContactProcessed.md │ │ │ │ │ │ ├── TriggerCrmWorkflowActivityContactProcessed.md │ │ │ │ │ │ ├── WebsiteClicked.md │ │ │ │ │ │ ├── WebsiteVisited.md │ │ │ │ │ │ ├── activitycontactblocked.md │ │ │ │ │ │ ├── activitycontactblockedbusinessunit.md │ │ │ │ │ │ ├── activitycontactblockedconsent.md │ │ │ │ │ │ ├── activitycontactblockedexternalconsent.md │ │ │ │ │ │ ├── activitycontactblockedsuppression.md │ │ │ │ │ │ ├── activitycontactdispatched.md │ │ │ │ │ │ ├── activitycontactexpired.md │ │ │ │ │ │ ├── activitycontactprocessingfailed.md │ │ │ │ │ │ ├── botcustomlinkclicked.md │ │ │ │ │ │ ├── botemaillinkclicked.md │ │ │ │ │ │ ├── botpushnotificationlinkclicked.md │ │ │ │ │ │ ├── botsmslinkclicked.md │ │ │ │ │ │ ├── confirmableformsubmitted.md │ │ │ │ │ │ ├── confirmationrequest.md │ │ │ │ │ │ ├── confirmationresponse.md │ │ │ │ │ │ ├── contactdeleted.md │ │ │ │ │ │ ├── createcrmactivitycontactprocessed.md │ │ │ │ │ │ ├── createcustomchannelactivitycontactprocessed.md │ │ │ │ │ │ ├── createleadactivitycontactprocessed.md │ │ │ │ │ │ ├── custombounced.md │ │ │ │ │ │ ├── customchannelresponse.md │ │ │ │ │ │ ├── customdelivered.md │ │ │ │ │ │ ├── customerjourneycontactrecordupdated.md │ │ │ │ │ │ ├── customerjourneyiterationstarted.md │ │ │ │ │ │ ├── customlinkclicked.md │ │ │ │ │ │ ├── customnotsent.md │ │ │ │ │ │ ├── customsent.md │ │ │ │ │ │ ├── domainnotownedbyanyone.md │ │ │ │ │ │ ├── domainownedbydifferentorganization.md │ │ │ │ │ │ ├── emailaddressoptedout.md │ │ │ │ │ │ ├── emailblockbounced.md │ │ │ │ │ │ ├── emailblocked.md │ │ │ │ │ │ ├── emailblockedbyactivityexpiration.md │ │ │ │ │ │ ├── emailblockedbyunsubscription.md │ │ │ │ │ │ ├── emailblockedbyuser.md │ │ │ │ │ │ ├── emailblockedconsentnotgiven.md │ │ │ │ │ │ ├── emailblockedcontactabilitydonotemail.md │ │ │ │ │ │ ├── emailblockeddomaindeliverability.md │ │ │ │ │ │ ├── emailblockedduplicateaddress.md │ │ │ │ │ │ ├── emailblockedexternalconsentfailure.md │ │ │ │ │ │ ├── emailblockedfrequencycapreached.md │ │ │ │ │ │ ├── emailblockedinactivecontact.md │ │ │ │ │ │ ├── emailblockedinvalidrecipientaddress.md │ │ │ │ │ │ ├── emailblockedinvalidreplytoaddress.md │ │ │ │ │ │ ├── emailblockedinvalidsenderaddress.md │ │ │ │ │ │ ├── emailblockedmissingcontactdata.md │ │ │ │ │ │ ├── emailblockedmissingrelateddata.md │ │ │ │ │ │ ├── emailblockedotherreason.md │ │ │ │ │ │ ├── emailblockedtrialquotaexceeded.md │ │ │ │ │ │ ├── emailbouncecacheblocked.md │ │ │ │ │ │ ├── emailbounced.md │ │ │ │ │ │ ├── emailccsent.md │ │ │ │ │ │ ├── emailclicked.md │ │ │ │ │ │ ├── emailcontainsblacklistedlinks.md │ │ │ │ │ │ ├── emaildelivered.md │ │ │ │ │ │ ├── emailfeedbackloop.md │ │ │ │ │ │ ├── emailforwarded.md │ │ │ │ │ │ ├── emailhardbounced.md │ │ │ │ │ │ ├── emailhardremotebounced.md │ │ │ │ │ │ ├── emailopened.md │ │ │ │ │ │ ├── emailsendingfailed.md │ │ │ │ │ │ ├── emailsent.md │ │ │ │ │ │ ├── emailsoftbounced.md │ │ │ │ │ │ ├── emailsoftremotebounced.md │ │ │ │ │ │ ├── emailsubscriptionsubmit.md │ │ │ │ │ │ ├── entitydeleted.md │ │ │ │ │ │ ├── eventcheckin.md │ │ │ │ │ │ ├── eventregistration.md │ │ │ │ │ │ ├── eventregistrationcanceled.md │ │ │ │ │ │ ├── formsprosurveyopened.md │ │ │ │ │ │ ├── formsprosurveyquestionanswered.md │ │ │ │ │ │ ├── formsprosurveysubmitted.md │ │ │ │ │ │ ├── formsubmissionconfirmed.md │ │ │ │ │ │ ├── formsubmissionexpired.md │ │ │ │ │ │ ├── formsubmitted.md │ │ │ │ │ │ ├── formvisited.md │ │ │ │ │ │ ├── invalidrecipientaddress.md │ │ │ │ │ │ ├── invalidreplytoaddress.md │ │ │ │ │ │ ├── invalidsenderaddress.md │ │ │ │ │ │ ├── leadscoreboost.md │ │ │ │ │ │ ├── linkedinformsubmission.md │ │ │ │ │ │ ├── missingdataaccessprivileges.md │ │ │ │ │ │ ├── outofemailcredits.md │ │ │ │ │ │ ├── overview.md │ │ │ │ │ │ ├── passthroughactivitycontactprocessed.md │ │ │ │ │ │ ├── pushnotificationlinkclicked.md │ │ │ │ │ │ ├── pushnotificationnotsent.md │ │ │ │ │ │ ├── pushnotificationopened.md │ │ │ │ │ │ ├── pushnotificationsent.md │ │ │ │ │ │ ├── redirectlinkclicked.md │ │ │ │ │ │ ├── scheduleractivitycontactprocessed.md │ │ │ │ │ │ ├── segmentmemberscountchanged.md │ │ │ │ │ │ ├── segmentrelationshipedited.md │ │ │ │ │ │ ├── segmentsubscribed.md │ │ │ │ │ │ ├── segmentunsubscribed.md │ │ │ │ │ │ ├── sessionregistrationcanceled.md │ │ │ │ │ │ ├── smsbounced.md │ │ │ │ │ │ ├── smsdelivered.md │ │ │ │ │ │ ├── smslinkclicked.md │ │ │ │ │ │ ├── smsnotsent.md │ │ │ │ │ │ ├── smsreceived.md │ │ │ │ │ │ ├── smssent.md │ │ │ │ │ │ ├── splitteractivitycontactprocessed.md │ │ │ │ │ │ ├── surveyresponse.md │ │ │ │ │ │ ├── toc.yml │ │ │ │ │ │ ├── triggeractivitycontactprocessed.md │ │ │ │ │ │ ├── triggercrmworkflowactivitycontactprocessed.md │ │ │ │ │ │ ├── websiteclicked.md │ │ │ │ │ │ └── websitevisited.md │ │ │ │ │ │ ├── customerInsights │ │ │ │ │ │ ├── CustomerActivity.md │ │ │ │ │ │ ├── CustomerProfile.md │ │ │ │ │ │ ├── MeasureDefinition.md │ │ │ │ │ │ ├── Segment.md │ │ │ │ │ │ ├── SegmentMembership.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── marketing │ │ │ │ │ │ ├── Account.md │ │ │ │ │ │ ├── AnalyticsConfiguration.md │ │ │ │ │ │ ├── Appointment.md │ │ │ │ │ │ ├── AppointmentActivityMarketingTemplate.md │ │ │ │ │ │ ├── CdnConfiguration.md │ │ │ │ │ │ ├── Connection.md │ │ │ │ │ │ ├── Contact.md │ │ │ │ │ │ ├── ContentSettings.md │ │ │ │ │ │ ├── CustomChannelActivity.md │ │ │ │ │ │ ├── CustomerInsightsInfo.md │ │ │ │ │ │ ├── CustomerJourney.md │ │ │ │ │ │ ├── CustomerJourneyIteration.md │ │ │ │ │ │ ├── CustomerJourneyRuntimeState.md │ │ │ │ │ │ ├── CustomerJourneyTemplate.md │ │ │ │ │ │ ├── CustomerJourneyWorkflowLink.md │ │ │ │ │ │ ├── DefaultSettings.md │ │ │ │ │ │ ├── DomainAuthentication.md │ │ │ │ │ │ ├── FormMatching.md │ │ │ │ │ │ ├── FormPage.md │ │ │ │ │ │ ├── FormPageTemplate.md │ │ │ │ │ │ ├── FormWhitelistRule.md │ │ │ │ │ │ ├── GeoPin.md │ │ │ │ │ │ ├── LandingPages.md │ │ │ │ │ │ ├── Lead.md │ │ │ │ │ │ ├── LinkedInLeads │ │ │ │ │ │ │ ├── LinkedInAccount.md │ │ │ │ │ │ │ ├── LinkedInCampaign.md │ │ │ │ │ │ │ ├── LinkedInFormQuestion.md │ │ │ │ │ │ │ ├── LinkedInFormSubmissionAnswer.md │ │ │ │ │ │ │ ├── LinkedInLeadGenForm.md │ │ │ │ │ │ │ ├── LinkedInLeadGenFormSubmission.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── ListForm.md │ │ │ │ │ │ ├── LiveEntityDependency.md │ │ │ │ │ │ ├── MarketingConfiguration.md │ │ │ │ │ │ ├── MarketingDataImport.md │ │ │ │ │ │ ├── MarketingDynamicContentMetadata.md │ │ │ │ │ │ ├── MarketingEmail.md │ │ │ │ │ │ ├── MarketingEmailDynamicContentMetadata.md │ │ │ │ │ │ ├── MarketingEmailTemplate.md │ │ │ │ │ │ ├── MarketingEmailTest.md │ │ │ │ │ │ ├── MarketingEmailTestAttribute.md │ │ │ │ │ │ ├── MarketingEmailTestSend.md │ │ │ │ │ │ ├── MarketingFieldSubmission.md │ │ │ │ │ │ ├── MarketingForm.md │ │ │ │ │ │ ├── MarketingFormField.md │ │ │ │ │ │ ├── MarketingFormSubmission.md │ │ │ │ │ │ ├── MarketingFormTemplate.md │ │ │ │ │ │ ├── MarketingList.md │ │ │ │ │ │ ├── MarketingPage.md │ │ │ │ │ │ ├── MarketingPageTemplate.md │ │ │ │ │ │ ├── MarketingWebsite.md │ │ │ │ │ │ ├── MatchingStrategyAttribute.md │ │ │ │ │ │ ├── MktActivity.md │ │ │ │ │ │ ├── PhoneCall.md │ │ │ │ │ │ ├── PhoneCallActivityMarketingTemplate.md │ │ │ │ │ │ ├── PortalSettings.md │ │ │ │ │ │ ├── ProcessSession.md │ │ │ │ │ │ ├── RedirectURL.md │ │ │ │ │ │ ├── Segment.md │ │ │ │ │ │ ├── SegmentTemplate.md │ │ │ │ │ │ ├── Task.md │ │ │ │ │ │ ├── TaskActivityMarketingTemplate.md │ │ │ │ │ │ ├── UICConfig.md │ │ │ │ │ │ ├── UserGeoRegion.md │ │ │ │ │ │ ├── UserSetting.md │ │ │ │ │ │ ├── eventManagement │ │ │ │ │ │ │ ├── Account.md │ │ │ │ │ │ │ ├── AttendeePass.md │ │ │ │ │ │ │ ├── Building.md │ │ │ │ │ │ │ ├── CheckIn.md │ │ │ │ │ │ │ ├── CustomRegistrationField.md │ │ │ │ │ │ │ ├── Event.md │ │ │ │ │ │ │ ├── EventCustomRegistrationField.md │ │ │ │ │ │ │ ├── EventRegistration.md │ │ │ │ │ │ │ ├── EventTeamMember.md │ │ │ │ │ │ │ ├── EventVendor.md │ │ │ │ │ │ │ ├── Hotel.md │ │ │ │ │ │ │ ├── HotelRoomAllocation.md │ │ │ │ │ │ │ ├── HotelRoomReservation.md │ │ │ │ │ │ │ ├── Invitation.md │ │ │ │ │ │ │ ├── Layout.md │ │ │ │ │ │ │ ├── Pass.md │ │ │ │ │ │ │ ├── RegistrationResponse.md │ │ │ │ │ │ │ ├── Room.md │ │ │ │ │ │ │ ├── Session.md │ │ │ │ │ │ │ ├── SessionRegistration.md │ │ │ │ │ │ │ ├── SessionTrack.md │ │ │ │ │ │ │ ├── Speaker.md │ │ │ │ │ │ │ ├── SpeakerEngagement.md │ │ │ │ │ │ │ ├── SponsorableArticle.md │ │ │ │ │ │ │ ├── Sponsorship.md │ │ │ │ │ │ │ ├── Venue.md │ │ │ │ │ │ │ ├── WaitlistItem.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── interactions │ │ │ │ │ │ │ ├── ActivityContactDispatched.md │ │ │ │ │ │ │ ├── ActivityContactProcessingFailed.md │ │ │ │ │ │ │ ├── ContactCheckedIntoEvent.md │ │ │ │ │ │ │ ├── ContactRegisteredToEvent.md │ │ │ │ │ │ │ ├── CreateCrmActivityContactProcessed.md │ │ │ │ │ │ │ ├── CreateCustomChannelActivityContactProcessed.md │ │ │ │ │ │ │ ├── CustomChannelResponse.md │ │ │ │ │ │ │ ├── CustomerJourneyContactRecordUpdated.md │ │ │ │ │ │ │ ├── EmailBlockBounced.md │ │ │ │ │ │ │ ├── EmailBlocked.md │ │ │ │ │ │ │ ├── EmailClicked.md │ │ │ │ │ │ │ ├── EmailContainsBlacklistedLinks.md │ │ │ │ │ │ │ ├── EmailDelivered.md │ │ │ │ │ │ │ ├── EmailFeedbackLoop.md │ │ │ │ │ │ │ ├── EmailForwarded.md │ │ │ │ │ │ │ ├── EmailHardBounced.md │ │ │ │ │ │ │ ├── EmailOpened.md │ │ │ │ │ │ │ ├── EmailSendingFailed.md │ │ │ │ │ │ │ ├── EmailSent.md │ │ │ │ │ │ │ ├── EmailSoftBounced.md │ │ │ │ │ │ │ ├── EmailSubscriptionSubmit.md │ │ │ │ │ │ │ ├── FormSubmitted.md │ │ │ │ │ │ │ ├── FormVisited.md │ │ │ │ │ │ │ ├── InvalidRecipientAddress.md │ │ │ │ │ │ │ ├── InvalidSenderAddress.md │ │ │ │ │ │ │ ├── LeadScoreBoost.md │ │ │ │ │ │ │ ├── OutOfEmailCredits.md │ │ │ │ │ │ │ ├── PassThroughActivityContactProcessed.md │ │ │ │ │ │ │ ├── RedirectLinkClicked.md │ │ │ │ │ │ │ ├── SchedulerActivityContactProcessed.md │ │ │ │ │ │ │ ├── SegmentRelationshipEdited.md │ │ │ │ │ │ │ ├── SegmentSubscribed.md │ │ │ │ │ │ │ ├── SegmentUnsubscribed.md │ │ │ │ │ │ │ ├── SplitterActivityContactProcessed.md │ │ │ │ │ │ │ ├── SurveyResponse.md │ │ │ │ │ │ │ ├── TriggerActivityContactProcessed.md │ │ │ │ │ │ │ ├── TriggerCrmWorkflowActivityContactProcessed.md │ │ │ │ │ │ │ ├── WebsiteClicked.md │ │ │ │ │ │ │ ├── WebsiteVisited.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── marketingLeads │ │ │ │ │ │ │ ├── LeadScoringModel.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── overview.md │ │ │ │ │ │ └── portals │ │ │ │ │ │ ├── Account.md │ │ │ │ │ │ ├── Ad.md │ │ │ │ │ │ ├── AdPlacement.md │ │ │ │ │ │ ├── Article.md │ │ │ │ │ │ ├── Badge.md │ │ │ │ │ │ ├── BadgeType.md │ │ │ │ │ │ ├── Blog.md │ │ │ │ │ │ ├── BlogPost.md │ │ │ │ │ │ ├── Case.md │ │ │ │ │ │ ├── CaseDeflection.md │ │ │ │ │ │ ├── Contact.md │ │ │ │ │ │ ├── ExternalIdentity.md │ │ │ │ │ │ ├── Feedback.md │ │ │ │ │ │ ├── Forum.md │ │ │ │ │ │ ├── ForumPost.md │ │ │ │ │ │ ├── ForumThread.md │ │ │ │ │ │ ├── ForumThreadType.md │ │ │ │ │ │ ├── Idea.md │ │ │ │ │ │ ├── IdeaForum.md │ │ │ │ │ │ ├── Invitation.md │ │ │ │ │ │ ├── InviteRedemption.md │ │ │ │ │ │ ├── KnowledgeArticleViews.md │ │ │ │ │ │ ├── Opportunity.md │ │ │ │ │ │ ├── PageTemplate.md │ │ │ │ │ │ ├── Poll.md │ │ │ │ │ │ ├── PollOption.md │ │ │ │ │ │ ├── PollPlacement.md │ │ │ │ │ │ ├── PollSubmission.md │ │ │ │ │ │ ├── PortalLanguage.md │ │ │ │ │ │ ├── PublishingState.md │ │ │ │ │ │ ├── Tag.md │ │ │ │ │ │ ├── WebFile.md │ │ │ │ │ │ ├── WebFileLog.md │ │ │ │ │ │ ├── WebPage.md │ │ │ │ │ │ ├── WebPageLog.md │ │ │ │ │ │ ├── WebRole.md │ │ │ │ │ │ ├── WebTemplate.md │ │ │ │ │ │ ├── Website.md │ │ │ │ │ │ ├── WebsiteLanguage.md │ │ │ │ │ │ └── overview.md │ │ │ │ ├── financialCommon │ │ │ │ │ ├── FinancialActivity.md │ │ │ │ │ ├── FiscalCalendarPeriod.md │ │ │ │ │ ├── Ledger.md │ │ │ │ │ ├── MainAccount.md │ │ │ │ │ ├── MainAccountCategory.md │ │ │ │ │ └── overview.md │ │ │ │ ├── overview.md │ │ │ │ └── productInsights │ │ │ │ │ ├── Asset.md │ │ │ │ │ ├── Signal.md │ │ │ │ │ └── overview.md │ │ │ └── overview.md │ │ ├── industryCommon │ │ │ ├── FinancialServices │ │ │ │ ├── BankingCoreDataModel │ │ │ │ │ ├── Account.md │ │ │ │ │ ├── Bank.md │ │ │ │ │ ├── Branch.md │ │ │ │ │ ├── Contact.md │ │ │ │ │ ├── CustomerFinancialHolding.md │ │ │ │ │ ├── FHAccount.md │ │ │ │ │ ├── FHInvestment.md │ │ │ │ │ ├── FHLineOfCredit.md │ │ │ │ │ ├── FHLoan.md │ │ │ │ │ ├── FHSaving.md │ │ │ │ │ ├── FICard.md │ │ │ │ │ ├── FIDirectDebit.md │ │ │ │ │ ├── FIOverdraft.md │ │ │ │ │ ├── FIPosition.md │ │ │ │ │ ├── FIStandingOrder.md │ │ │ │ │ ├── FinancialGoal.md │ │ │ │ │ ├── FinancialHolding.md │ │ │ │ │ ├── FinancialHoldingInstrument.md │ │ │ │ │ ├── Group.md │ │ │ │ │ ├── GroupFinancialHolding.md │ │ │ │ │ ├── GroupMember.md │ │ │ │ │ ├── LifeEvent.md │ │ │ │ │ ├── Relationship.md │ │ │ │ │ └── overview.md │ │ │ │ ├── CommonDataModel │ │ │ │ │ ├── AccountDetail.md │ │ │ │ │ ├── ContactDetail.md │ │ │ │ │ ├── RelatedPartyContract.md │ │ │ │ │ ├── RelatedPartyRole.md │ │ │ │ │ └── overview.md │ │ │ │ ├── DocumentCommonDataModel │ │ │ │ │ ├── Document.md │ │ │ │ │ ├── TablePlaceholder.md │ │ │ │ │ └── overview.md │ │ │ │ ├── DocumentIntelligenceDataModel │ │ │ │ │ ├── DocumentDefinition.md │ │ │ │ │ ├── DocumentPipeline.md │ │ │ │ │ ├── DocumentPipelineStep.md │ │ │ │ │ ├── DocumentRequest.md │ │ │ │ │ ├── PipelineDocumentStateMessage.md │ │ │ │ │ ├── PipelineStepDefinition.md │ │ │ │ │ ├── StepFieldDefinition.md │ │ │ │ │ └── overview.md │ │ │ │ ├── FinancialServicesCommonDataModel │ │ │ │ │ ├── Account.md │ │ │ │ │ ├── Applicationdocument.md │ │ │ │ │ ├── Bank.md │ │ │ │ │ ├── Branch.md │ │ │ │ │ ├── Contact.md │ │ │ │ │ ├── Customdocument.md │ │ │ │ │ ├── FinancialMarketProduct.md │ │ │ │ │ ├── Group.md │ │ │ │ │ ├── Groupmember.md │ │ │ │ │ └── overview.md │ │ │ │ ├── LoanOnboardingDataModel │ │ │ │ │ ├── Applicationdocument.md │ │ │ │ │ ├── Bank.md │ │ │ │ │ ├── Collateral.md │ │ │ │ │ ├── Contact.md │ │ │ │ │ ├── Creditcheck.md │ │ │ │ │ ├── Customdocument.md │ │ │ │ │ ├── Employment.md │ │ │ │ │ ├── Kyc.md │ │ │ │ │ ├── Loanapplication.md │ │ │ │ │ ├── Loanapplicationasset.md │ │ │ │ │ ├── Loanapplicationcollateral.md │ │ │ │ │ ├── Loanapplicationcollateralvaluation.md │ │ │ │ │ ├── Loanapplicationcontact.md │ │ │ │ │ ├── Loanapplicationcontactasset.md │ │ │ │ │ ├── Loanapplicationcontactliability.md │ │ │ │ │ ├── Loanapplicationliability.md │ │ │ │ │ └── overview.md │ │ │ │ ├── OnboardingApplicationBase │ │ │ │ │ ├── Application.md │ │ │ │ │ ├── ApplicationSubCategory.md │ │ │ │ │ └── overview.md │ │ │ │ ├── PropertyandCasualtyDataModel │ │ │ │ │ ├── Account.md │ │ │ │ │ ├── Affiliation.md │ │ │ │ │ ├── Agency.md │ │ │ │ │ ├── Agent.md │ │ │ │ │ ├── AgentAgency.md │ │ │ │ │ ├── AgentInsurer.md │ │ │ │ │ ├── AssetDetail.md │ │ │ │ │ ├── AssetDetailCatalog.md │ │ │ │ │ ├── AuthorizedJurisdiction.md │ │ │ │ │ ├── BrokerAgency.md │ │ │ │ │ ├── CauseOfLoss.md │ │ │ │ │ ├── CauseOfLossCatalog.md │ │ │ │ │ ├── CauseOfLossLOB.md │ │ │ │ │ ├── Claim.md │ │ │ │ │ ├── ClaimRevision.md │ │ │ │ │ ├── Contact.md │ │ │ │ │ ├── Country.md │ │ │ │ │ ├── Coverage.md │ │ │ │ │ ├── CoverageCatalog.md │ │ │ │ │ ├── CoverageDetail.md │ │ │ │ │ ├── CoverageDetailCatalog.md │ │ │ │ │ ├── CoverageLOB.md │ │ │ │ │ ├── DetailType.md │ │ │ │ │ ├── Document.md │ │ │ │ │ ├── DocumentPartyContract.md │ │ │ │ │ ├── ExclusionInclusion.md │ │ │ │ │ ├── ExclusionInclusionCatalog.md │ │ │ │ │ ├── ExclusionInclusionLOB.md │ │ │ │ │ ├── InsuredAssetClaim.md │ │ │ │ │ ├── InsuredAssetLocation.md │ │ │ │ │ ├── InsuredAssetLocationAsset.md │ │ │ │ │ ├── InsuredAutoAsset.md │ │ │ │ │ ├── InsuredGenericAsset.md │ │ │ │ │ ├── InsuredHomeAsset.md │ │ │ │ │ ├── Insurer.md │ │ │ │ │ ├── InsurerAgency.md │ │ │ │ │ ├── LOB.md │ │ │ │ │ ├── LOBAssetDetailCatalog.md │ │ │ │ │ ├── LOBCatalog.md │ │ │ │ │ ├── Payment.md │ │ │ │ │ ├── PaymentParty.md │ │ │ │ │ ├── Policy.md │ │ │ │ │ ├── PolicyAgency.md │ │ │ │ │ ├── PolicyAgent.md │ │ │ │ │ ├── PolicyProduct.md │ │ │ │ │ ├── PolicyProductLOB.md │ │ │ │ │ ├── PolicyTransaction.md │ │ │ │ │ ├── ProfessionalLicense.md │ │ │ │ │ ├── RelatedPartyContract.md │ │ │ │ │ ├── StateProvince.md │ │ │ │ │ ├── TermDocumentCatalog.md │ │ │ │ │ ├── TermDocumentPolicyPart.md │ │ │ │ │ └── overview.md │ │ │ │ ├── RetailBankingCoreDataModel │ │ │ │ │ ├── Account.md │ │ │ │ │ ├── Bank.md │ │ │ │ │ ├── Branch.md │ │ │ │ │ ├── Contact.md │ │ │ │ │ ├── Customerfinancialholding.md │ │ │ │ │ ├── Fh_account.md │ │ │ │ │ ├── Fh_creditline.md │ │ │ │ │ ├── Fh_investment.md │ │ │ │ │ ├── Fh_loan.md │ │ │ │ │ ├── Fh_saving.md │ │ │ │ │ ├── Fi_card.md │ │ │ │ │ ├── Fi_directdebit.md │ │ │ │ │ ├── Fi_overdraft.md │ │ │ │ │ ├── Fi_standingorder.md │ │ │ │ │ ├── Financialholding.md │ │ │ │ │ ├── Financialholdinginstrument.md │ │ │ │ │ ├── Group.md │ │ │ │ │ ├── Groupfinancialholding.md │ │ │ │ │ ├── Groupmember.md │ │ │ │ │ ├── Lifemoment.md │ │ │ │ │ ├── Relationship.md │ │ │ │ │ └── overview.md │ │ │ │ ├── SMBDataModel │ │ │ │ │ ├── Contact.md │ │ │ │ │ ├── Person.md │ │ │ │ │ └── overview.md │ │ │ │ └── overview.md │ │ │ ├── Healthcare │ │ │ │ ├── Administration │ │ │ │ │ ├── AdministrationAppointmentEMR │ │ │ │ │ │ ├── AppointmentEMRIndication.md │ │ │ │ │ │ ├── AppointmentEMRParticipant.md │ │ │ │ │ │ ├── AppointmentEMRReason.md │ │ │ │ │ │ ├── AppointmentEMRReferralRequest.md │ │ │ │ │ │ ├── AppointmentEMRRequestedPeriod.md │ │ │ │ │ │ ├── AppointmentEMRServiceType.md │ │ │ │ │ │ ├── AppointmentEMRSlot.md │ │ │ │ │ │ ├── AppointmentEMRSpecialty.md │ │ │ │ │ │ ├── AppointmentServiceCategory.md │ │ │ │ │ │ ├── ScheduleActor.md │ │ │ │ │ │ ├── ScheduleServiceType.md │ │ │ │ │ │ ├── ScheduleSpecialty.md │ │ │ │ │ │ ├── Slot.md │ │ │ │ │ │ ├── SlotServiceType.md │ │ │ │ │ │ ├── SlotSpecialty.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── AdministrationCommunication │ │ │ │ │ │ ├── Communication.md │ │ │ │ │ │ ├── CommunicationRequestBasedOn.md │ │ │ │ │ │ ├── CommunicationRequestCategory.md │ │ │ │ │ │ ├── CommunicationRequestMedium.md │ │ │ │ │ │ ├── CommunicationRequestPayload.md │ │ │ │ │ │ ├── CommunicationRequestReason.md │ │ │ │ │ │ ├── CommunicationRequestReasonReference.md │ │ │ │ │ │ ├── CommunicationRequestRecipient.md │ │ │ │ │ │ ├── CommunicationRequestReplace.md │ │ │ │ │ │ ├── CommunicationRequestTopic.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── AdministrationCore │ │ │ │ │ │ ├── Account.md │ │ │ │ │ │ ├── AdditionalName.md │ │ │ │ │ │ ├── Contact.md │ │ │ │ │ │ ├── ContactLink.md │ │ │ │ │ │ ├── EndpointContact.md │ │ │ │ │ │ ├── EndpointHeader.md │ │ │ │ │ │ ├── EndpointPayloadMimeType.md │ │ │ │ │ │ ├── EndpointPayloadType.md │ │ │ │ │ │ ├── PractitionerQualification.md │ │ │ │ │ │ ├── PractitionerRoleAvailableTime.md │ │ │ │ │ │ ├── PractitionerRoleCode.md │ │ │ │ │ │ ├── PractitionerRoleEndPoint.md │ │ │ │ │ │ ├── PractitionerRoleHealthcareService.md │ │ │ │ │ │ ├── PractitionerRoleLocation.md │ │ │ │ │ │ ├── PractitionerRoleSpecialty.md │ │ │ │ │ │ ├── PractitionerRoleTelecom.md │ │ │ │ │ │ ├── PractitionerSpecialty.md │ │ │ │ │ │ ├── RequestGroupAction.md │ │ │ │ │ │ ├── RequestGroupActionAction.md │ │ │ │ │ │ ├── RequestGroupActionCode.md │ │ │ │ │ │ ├── RequestGroupActionCondition.md │ │ │ │ │ │ ├── RequestGroupActionDocumentation.md │ │ │ │ │ │ ├── RequestGroupActionParticipant.md │ │ │ │ │ │ ├── RequestGroupActionRelatedAction.md │ │ │ │ │ │ ├── RequestGroupBasedOn.md │ │ │ │ │ │ ├── RequestGroupDefinition.md │ │ │ │ │ │ ├── RequestGroupReplace.md │ │ │ │ │ │ ├── SubstanceCategory.md │ │ │ │ │ │ ├── SubstanceIngredient.md │ │ │ │ │ │ ├── SubstanceInstance.md │ │ │ │ │ │ ├── Task.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── AdministrationDevice │ │ │ │ │ │ ├── DeviceCalibration.md │ │ │ │ │ │ ├── DeviceComponentOperationalStatus.md │ │ │ │ │ │ ├── DeviceComponentProductionSpecification.md │ │ │ │ │ │ ├── DeviceContactPoint.md │ │ │ │ │ │ ├── DeviceMetricType.md │ │ │ │ │ │ ├── DeviceRequestBasedOn.md │ │ │ │ │ │ ├── DeviceRequestDefinition.md │ │ │ │ │ │ ├── DeviceRequestPriorRequest.md │ │ │ │ │ │ ├── DeviceRequestReasonCode.md │ │ │ │ │ │ ├── DeviceRequestReasonReference.md │ │ │ │ │ │ ├── DeviceRequestRelevantHistory.md │ │ │ │ │ │ ├── DeviceRequestSupportingInfo.md │ │ │ │ │ │ ├── DeviceSafety.md │ │ │ │ │ │ ├── DeviceStatus.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── AdministrationEncounter │ │ │ │ │ │ ├── EncounterAccount.md │ │ │ │ │ │ ├── EncounterClassHistory.md │ │ │ │ │ │ ├── EncounterDiagnosis.md │ │ │ │ │ │ ├── EncounterEpisodeOfCare.md │ │ │ │ │ │ ├── EncounterHospitalizationArrangement.md │ │ │ │ │ │ ├── EncounterHospitalizationCourtesy.md │ │ │ │ │ │ ├── EncounterHospitalizationDiet.md │ │ │ │ │ │ ├── EncounterLocation.md │ │ │ │ │ │ ├── EncounterParticipant.md │ │ │ │ │ │ ├── EncounterParticipantType.md │ │ │ │ │ │ ├── EncounterReason.md │ │ │ │ │ │ ├── EncounterReferralRequest.md │ │ │ │ │ │ ├── EncounterStatusHistory.md │ │ │ │ │ │ ├── EncounterType.md │ │ │ │ │ │ ├── EpisodeOfCareAccount.md │ │ │ │ │ │ ├── EpisodeOfCareCareTeam.md │ │ │ │ │ │ ├── EpisodeOfCareDiagnosis.md │ │ │ │ │ │ ├── EpisodeOfCareHistory.md │ │ │ │ │ │ ├── EpisodeOfCareReferralRequest.md │ │ │ │ │ │ ├── EpisodeOfCareType.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── AdministrationHealthServices │ │ │ │ │ │ ├── HealthcareServiceAvailableTime.md │ │ │ │ │ │ ├── HealthcareServiceCategory.md │ │ │ │ │ │ ├── HealthcareServiceCharacteristic.md │ │ │ │ │ │ ├── HealthcareServiceCoverageArea.md │ │ │ │ │ │ ├── HealthcareServiceEndpoint.md │ │ │ │ │ │ ├── HealthcareServiceLocation.md │ │ │ │ │ │ ├── HealthcareServiceProgramName.md │ │ │ │ │ │ ├── HealthcareServiceProvision.md │ │ │ │ │ │ ├── HealthcareServiceReferralMethod.md │ │ │ │ │ │ ├── HealthcareServiceSpecialty.md │ │ │ │ │ │ ├── HealthcareServiceTelecom.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ └── overview.md │ │ │ │ ├── Clinical │ │ │ │ │ ├── ClinicalCareTeam │ │ │ │ │ │ ├── CarePlanActivity.md │ │ │ │ │ │ ├── CarePlanActivityGoal.md │ │ │ │ │ │ ├── CarePlanActivityOutcome.md │ │ │ │ │ │ ├── CarePlanActivityOutcomeReference.md │ │ │ │ │ │ ├── CarePlanActivityPerformer.md │ │ │ │ │ │ ├── CarePlanActivityReason.md │ │ │ │ │ │ ├── CarePlanActivityReasonCode.md │ │ │ │ │ │ ├── CarePlanActivityReasonReference.md │ │ │ │ │ │ ├── CarePlanAddresses.md │ │ │ │ │ │ ├── CarePlanAuthor.md │ │ │ │ │ │ ├── CarePlanBasedOn.md │ │ │ │ │ │ ├── CarePlanCareTeam.md │ │ │ │ │ │ ├── CarePlanCategory.md │ │ │ │ │ │ ├── CarePlanDefinition.md │ │ │ │ │ │ ├── CarePlanGoal.md │ │ │ │ │ │ ├── CarePlanGoalMeasure.md │ │ │ │ │ │ ├── CarePlanGoalOutcome.md │ │ │ │ │ │ ├── CarePlanPartOf.md │ │ │ │ │ │ ├── CarePlanReplace.md │ │ │ │ │ │ ├── CarePlanSupportInfo.md │ │ │ │ │ │ ├── CareTeamCategory.md │ │ │ │ │ │ ├── CareTeamManagingOrganization.md │ │ │ │ │ │ ├── CareTeamParticipant.md │ │ │ │ │ │ ├── CareTeamParticipantRole.md │ │ │ │ │ │ ├── CareTeamReasonCode.md │ │ │ │ │ │ ├── CareTeamReasonReference.md │ │ │ │ │ │ ├── Goal.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── ClinicalCore │ │ │ │ │ │ ├── AllergyIntolerance.md │ │ │ │ │ │ ├── ClinicalImpression.md │ │ │ │ │ │ ├── ClinicalImpressionAction.md │ │ │ │ │ │ ├── ClinicalImpressionFinding.md │ │ │ │ │ │ ├── ClinicalImpressionInvestigation.md │ │ │ │ │ │ ├── ClinicalImpressionInvestigationItem.md │ │ │ │ │ │ ├── ClinicalImpressionProblem.md │ │ │ │ │ │ ├── ClinicalImpressionPrognosis.md │ │ │ │ │ │ ├── ClinicalImpressionProtocol.md │ │ │ │ │ │ ├── ConditionBodySite.md │ │ │ │ │ │ ├── ConditionCategory.md │ │ │ │ │ │ ├── ConditionEvidence.md │ │ │ │ │ │ ├── ConditionStage.md │ │ │ │ │ │ ├── FamilyMemberHistory.md │ │ │ │ │ │ ├── FamilyMemberHistoryCondition.md │ │ │ │ │ │ ├── FamilyMemberHistoryDefinition.md │ │ │ │ │ │ ├── FamilyMemberHistoryReason.md │ │ │ │ │ │ ├── FamilyMemberHistoryReasonReference.md │ │ │ │ │ │ ├── GoalAddresses.md │ │ │ │ │ │ ├── GoalCategory.md │ │ │ │ │ │ ├── GoalOutcome.md │ │ │ │ │ │ ├── GoalOutcomeReference.md │ │ │ │ │ │ ├── RiskAssessment.md │ │ │ │ │ │ ├── RiskAssessmentBasis.md │ │ │ │ │ │ ├── RiskAssessmentPrediction.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── ClinicalProcedure │ │ │ │ │ │ ├── ProcedureBasedOn.md │ │ │ │ │ │ ├── ProcedureBodySite.md │ │ │ │ │ │ ├── ProcedureCode.md │ │ │ │ │ │ ├── ProcedureComplication.md │ │ │ │ │ │ ├── ProcedureComplicationDetail.md │ │ │ │ │ │ ├── ProcedureDefinition.md │ │ │ │ │ │ ├── ProcedureFocalDevice.md │ │ │ │ │ │ ├── ProcedureFollowUp.md │ │ │ │ │ │ ├── ProcedurePartOf.md │ │ │ │ │ │ ├── ProcedurePerformer.md │ │ │ │ │ │ ├── ProcedureReason.md │ │ │ │ │ │ ├── ProcedureReasonReference.md │ │ │ │ │ │ ├── ProcedureReport.md │ │ │ │ │ │ ├── ProcedureRequestBasedOn.md │ │ │ │ │ │ ├── ProcedureRequestBodySite.md │ │ │ │ │ │ ├── ProcedureRequestCategory.md │ │ │ │ │ │ ├── ProcedureRequestDefinition.md │ │ │ │ │ │ ├── ProcedureRequestReasonCode.md │ │ │ │ │ │ ├── ProcedureRequestReasonReference.md │ │ │ │ │ │ ├── ProcedureRequestRelevantHistory.md │ │ │ │ │ │ ├── ProcedureRequestReplace.md │ │ │ │ │ │ ├── ProcedureRequestSpecimen.md │ │ │ │ │ │ ├── ProcedureRequestSupportingInformation.md │ │ │ │ │ │ ├── ProcedureUsedCode.md │ │ │ │ │ │ ├── ProcedureUsedReference.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── ClinicalReasoningCore │ │ │ │ │ │ ├── DataReqCodeFilterValueCodeableConcept.md │ │ │ │ │ │ ├── DataRequirementCodeFilter.md │ │ │ │ │ │ ├── DataRequirementCodeFilterValueCode.md │ │ │ │ │ │ ├── DataRequirementCodeFilterValueCoding.md │ │ │ │ │ │ ├── DataRequirementDateFilter.md │ │ │ │ │ │ ├── DataRequirementMustSupport.md │ │ │ │ │ │ ├── DataRequirementProfile.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ └── overview.md │ │ │ │ ├── Diagnostics │ │ │ │ │ ├── DiagnosticCore │ │ │ │ │ │ ├── BodySite.md │ │ │ │ │ │ ├── ObservationBasedOn.md │ │ │ │ │ │ ├── ObservationCategory.md │ │ │ │ │ │ ├── ObservationCode.md │ │ │ │ │ │ ├── ObservationComponent.md │ │ │ │ │ │ ├── ObservationComponentReferenceRange.md │ │ │ │ │ │ ├── ObservationInterpretation.md │ │ │ │ │ │ ├── ObservationMethod.md │ │ │ │ │ │ ├── ObservationPerformer.md │ │ │ │ │ │ ├── ObservationReferenceRange.md │ │ │ │ │ │ ├── ObservationReferenceRangeAppliesTo.md │ │ │ │ │ │ ├── ObservationRelatedResource.md │ │ │ │ │ │ ├── SpecimenContainer.md │ │ │ │ │ │ ├── SpecimenParent.md │ │ │ │ │ │ ├── SpecimenProcessing.md │ │ │ │ │ │ ├── SpecimenProcessingAdditive.md │ │ │ │ │ │ ├── SpecimenRequest.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── DiagnosticReport │ │ │ │ │ │ ├── DiagnosticReport.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ └── overview.md │ │ │ │ ├── Financial │ │ │ │ │ ├── Financial │ │ │ │ │ │ ├── Account.md │ │ │ │ │ │ ├── BillingAccount.md │ │ │ │ │ │ ├── Claim.md │ │ │ │ │ │ ├── ClaimCareTeam.md │ │ │ │ │ │ ├── ClaimDiagnosis.md │ │ │ │ │ │ ├── ClaimInformation.md │ │ │ │ │ │ ├── ClaimItem.md │ │ │ │ │ │ ├── ClaimResponse.md │ │ │ │ │ │ ├── ClaimResponseAddItem.md │ │ │ │ │ │ ├── ClaimResponseItem.md │ │ │ │ │ │ ├── ClaimResponseItemAdjudication.md │ │ │ │ │ │ ├── ClaimResponseItemDetail.md │ │ │ │ │ │ ├── ClaimsProcedure.md │ │ │ │ │ │ ├── CodeableConcept.md │ │ │ │ │ │ ├── Contract.md │ │ │ │ │ │ ├── Coverage.md │ │ │ │ │ │ ├── EligibilityRequest.md │ │ │ │ │ │ ├── EligibilityRequestItem.md │ │ │ │ │ │ ├── EligibilityResponse.md │ │ │ │ │ │ ├── EligibilityResponseInsurance.md │ │ │ │ │ │ ├── EnrollmentRequest.md │ │ │ │ │ │ ├── EnrollmentResponse.md │ │ │ │ │ │ ├── Insurance.md │ │ │ │ │ │ ├── PaymentNotice.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ └── overview.md │ │ │ │ ├── Foundational │ │ │ │ │ ├── Commoncore │ │ │ │ │ │ ├── AccountType.md │ │ │ │ │ │ ├── ActivityDefinition.md │ │ │ │ │ │ ├── AppointmentEMR.md │ │ │ │ │ │ ├── CarePlan.md │ │ │ │ │ │ ├── CareTeam.md │ │ │ │ │ │ ├── CodeableConcept.md │ │ │ │ │ │ ├── CommunicationRequest.md │ │ │ │ │ │ ├── Condition.md │ │ │ │ │ │ ├── DataRequirement.md │ │ │ │ │ │ ├── Device.md │ │ │ │ │ │ ├── DeviceComponent.md │ │ │ │ │ │ ├── DeviceMetric.md │ │ │ │ │ │ ├── DeviceRequest.md │ │ │ │ │ │ ├── Dosage.md │ │ │ │ │ │ ├── DosageAddInstruction.md │ │ │ │ │ │ ├── Encounter.md │ │ │ │ │ │ ├── Endpoint.md │ │ │ │ │ │ ├── EpisodeOfCare.md │ │ │ │ │ │ ├── Goal.md │ │ │ │ │ │ ├── HealthcareService.md │ │ │ │ │ │ ├── Location.md │ │ │ │ │ │ ├── LocationEndPoint.md │ │ │ │ │ │ ├── LocationTelecom.md │ │ │ │ │ │ ├── Medication.md │ │ │ │ │ │ ├── MedicationAdministration.md │ │ │ │ │ │ ├── MedicationRequest.md │ │ │ │ │ │ ├── NutritionOrder.md │ │ │ │ │ │ ├── Observation.md │ │ │ │ │ │ ├── PlanDefinition.md │ │ │ │ │ │ ├── PractitionerRole.md │ │ │ │ │ │ ├── Procedure.md │ │ │ │ │ │ ├── ProcedureRequest.md │ │ │ │ │ │ ├── ReferralRequest.md │ │ │ │ │ │ ├── RelatedPerson.md │ │ │ │ │ │ ├── RequestGroup.md │ │ │ │ │ │ ├── Schedule.md │ │ │ │ │ │ ├── Specimen.md │ │ │ │ │ │ ├── Substance.md │ │ │ │ │ │ ├── Timing.md │ │ │ │ │ │ ├── TimingDayOfWeek.md │ │ │ │ │ │ ├── TimingEvent.md │ │ │ │ │ │ ├── TimingTimeOfDay.md │ │ │ │ │ │ ├── TimingWhen.md │ │ │ │ │ │ ├── VisionPrescription.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ └── overview.md │ │ │ │ ├── Healthcare-overview.md │ │ │ │ ├── Medication │ │ │ │ │ ├── MedicationCore │ │ │ │ │ │ ├── MedicalIdentifier.md │ │ │ │ │ │ ├── MedicationAdministrationDefinition.md │ │ │ │ │ │ ├── MedicationAdministrationDevice.md │ │ │ │ │ │ ├── MedicationAdministrationEventHistory.md │ │ │ │ │ │ ├── MedicationAdministrationPartOf.md │ │ │ │ │ │ ├── MedicationAdministrationPerformer.md │ │ │ │ │ │ ├── MedicationAdministrationReasonCode.md │ │ │ │ │ │ ├── MedicationAdministrationReasonNotGiven.md │ │ │ │ │ │ ├── MedicationAdministrationReasonReference.md │ │ │ │ │ │ ├── MedicationAdministrationSupportingInformation.md │ │ │ │ │ │ ├── MedicationCode.md │ │ │ │ │ │ ├── MedicationForm.md │ │ │ │ │ │ ├── MedicationImage.md │ │ │ │ │ │ ├── MedicationIngredient.md │ │ │ │ │ │ ├── MedicationPackageBatch.md │ │ │ │ │ │ ├── MedicationPackageContent.md │ │ │ │ │ │ ├── MedicationRequestBasedOn.md │ │ │ │ │ │ ├── MedicationRequestDefinition.md │ │ │ │ │ │ ├── MedicationRequestDetectedIssue.md │ │ │ │ │ │ ├── MedicationRequestDosageInstruction.md │ │ │ │ │ │ ├── MedicationRequestEventHistory.md │ │ │ │ │ │ ├── MedicationRequestReasonCode.md │ │ │ │ │ │ ├── MedicationRequestReasonReference.md │ │ │ │ │ │ ├── MedicationRequestSupportingInfo.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ └── overview.md │ │ │ │ └── Workflow │ │ │ │ │ ├── WorkflowClinicalProcess │ │ │ │ │ ├── ActivityDefinitionBodySite.md │ │ │ │ │ ├── ActivityDefinitionContact.md │ │ │ │ │ ├── ActivityDefinitionContributor.md │ │ │ │ │ ├── ActivityDefinitionContributorContact.md │ │ │ │ │ ├── ActivityDefinitionDosage.md │ │ │ │ │ ├── ActivityDefinitionDynamicValue.md │ │ │ │ │ ├── ActivityDefinitionJurisdiction.md │ │ │ │ │ ├── ActivityDefinitionLibrary.md │ │ │ │ │ ├── ActivityDefinitionParticipant.md │ │ │ │ │ ├── ActivityDefinitionRelatedArtifact.md │ │ │ │ │ ├── ActivityDefinitionTopic.md │ │ │ │ │ ├── ActivityDefinitionUseContext.md │ │ │ │ │ ├── NutritionOrderAllergyIntolerance.md │ │ │ │ │ ├── NutritionOrderEnteralFormulaAdministration.md │ │ │ │ │ ├── NutritionOrderExcludeFoodModifier.md │ │ │ │ │ ├── NutritionOrderFoodPreferenceModifier.md │ │ │ │ │ ├── NutritionOrderOralDietFluidConsistencyType.md │ │ │ │ │ ├── NutritionOrderOralDietNutrient.md │ │ │ │ │ ├── NutritionOrderOralDietSchedule.md │ │ │ │ │ ├── NutritionOrderOralDietTexture.md │ │ │ │ │ ├── NutritionOrderOralDietType.md │ │ │ │ │ ├── NutritionOrderSupplement.md │ │ │ │ │ ├── NutritionOrderSupplementSchedule.md │ │ │ │ │ ├── VisionPrescriptionDispense.md │ │ │ │ │ └── overview.md │ │ │ │ │ ├── WorkflowCore │ │ │ │ │ ├── PlanDefinitionAction.md │ │ │ │ │ ├── PlanDefinitionActionAction.md │ │ │ │ │ ├── PlanDefinitionActionArtifact.md │ │ │ │ │ ├── PlanDefinitionActionCode.md │ │ │ │ │ ├── PlanDefinitionActionCondition.md │ │ │ │ │ ├── PlanDefinitionActionDynamicValue.md │ │ │ │ │ ├── PlanDefinitionActionGoal.md │ │ │ │ │ ├── PlanDefinitionActionInput.md │ │ │ │ │ ├── PlanDefinitionActionOutput.md │ │ │ │ │ ├── PlanDefinitionActionReason.md │ │ │ │ │ ├── PlanDefinitionActionRelatedAction.md │ │ │ │ │ ├── PlanDefinitionActionTriggerDefinition.md │ │ │ │ │ ├── PlanDefinitionArtifact.md │ │ │ │ │ ├── PlanDefinitionContributor.md │ │ │ │ │ ├── PlanDefinitionContributorContact.md │ │ │ │ │ ├── PlanDefinitionGoal.md │ │ │ │ │ ├── PlanDefinitionGoalAddresses.md │ │ │ │ │ ├── PlanDefinitionGoalArtifact.md │ │ │ │ │ ├── PlanDefinitionGoalTarget.md │ │ │ │ │ ├── PlanDefinitionJurisdiction.md │ │ │ │ │ ├── PlanDefinitionLibrary.md │ │ │ │ │ ├── PlanDefinitionParticipant.md │ │ │ │ │ ├── PlanDefinitionTopic.md │ │ │ │ │ ├── PlanDefinitionUseContext.md │ │ │ │ │ ├── ReferenceRangeAppliesTo.md │ │ │ │ │ ├── TaskBasedOn.md │ │ │ │ │ ├── TaskInput.md │ │ │ │ │ ├── TaskOutput.md │ │ │ │ │ ├── TaskPartOf.md │ │ │ │ │ ├── TaskPerformerType.md │ │ │ │ │ ├── TaskRelevantHistory.md │ │ │ │ │ ├── TaskRestrictionRecipient.md │ │ │ │ │ └── overview.md │ │ │ │ │ ├── WorkflowReferral │ │ │ │ │ ├── ReferralRequestBasedOn.md │ │ │ │ │ ├── ReferralRequestDefinition.md │ │ │ │ │ ├── ReferralRequestReasonCode.md │ │ │ │ │ ├── ReferralRequestReasonReference.md │ │ │ │ │ ├── ReferralRequestRecipient.md │ │ │ │ │ ├── ReferralRequestRelevantHistory.md │ │ │ │ │ ├── ReferralRequestReplace.md │ │ │ │ │ ├── ReferralRequestServiceRequested.md │ │ │ │ │ ├── ReferralRequestSupportingInformation.md │ │ │ │ │ └── overview.md │ │ │ │ │ └── overview.md │ │ │ ├── Retail │ │ │ │ ├── Activities │ │ │ │ │ ├── AuditDefinition.md │ │ │ │ │ ├── AuditResponse.md │ │ │ │ │ ├── ExecutionActivity.md │ │ │ │ │ ├── ExecutionActivityDefinition.md │ │ │ │ │ ├── ExecutionActivityItem.md │ │ │ │ │ ├── ExecutionPlan.md │ │ │ │ │ ├── OutletZone.md │ │ │ │ │ ├── Product.md │ │ │ │ │ ├── QuestionType.md │ │ │ │ │ ├── SOSDefinition.md │ │ │ │ │ ├── SOSResponse.md │ │ │ │ │ ├── SurveyDefinition.md │ │ │ │ │ ├── SurveyResponse.md │ │ │ │ │ ├── TargetGroup.md │ │ │ │ │ ├── TaskDefinition.md │ │ │ │ │ ├── TaskResponse.md │ │ │ │ │ ├── VisitActivity.md │ │ │ │ │ └── overview.md │ │ │ │ ├── Asset │ │ │ │ │ ├── Case.md │ │ │ │ │ ├── CustomerAsset.md │ │ │ │ │ ├── CustomerAssetCategory.md │ │ │ │ │ ├── FunctionalLocation.md │ │ │ │ │ ├── Product.md │ │ │ │ │ ├── Visit.md │ │ │ │ │ └── overview.md │ │ │ │ ├── Commerce │ │ │ │ │ ├── ProductBrand.md │ │ │ │ │ ├── ProductCategory.md │ │ │ │ │ └── overview.md │ │ │ │ ├── Common │ │ │ │ │ ├── Account.md │ │ │ │ │ ├── Image.md │ │ │ │ │ ├── LocationUpdateRequest.md │ │ │ │ │ ├── OutletType.md │ │ │ │ │ ├── RetailExecutionProfile.md │ │ │ │ │ └── overview.md │ │ │ │ ├── ExecutionAI │ │ │ │ │ ├── AIResult.md │ │ │ │ │ ├── AIRun.md │ │ │ │ │ ├── AIRunImage.md │ │ │ │ │ ├── AIRunStep.md │ │ │ │ │ ├── PhotoGuidance.md │ │ │ │ │ ├── PhotoGuidanceItem.md │ │ │ │ │ ├── RetailExecutionSetting.md │ │ │ │ │ ├── Visit.md │ │ │ │ │ └── overview.md │ │ │ │ ├── StoreOperationsAssistClienteling │ │ │ │ │ ├── BusinessUnit.md │ │ │ │ │ ├── Contact.md │ │ │ │ │ ├── CustomerDerivedBrandInsight.md │ │ │ │ │ ├── CustomerDerivedCategoryInsight.md │ │ │ │ │ ├── CustomerDerivedOrderInsight.md │ │ │ │ │ ├── LanguageOfPreference.md │ │ │ │ │ ├── LoyaltyAccount.md │ │ │ │ │ ├── LoyaltyAccountCreditHistory.md │ │ │ │ │ ├── LoyaltyCard.md │ │ │ │ │ ├── LoyaltyProgram.md │ │ │ │ │ ├── OrderProduct.md │ │ │ │ │ ├── RetailAppointment.md │ │ │ │ │ ├── RetailAppointmentType.md │ │ │ │ │ ├── RewardCreditHistory.md │ │ │ │ │ ├── Team.md │ │ │ │ │ ├── User.md │ │ │ │ │ └── overview.md │ │ │ │ ├── StoreOperationsAssistCommon │ │ │ │ │ ├── ActivityCancellationReason.md │ │ │ │ │ ├── AuditDefinition.md │ │ │ │ │ ├── ExecutionPlan.md │ │ │ │ │ ├── Note.md │ │ │ │ │ ├── Request.md │ │ │ │ │ ├── RequestType.md │ │ │ │ │ ├── SurveyDefinition.md │ │ │ │ │ ├── TargetGroupMember.md │ │ │ │ │ ├── Task.md │ │ │ │ │ ├── TaskDefinition.md │ │ │ │ │ ├── TaskSetup.md │ │ │ │ │ ├── TaskType.md │ │ │ │ │ ├── Template.md │ │ │ │ │ └── overview.md │ │ │ │ ├── Visits │ │ │ │ │ ├── VisitActivityCancellationReason.md │ │ │ │ │ ├── VisitCancellationReason.md │ │ │ │ │ ├── VisitFrequency.md │ │ │ │ │ ├── VisitReschedulingReason.md │ │ │ │ │ ├── VisitType.md │ │ │ │ │ └── overview.md │ │ │ │ └── overview.md │ │ │ ├── Sustainability │ │ │ │ ├── CloudforSustainabilityCarbonDataModel │ │ │ │ │ ├── AccommodationType.md │ │ │ │ │ ├── BusinessTravel.md │ │ │ │ │ ├── BusinessTravelType.md │ │ │ │ │ ├── CapitalGood.md │ │ │ │ │ ├── ContractualInstrumentType.md │ │ │ │ │ ├── DeprecatedProductCarbonFootprint.md │ │ │ │ │ ├── DisposalMethod.md │ │ │ │ │ ├── Emission.md │ │ │ │ │ ├── EmissionsSource.md │ │ │ │ │ ├── EmployeeCommuting.md │ │ │ │ │ ├── EmployeeCommutingType.md │ │ │ │ │ ├── EndOfLifeTreatmentOfSoldProducts.md │ │ │ │ │ ├── FuelType.md │ │ │ │ │ ├── FugitiveEmission.md │ │ │ │ │ ├── GreenhouseGas.md │ │ │ │ │ ├── IndustrialProcess.md │ │ │ │ │ ├── Investment.md │ │ │ │ │ ├── MobileCombustion.md │ │ │ │ │ ├── PartnerActivity.md │ │ │ │ │ ├── PartnerEmission.md │ │ │ │ │ ├── ProductFootprint.md │ │ │ │ │ ├── ProductFootprintAudit.md │ │ │ │ │ ├── ProductFootprintRuleMapping.md │ │ │ │ │ ├── ProductOrSectorSpecificRuleset.md │ │ │ │ │ ├── PurchasedEnergy.md │ │ │ │ │ ├── PurchasedGoodAndService.md │ │ │ │ │ ├── SpendType.md │ │ │ │ │ ├── StationaryCombustion.md │ │ │ │ │ ├── TransportMode.md │ │ │ │ │ ├── TransportationAndDistribution.md │ │ │ │ │ ├── VehicleType.md │ │ │ │ │ ├── WasteGeneratedInOperations.md │ │ │ │ │ └── overview.md │ │ │ │ ├── CloudforSustainabilityEnergyDataModel │ │ │ │ │ ├── Account.md │ │ │ │ │ ├── AgreementDetails.md │ │ │ │ │ ├── EnergyContract.md │ │ │ │ │ ├── EnergyContractType.md │ │ │ │ │ ├── EnergySource.md │ │ │ │ │ ├── GeneratedEnergy.md │ │ │ │ │ ├── PurchasedEnergy.md │ │ │ │ │ ├── RenewableEnergyCertificate.md │ │ │ │ │ ├── UtilityType.md │ │ │ │ │ └── overview.md │ │ │ │ ├── CloudforSustainabilitySharedDataModel │ │ │ │ │ ├── Account.md │ │ │ │ │ ├── AccountingMethod.md │ │ │ │ │ ├── AlternateResultBasis.md │ │ │ │ │ ├── Contact.md │ │ │ │ │ ├── CountryRegion.md │ │ │ │ │ ├── CountryRegionMapping.md │ │ │ │ │ ├── CustomDimensionMetadata.md │ │ │ │ │ ├── DataSourceType.md │ │ │ │ │ ├── DeprecatedProductIdentifier.md │ │ │ │ │ ├── EmissionFactor.md │ │ │ │ │ ├── EnergyProviderType.md │ │ │ │ │ ├── EstimationFactor.md │ │ │ │ │ ├── Facility.md │ │ │ │ │ ├── FacilityCapacity.md │ │ │ │ │ ├── FacilityCapacityDimension.md │ │ │ │ │ ├── FacilityItemProduction.md │ │ │ │ │ ├── FacilityType.md │ │ │ │ │ ├── FacilityUsageDetail.md │ │ │ │ │ ├── FactorLibrary.md │ │ │ │ │ ├── FactorMapping.md │ │ │ │ │ ├── GeographicArea.md │ │ │ │ │ ├── GeographicAreaType.md │ │ │ │ │ ├── IndustrialProcessType.md │ │ │ │ │ ├── Industry.md │ │ │ │ │ ├── IndustryClassification.md │ │ │ │ │ ├── Material.md │ │ │ │ │ ├── Meter.md │ │ │ │ │ ├── MonthlyRevenue.md │ │ │ │ │ ├── OrganizationalHierarchy.md │ │ │ │ │ ├── OrganizationalProfile.md │ │ │ │ │ ├── OrganizationalUnit.md │ │ │ │ │ ├── ProductCategory.md │ │ │ │ │ ├── ProductSustainability.md │ │ │ │ │ ├── ReportingPeriod.md │ │ │ │ │ ├── ReportingYear.md │ │ │ │ │ ├── Subindustry.md │ │ │ │ │ ├── SustainabilityDataDefinition.md │ │ │ │ │ ├── SustainabilityDataDefinitionSubcategory.md │ │ │ │ │ ├── SustainabilityItemCategorySKU.md │ │ │ │ │ ├── SustainabilityItemPackaging.md │ │ │ │ │ ├── SustainabilityItemSKU.md │ │ │ │ │ ├── SustainabilityModule.md │ │ │ │ │ ├── Unit.md │ │ │ │ │ ├── UnitGroup.md │ │ │ │ │ ├── ValueChainPartner.md │ │ │ │ │ └── overview.md │ │ │ │ ├── CloudforSustainabilityWasteDataModel │ │ │ │ │ ├── CircularityDesignPrinciple.md │ │ │ │ │ ├── FacilityItemConsumption.md │ │ │ │ │ ├── ItemBillOfMaterials.md │ │ │ │ │ ├── ItemSustainableContent.md │ │ │ │ │ ├── WasteCharacteristicType.md │ │ │ │ │ ├── WasteQualityCharacteristic.md │ │ │ │ │ ├── WasteQualityTestResult.md │ │ │ │ │ ├── WasteQuantity.md │ │ │ │ │ ├── WasteTestMethod.md │ │ │ │ │ ├── WasteType.md │ │ │ │ │ └── overview.md │ │ │ │ ├── CloudforSustainabilityWaterDataModel │ │ │ │ │ ├── Facility.md │ │ │ │ │ ├── StoredWater.md │ │ │ │ │ ├── WaterBasin.md │ │ │ │ │ ├── WaterInstrument.md │ │ │ │ │ ├── WaterQualityAnalysis.md │ │ │ │ │ ├── WaterQualityCharacteristic.md │ │ │ │ │ ├── WaterQualityCharacteristicType.md │ │ │ │ │ ├── WaterQualityTestResult.md │ │ │ │ │ ├── WaterQuantity.md │ │ │ │ │ ├── WaterRiskIndex.md │ │ │ │ │ ├── WaterSample.md │ │ │ │ │ ├── WaterSampleDeprecated.md │ │ │ │ │ ├── WaterSource.md │ │ │ │ │ └── overview.md │ │ │ │ └── overview.md │ │ │ └── overview.md │ │ ├── operationsCommon │ │ │ ├── Common.md │ │ │ ├── DataEntityView.md │ │ │ ├── Entities │ │ │ │ ├── Commerce │ │ │ │ │ ├── CashManagement │ │ │ │ │ │ ├── RetailPosBatch2Entity.md │ │ │ │ │ │ ├── RetailPosBatchEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── ChannelManagement │ │ │ │ │ │ ├── BrickAndMortarStore │ │ │ │ │ │ │ ├── RetailButtonGridButtonsEntity.md │ │ │ │ │ │ │ ├── RetailButtonGridButtonsImagesDataSet.md │ │ │ │ │ │ │ ├── RetailButtonGridEntity.md │ │ │ │ │ │ │ ├── RetailButtonGridProductSearchDataSet.md │ │ │ │ │ │ │ ├── RetailChannelEmployeeAddressBookEntity.md │ │ │ │ │ │ │ ├── RetailChannelWorkerEntity.md │ │ │ │ │ │ │ ├── RetailClientBookCustomerEntity.md │ │ │ │ │ │ │ ├── RetailClientBookEntity.md │ │ │ │ │ │ │ ├── RetailDesignerTillLayoutButtonGridZone.md │ │ │ │ │ │ │ ├── RetailDesignerTillLayoutImageZone.md │ │ │ │ │ │ │ ├── RetailDesignerTillLayoutZone.md │ │ │ │ │ │ │ ├── RetailDesignerTillLayoutZoneReference.md │ │ │ │ │ │ │ ├── RetailDeviceEntity.md │ │ │ │ │ │ │ ├── RetailDeviceTypeEntity.md │ │ │ │ │ │ │ ├── RetailFiscalPrinterConfigTableEntity.md │ │ │ │ │ │ │ ├── RetailFiscalTransPaymentLineAdjustmentEntity.md │ │ │ │ │ │ │ ├── RetailFormLayoutEntity.md │ │ │ │ │ │ │ ├── RetailFunctionalityProfileEntity.md │ │ │ │ │ │ │ ├── RetailFunctionalityProfileFiscalIntegrationTechnicalProfileLineEntity.md │ │ │ │ │ │ │ ├── RetailImagesEntity.md │ │ │ │ │ │ │ ├── RetailItemLabelEntity.md │ │ │ │ │ │ │ ├── RetailItemLabelSetupEntity.md │ │ │ │ │ │ │ ├── RetailJobPosPermissionGroupEntity.md │ │ │ │ │ │ │ ├── RetailKeyboardMappingCodeEntity.md │ │ │ │ │ │ │ ├── RetailKeyboardMappingGroupEntity.md │ │ │ │ │ │ │ ├── RetailLabelGenerationEntity.md │ │ │ │ │ │ │ ├── RetailPermissionEntity.md │ │ │ │ │ │ │ ├── RetailPosPermissionGroupEntity.md │ │ │ │ │ │ │ ├── RetailPosThemeEntity.md │ │ │ │ │ │ │ ├── RetailPositionNotificationSubscriptionsEntity.md │ │ │ │ │ │ │ ├── RetailPositionPosPermissionEntity.md │ │ │ │ │ │ │ ├── RetailReceiptMaskEntity.md │ │ │ │ │ │ │ ├── RetailReceiptProfileEntity.md │ │ │ │ │ │ │ ├── RetailReceiptProfileLineEntity.md │ │ │ │ │ │ │ ├── RetailStoreAddressBookEntity.md │ │ │ │ │ │ │ ├── RetailStoreCashDeclarationEntity.md │ │ │ │ │ │ │ ├── RetailStoreEntity.md │ │ │ │ │ │ │ ├── RetailStoreHardwareStationEntity.md │ │ │ │ │ │ │ ├── RetailStoreHoursChannelEntity.md │ │ │ │ │ │ │ ├── RetailStoreHoursRangeEntity.md │ │ │ │ │ │ │ ├── RetailStoreHoursTemplateEntity.md │ │ │ │ │ │ │ ├── RetailStoreLocatorGroupEntity.md │ │ │ │ │ │ │ ├── RetailStoreLocatorGroupMemberEntity.md │ │ │ │ │ │ │ ├── RetailStoreLocatorGroupOwnerEntity.md │ │ │ │ │ │ │ ├── RetailSupportedCountryRegionEntity.md │ │ │ │ │ │ │ ├── RetailTerminalCustomFieldEntity.md │ │ │ │ │ │ │ ├── RetailTerminalEntity.md │ │ │ │ │ │ │ ├── RetailTillLayoutButtonGridZoneEntity.md │ │ │ │ │ │ │ ├── RetailTillLayoutConfigurationEntity.md │ │ │ │ │ │ │ ├── RetailTillLayoutEntity.md │ │ │ │ │ │ │ ├── RetailTillLayoutImageZoneEntity.md │ │ │ │ │ │ │ ├── RetailTillLayoutImagesEntity.md │ │ │ │ │ │ │ ├── RetailTillLayoutReportZoneEntity.md │ │ │ │ │ │ │ ├── RetailTillLayoutSizeEntity.md │ │ │ │ │ │ │ ├── RetailTillLayoutStaffEntity.md │ │ │ │ │ │ │ ├── RetailTillLayoutStoreEntity.md │ │ │ │ │ │ │ ├── RetailTillLayoutZoneEntity.md │ │ │ │ │ │ │ ├── RetailVisualProfileEntity.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── CallCenter │ │ │ │ │ │ │ ├── RetailCallCenterEntity.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── OnlineStore │ │ │ │ │ │ │ ├── RetailOnlineChannelEntity.md │ │ │ │ │ │ │ ├── RetailOnlineChannelLanguageEntity.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── RetailCDXDataStoreChannelEntity.md │ │ │ │ │ │ ├── RetailChannelAttributeGroupEntity.md │ │ │ │ │ │ ├── RetailChannelAttributeValueEntity.md │ │ │ │ │ │ ├── RetailChannelCategoryAttributeEntity.md │ │ │ │ │ │ ├── RetailChannelCurrencyEntity.md │ │ │ │ │ │ ├── RetailChannelCustomerAddressBookEntity.md │ │ │ │ │ │ ├── RetailChannelEntity.md │ │ │ │ │ │ ├── RetailChannelPriceGroupEntity.md │ │ │ │ │ │ ├── RetailDefaultReportingHierarchyOrganizationEntity.md │ │ │ │ │ │ ├── RetailInternalOrgCatHierarchyCollapsedEntity.md │ │ │ │ │ │ ├── RetailInternalOrganizationAttributeGroupEntity.md │ │ │ │ │ │ ├── RetailInternalOrganizationEntity.md │ │ │ │ │ │ ├── RetailInternalOrganizationProductAttributeMetadataEntity.md │ │ │ │ │ │ ├── RetailInternalOrganizationProductAttributeValue2Entity.md │ │ │ │ │ │ ├── RetailInternalOrganizationProductAttributeValueEntity.md │ │ │ │ │ │ ├── RetailInternalOrganizationProductEntity.md │ │ │ │ │ │ ├── RetailLanguageTextEntity.md │ │ │ │ │ │ ├── RetailOfflineProfileEntity.md │ │ │ │ │ │ ├── RetailOperationsEntity.md │ │ │ │ │ │ ├── RetailPosSeedDataEntity.md │ │ │ │ │ │ ├── RetailSharedFacebookParameterEntity.md │ │ │ │ │ │ ├── RetailSharedParameterEntity.md │ │ │ │ │ │ ├── RetailSharedTwitterParameterEntity.md │ │ │ │ │ │ ├── RetailTransactionServiceProfileEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── CommerceCustomers │ │ │ │ │ │ ├── RetailAffiliationEntity.md │ │ │ │ │ │ ├── RetailAffiliationPriceGroupEntity.md │ │ │ │ │ │ ├── RetailAffiliationTranslationEntity.md │ │ │ │ │ │ ├── RetailCustomerAffiliationEntity.md │ │ │ │ │ │ ├── RetailCustomerSearchFieldEntity.md │ │ │ │ │ │ ├── RetailCustomerSearchFieldTranslationEntity.md │ │ │ │ │ │ ├── RetailDirAddressBookPartyEntity.md │ │ │ │ │ │ ├── RetailExternalIdToCustomerMapEntity.md │ │ │ │ │ │ ├── RetailLoyaltyCardEntity.md │ │ │ │ │ │ ├── RetailLoyaltyCardRewardPointNonTransactionalActivityEntity.md │ │ │ │ │ │ ├── RetailLoyaltyCardRewardPointTransactionEntity.md │ │ │ │ │ │ ├── RetailLoyaltyCardTierEntity.md │ │ │ │ │ │ ├── RetailLoyaltyEarnSchemeLineEntity.md │ │ │ │ │ │ ├── RetailLoyaltyEntity.md │ │ │ │ │ │ ├── RetailLoyaltyOtherActivityTypeEntity.md │ │ │ │ │ │ ├── RetailLoyaltyPriceGroupEntity.md │ │ │ │ │ │ ├── RetailLoyaltyProgramTranslationEntity.md │ │ │ │ │ │ ├── RetailLoyaltyRedeemSchemeLineEntity.md │ │ │ │ │ │ ├── RetailLoyaltyRewardPointEntity.md │ │ │ │ │ │ ├── RetailLoyaltyRewardPointTranslationEntity.md │ │ │ │ │ │ ├── RetailLoyaltySchemeChannelEntity.md │ │ │ │ │ │ ├── RetailLoyaltySchemeEntity.md │ │ │ │ │ │ ├── RetailLoyaltySchemeExcludedAffiliationEntity.md │ │ │ │ │ │ ├── RetailLoyaltyTierEntity.md │ │ │ │ │ │ ├── RetailLoyaltyTierPriceGroupEntity.md │ │ │ │ │ │ ├── RetailLoyaltyTierRuleEntity.md │ │ │ │ │ │ ├── RetailLoyaltyTierTranslationEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── CommerceEmployees │ │ │ │ │ │ ├── MCRChannelUserEntity.md │ │ │ │ │ │ ├── RetailStaffEntity.md │ │ │ │ │ │ ├── RetailStaffPermissionGroupEntity.md │ │ │ │ │ │ ├── RetailStoreWorkShiftEntity.md │ │ │ │ │ │ ├── RetailStoreWorkShiftTran2Entity.md │ │ │ │ │ │ ├── RetailStoreWorkShiftTranEntity.md │ │ │ │ │ │ ├── RetailTrialSystemSecurityUserRoleAssociationEntity.md │ │ │ │ │ │ ├── RetailTrialUser.md │ │ │ │ │ │ ├── RetailUserStoreEntity.md │ │ │ │ │ │ ├── RetailWorkerClientBookEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── CommerceMiscellaneous │ │ │ │ │ │ ├── RetailBarcodeMaskCharacterEntity.md │ │ │ │ │ │ ├── RetailBarcodeMaskEntity.md │ │ │ │ │ │ ├── RetailBarcodeMaskSegmentEntity.md │ │ │ │ │ │ ├── RetailSharedBingParameterEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── InventoryAndAdvancedWarehouse │ │ │ │ │ │ ├── RetailBuyersPushEntity.md │ │ │ │ │ │ ├── RetailBuyersPushLineEntity.md │ │ │ │ │ │ ├── RetailBuyersPushLineQuantityEntity.md │ │ │ │ │ │ ├── RetailCrossDockEntity.md │ │ │ │ │ │ ├── RetailCrossDockLineEntity.md │ │ │ │ │ │ ├── RetailCrossDockLineQuantityEntity.md │ │ │ │ │ │ ├── RetailInventItemBarcodeEntity.md │ │ │ │ │ │ ├── RetailInventItemLabelReportSetupEntity.md │ │ │ │ │ │ ├── RetailInventoryItemSectionLocationEntity.md │ │ │ │ │ │ ├── RetailInventoryLinkedItemEntity.md │ │ │ │ │ │ ├── RetailReplenishmentRuleEntity.md │ │ │ │ │ │ ├── RetailReplenishmentRuleLineV2Entity.md │ │ │ │ │ │ ├── RetailStoreSection2Entity.md │ │ │ │ │ │ ├── RetailStoreSectionEntity.md │ │ │ │ │ │ ├── RetailStoreShelfEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── Merchandising │ │ │ │ │ │ ├── BarcodeSetupEntity.md │ │ │ │ │ │ ├── DimAttributeRetailChannelEntity.md │ │ │ │ │ │ ├── DimAttributeRetailStoreEntity.md │ │ │ │ │ │ ├── DimAttributeRetailTerminalEntity.md │ │ │ │ │ │ ├── EcoResProductNumberIdentifiedBarcodeEntity.md │ │ │ │ │ │ ├── MCRCatalogRequestEntity.md │ │ │ │ │ │ ├── MCRSourceCodeEntity.md │ │ │ │ │ │ ├── MCRUpSellCrossSellVariableEntity.md │ │ │ │ │ │ ├── RetailAssortmentChannelLineEntity.md │ │ │ │ │ │ ├── RetailAssortmentEntity.md │ │ │ │ │ │ ├── RetailAssortmentLookupChannelGroupEntity.md │ │ │ │ │ │ ├── RetailAssortmentProductLineEntity.md │ │ │ │ │ │ ├── RetailAttributeMetadataEntity.md │ │ │ │ │ │ ├── RetailAttributesGlobalLookupEntity.md │ │ │ │ │ │ ├── RetailAttributesLegalEntityLookupEntity.md │ │ │ │ │ │ ├── RetailCatalogEntity.md │ │ │ │ │ │ ├── RetailCatalogInternalOrganizationEntity.md │ │ │ │ │ │ ├── RetailCatalogInternalOrganizationProductAttributeValue2Entity.md │ │ │ │ │ │ ├── RetailCatalogInternalOrganizationProductAttributeValueEntity.md │ │ │ │ │ │ ├── RetailCatalogPriceGroupEntity.md │ │ │ │ │ │ ├── RetailCatalogProductAttributeValueEntity.md │ │ │ │ │ │ ├── RetailCatalogProductCategoryEntity.md │ │ │ │ │ │ ├── RetailCatalogProductEntity.md │ │ │ │ │ │ ├── RetailCatalogTranslationEntity.md │ │ │ │ │ │ ├── RetailCategoryPriceRuleEntity.md │ │ │ │ │ │ ├── RetailCategoryPriceRuleGroupEntity.md │ │ │ │ │ │ ├── RetailCouponCodeEntity.md │ │ │ │ │ │ ├── RetailCouponEntity.md │ │ │ │ │ │ ├── RetailCouponUsageEntity.md │ │ │ │ │ │ ├── RetailCreditMemoEntity.md │ │ │ │ │ │ ├── RetailDefaultAssortmentOrganizationEntity.md │ │ │ │ │ │ ├── RetailDesignerCustomerAttributeTranslationEntity.md │ │ │ │ │ │ ├── RetailDiscountEntity.md │ │ │ │ │ │ ├── RetailDiscountFiscalTextEntity.md │ │ │ │ │ │ ├── RetailDiscountLineEntity.md │ │ │ │ │ │ ├── RetailDiscountMultibuyTierEntity.md │ │ │ │ │ │ ├── RetailDiscountPriceGroupEntity.md │ │ │ │ │ │ ├── RetailDiscountThresholdTierEntity.md │ │ │ │ │ │ ├── RetailDiscountValidationPeriodEntity.md │ │ │ │ │ │ ├── RetailDlvModeChannelExplodedEntity.md │ │ │ │ │ │ ├── RetailEcoResCategoryEntity.md │ │ │ │ │ │ ├── RetailEcoResCategoryHierarchyEntity.md │ │ │ │ │ │ ├── RetailEcoResCategoryHierarchyRoleEntity.md │ │ │ │ │ │ ├── RetailEcoResCategoryTranslationEntity.md │ │ │ │ │ │ ├── RetailEcoResProductEntity.md │ │ │ │ │ │ ├── RetailEcoResProductTranslationEntity.md │ │ │ │ │ │ ├── RetailInventTableEntity.md │ │ │ │ │ │ ├── RetailKitComponentEntity.md │ │ │ │ │ │ ├── RetailKitComponentSubstituteEntity.md │ │ │ │ │ │ ├── RetailKitEntity.md │ │ │ │ │ │ ├── RetailKitOrderEntity.md │ │ │ │ │ │ ├── RetailKitOrderJournalEntity.md │ │ │ │ │ │ ├── RetailKitReleasedComponentEntity.md │ │ │ │ │ │ ├── RetailKitReleasedSubstituteEntity.md │ │ │ │ │ │ ├── RetailKitVariantComponentEntity.md │ │ │ │ │ │ ├── RetailMediaAndMasterRelationEntity.md │ │ │ │ │ │ ├── RetailMediaProductRelationEntity.md │ │ │ │ │ │ ├── RetailMediaResourcesEntity.md │ │ │ │ │ │ ├── RetailMixAndMatchLineGroupSetupEntity.md │ │ │ │ │ │ ├── RetailMixAndMatchLineGroupsEntity.md │ │ │ │ │ │ ├── RetailPackageEntity.md │ │ │ │ │ │ ├── RetailPackageLinesEntity.md │ │ │ │ │ │ ├── RetailPackagePurchaseEntity.md │ │ │ │ │ │ ├── RetailPeriodCodeEntity.md │ │ │ │ │ │ ├── RetailPricingPriorityEntity.md │ │ │ │ │ │ ├── RetailProdAttribIntOrgMetadataCollapsedEntity.md │ │ │ │ │ │ ├── RetailProductHierarchyCategoryEntity.md │ │ │ │ │ │ ├── RetailProductRatingEntity.md │ │ │ │ │ │ ├── RetailRatingsAndReviewsConnectorEntity.md │ │ │ │ │ │ ├── RetailRecoListEntity.md │ │ │ │ │ │ ├── RetailReturnReasoncodePolicyLineEntity.md │ │ │ │ │ │ ├── RetailSalesPricePointEntity.md │ │ │ │ │ │ ├── RetailServiceCategoryEntity.md │ │ │ │ │ │ ├── RetailSpecialCategoryMemberEntity.md │ │ │ │ │ │ ├── RetailTenderDiscountEntity.md │ │ │ │ │ │ ├── RetailTenderDiscountPriceGroupEntity.md │ │ │ │ │ │ ├── RetailTenderDiscountThresholdTiersEntity.md │ │ │ │ │ │ ├── RetailTmpBulkProductAttributeValueEntity.md │ │ │ │ │ │ ├── RetailTmpCatalogMediaEntity.md │ │ │ │ │ │ ├── RetailTmpCatalogProductMediaEntity.md │ │ │ │ │ │ ├── RetailTmpCategoryMediaEntity.md │ │ │ │ │ │ ├── RetailTmpChannelProductMediaEntity.md │ │ │ │ │ │ ├── RetailTmpCustomerMediaEntity.md │ │ │ │ │ │ ├── RetailTmpProductMediaEntity.md │ │ │ │ │ │ ├── RetailTmpWorkerMediaEntity.md │ │ │ │ │ │ ├── RetailWarrantyApplicableChannelEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── Payments │ │ │ │ │ │ ├── RetailChannelPaymentConnectorLineEntity.md │ │ │ │ │ │ ├── RetailFiscalIntegrationConnectorTableEntity.md │ │ │ │ │ │ ├── RetailGiftCardEntity.md │ │ │ │ │ │ ├── RetailHardwareProfileEntity.md │ │ │ │ │ │ ├── RetailHardwareProfileFiscalIntegrationTechnicalProfileLineEntity.md │ │ │ │ │ │ ├── RetailHardwareProfileMerchantInfoEntity.md │ │ │ │ │ │ ├── RetailHardwareStationEntity.md │ │ │ │ │ │ ├── RetailReconcilePaymentEntity.md │ │ │ │ │ │ ├── RetailStoreTenderTypeCardEntity.md │ │ │ │ │ │ ├── RetailStoreTenderTypeEntity.md │ │ │ │ │ │ ├── RetailStoreTenderTypeTableEntity.md │ │ │ │ │ │ ├── RetailTenderTypeCardEntity.md │ │ │ │ │ │ ├── RetailTenderTypeCardNumberEntity.md │ │ │ │ │ │ ├── RetailTenderTypeEntity.md │ │ │ │ │ │ ├── TAMPaymentDeductionTypeEntity.md │ │ │ │ │ │ ├── TAMPaymentDeductionWriteOffReasonCodeEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── TransactionsAndOrders │ │ │ │ │ │ ├── ChargeOverrideHistoryEntity.md │ │ │ │ │ │ ├── MCRExpediteCodeEntity.md │ │ │ │ │ │ ├── MCRReqPlanContinuityEntity.md │ │ │ │ │ │ ├── MCRScriptEntity.md │ │ │ │ │ │ ├── RetailDeliveryModeAddressLineEntity.md │ │ │ │ │ │ ├── RetailDeliveryModeChannelLineEntity.md │ │ │ │ │ │ ├── RetailDeliveryModeEntity.md │ │ │ │ │ │ ├── RetailEventNotificationProfileEntity.md │ │ │ │ │ │ ├── RetailEventNotificationSettingEntity.md │ │ │ │ │ │ ├── RetailIncomeExpenseAccountEntity.md │ │ │ │ │ │ ├── RetailInfoCodeFiscalTextEntity.md │ │ │ │ │ │ ├── RetailInfocodeAssociationEntity.md │ │ │ │ │ │ ├── RetailInfocodeCategorySpecificEntity.md │ │ │ │ │ │ ├── RetailInfocodeEntity.md │ │ │ │ │ │ ├── RetailInfocodeGroupEntity.md │ │ │ │ │ │ ├── RetailInfocodeGroupMemberEntity.md │ │ │ │ │ │ ├── RetailInfocodeLineEntity.md │ │ │ │ │ │ ├── RetailInfocodeTranslationEntity.md │ │ │ │ │ │ ├── RetailInformationSubcodeEntity.md │ │ │ │ │ │ ├── RetailInformationSubcodeTranslationEntity.md │ │ │ │ │ │ ├── RetailMarkupAutoChannelLineEntity.md │ │ │ │ │ │ ├── RetailNotificationSubscriptionsEntity.md │ │ │ │ │ │ ├── RetailParameterEntity.md │ │ │ │ │ │ ├── RetailReturnInfocodePolicyLineEntity.md │ │ │ │ │ │ ├── RetailReturnPolicyChannelEntity.md │ │ │ │ │ │ ├── RetailReturnPolicyChannelPaymentMappingEntity.md │ │ │ │ │ │ ├── RetailReturnPolicyEntity.md │ │ │ │ │ │ ├── RetailReturnPolicyLineEntity.md │ │ │ │ │ │ ├── RetailRoundingMethodEntity.md │ │ │ │ │ │ ├── RetailRoundingMethodGroupEntity.md │ │ │ │ │ │ ├── RetailSalesPricePointGroupEntity.md │ │ │ │ │ │ ├── RetailSalesTaxOverrideEntity.md │ │ │ │ │ │ ├── RetailSalesTaxOverrideGroupEntity.md │ │ │ │ │ │ ├── RetailSalesTaxOverrideGroupMemberEntity.md │ │ │ │ │ │ ├── RetailSeasonEntity.md │ │ │ │ │ │ ├── RetailStoreSafeEntity.md │ │ │ │ │ │ ├── RetailTransactionAddressLineEntity.md │ │ │ │ │ │ ├── RetailTransactionAffiliationLineEntity.md │ │ │ │ │ │ ├── RetailTransactionAttributeEntity.md │ │ │ │ │ │ ├── RetailTransactionBankedTenderTransEntity.md │ │ │ │ │ │ ├── RetailTransactionCashManagementTransEntity.md │ │ │ │ │ │ ├── RetailTransactionChargeTaxTransEntity.md │ │ │ │ │ │ ├── RetailTransactionDiscountLineEntity.md │ │ │ │ │ │ ├── RetailTransactionEntity.md │ │ │ │ │ │ ├── RetailTransactionFiscalCustomerEntity.md │ │ │ │ │ │ ├── RetailTransactionFiscalTransEntity.md │ │ │ │ │ │ ├── RetailTransactionGTETaxLineEntity.md │ │ │ │ │ │ ├── RetailTransactionIncomeExpenseLineEntity.md │ │ │ │ │ │ ├── RetailTransactionInfoCodeLineEntity.md │ │ │ │ │ │ ├── RetailTransactionLoyaltyLineEntity.md │ │ │ │ │ │ ├── RetailTransactionLoyaltyRewardPointsLineEntity.md │ │ │ │ │ │ ├── RetailTransactionMarkupLineEntity.md │ │ │ │ │ │ ├── RetailTransactionSafeTenderTransEntity.md │ │ │ │ │ │ ├── RetailTransactionSalesLineV2Entity.md │ │ │ │ │ │ ├── RetailTransactionTaxMeasureEntity.md │ │ │ │ │ │ ├── RetailWorkShiftSetup2Entity.md │ │ │ │ │ │ ├── RetailWorkShiftSetupEntity.md │ │ │ │ │ │ ├── RetailXZReportEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ └── overview.md │ │ │ │ ├── Common │ │ │ │ │ ├── Currency │ │ │ │ │ │ ├── ExchangeRateCDSEntity.md │ │ │ │ │ │ ├── ExchangeRateCurrencyPairCalculationRulesEntity.md │ │ │ │ │ │ ├── ExchangeRateCurrencyPairEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── Customer │ │ │ │ │ │ ├── CustTableChangeProposalFieldEnablementEntity.md │ │ │ │ │ │ ├── DimAttributeCustGroupEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── EMPAShared │ │ │ │ │ │ ├── SharedCategoryEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── GAB │ │ │ │ │ │ ├── BranchEntity.md │ │ │ │ │ │ ├── CompanyInfoEntity.md │ │ │ │ │ │ ├── DirAddressBooksEntity.md │ │ │ │ │ │ ├── DirExternalRoleEntity.md │ │ │ │ │ │ ├── DirNameAffixEntity.md │ │ │ │ │ │ ├── DirNameSequenceEntity.md │ │ │ │ │ │ ├── DirParametersEntity.md │ │ │ │ │ │ ├── DirPartyBaseEntity.md │ │ │ │ │ │ ├── DirPartyContactEntity.md │ │ │ │ │ │ ├── DirPartyLocationPostalAddressHistoricalEntity.md │ │ │ │ │ │ ├── DirPartyLocationPostalAddressV2Entity.md │ │ │ │ │ │ ├── DirPartyRelationshipEntity.md │ │ │ │ │ │ ├── DirPartyV2Entity.md │ │ │ │ │ │ ├── DirPersonBaseEntity.md │ │ │ │ │ │ ├── DirPersonEntity.md │ │ │ │ │ │ ├── DirPersonNameHistoricalEntity.md │ │ │ │ │ │ ├── DirPersonUserEntity.md │ │ │ │ │ │ ├── DirRelationshipTypeEntity.md │ │ │ │ │ │ ├── FIASOperationStatusesEntity.md │ │ │ │ │ │ ├── FiasAddressObjectEntity.md │ │ │ │ │ │ ├── FiasEstateStatusEntity.md │ │ │ │ │ │ ├── FiasFlatTypeEntity.md │ │ │ │ │ │ ├── FiasHouseEntity.md │ │ │ │ │ │ ├── FiasRoomEntity.md │ │ │ │ │ │ ├── FiasSteadEntity.md │ │ │ │ │ │ ├── FiasStructureStatusEntity.md │ │ │ │ │ │ ├── LegalRepresentativeContactEntity.md │ │ │ │ │ │ ├── LegalRepresentativeEntity.md │ │ │ │ │ │ ├── LogisticsAddressCityEntity.md │ │ │ │ │ │ ├── LogisticsAddressCountryRegionEntity.md │ │ │ │ │ │ ├── LogisticsAddressCountryRegionTranslationEntity.md │ │ │ │ │ │ ├── LogisticsAddressCountyEntity.md │ │ │ │ │ │ ├── LogisticsAddressDistrictV2Entity.md │ │ │ │ │ │ ├── LogisticsAddressEnterpriseZipCodeJapanEntity.md │ │ │ │ │ │ ├── LogisticsAddressFiasGuidCodesEntity.md │ │ │ │ │ │ ├── LogisticsAddressFormatEntity.md │ │ │ │ │ │ ├── LogisticsAddressFormatLinesEntity.md │ │ │ │ │ │ ├── LogisticsAddressParametersEntity.md │ │ │ │ │ │ ├── LogisticsAddressPostalCodeV3Entity.md │ │ │ │ │ │ ├── LogisticsAddressStateEntity.md │ │ │ │ │ │ ├── LogisticsAddressStreetEntity.md │ │ │ │ │ │ ├── LogisticsAddressZipcodeChinaEntity.md │ │ │ │ │ │ ├── LogisticsAddressZipcodeJapanEntity.md │ │ │ │ │ │ ├── LogisticsAddressZipcodeJapanV2Entity.md │ │ │ │ │ │ ├── LogisticsLocationRoleEntity.md │ │ │ │ │ │ ├── LogisticsPostalAddressBaseEntity.md │ │ │ │ │ │ ├── LogisticsPostalAddressElectronicContactEntity.md │ │ │ │ │ │ ├── OMBusinessUnitEntity.md │ │ │ │ │ │ ├── OMCostCenterEntity.md │ │ │ │ │ │ ├── OMDepartmentEntity.md │ │ │ │ │ │ ├── OMLegalEntity.md │ │ │ │ │ │ ├── OMOperatingUnitContactEntity.md │ │ │ │ │ │ ├── OMOperatingUnitEntity.md │ │ │ │ │ │ ├── OMOrganizationHierarchyPublishedAndDraftV2Entity.md │ │ │ │ │ │ ├── OMOrganizationHierarchyPublishedV2Entity.md │ │ │ │ │ │ ├── OMOrganizationHierarchyPurposeEntity.md │ │ │ │ │ │ ├── OMOrganizationHierarchyTypeEntity.md │ │ │ │ │ │ ├── OMOrganizationHierarchyV2Entity.md │ │ │ │ │ │ ├── OMTeamMemberV2Entity.md │ │ │ │ │ │ ├── OMTeamTypeEntity.md │ │ │ │ │ │ ├── OMTeamV2Entity.md │ │ │ │ │ │ ├── OmLegalEntityContactEntity.md │ │ │ │ │ │ ├── SystemSecurityUserRoleOrganizationEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ └── overview.md │ │ │ │ ├── Finance │ │ │ │ │ ├── APARShared │ │ │ │ │ │ ├── AgingPeriodDefinitionEntity.md │ │ │ │ │ │ ├── BankReturnFormatErrorCodesEntity.md │ │ │ │ │ │ ├── CashDiscountEntity.md │ │ │ │ │ │ ├── DeliveryTermsEntity.md │ │ │ │ │ │ ├── DlvChargeDeliveryGroupEntity.md │ │ │ │ │ │ ├── DlvDeliveryModeEntity.md │ │ │ │ │ │ ├── ElectronicPaymentRemittanceOccurrenceCodeEntity.md │ │ │ │ │ │ ├── ElectronicPaymentReturnOccurrenceCodeEntity.md │ │ │ │ │ │ ├── ElectronicPaymentSegmentEntity.md │ │ │ │ │ │ ├── ElectronicPaymentTypeEntity.md │ │ │ │ │ │ ├── ElectronicPaymentWayEntity.md │ │ │ │ │ │ ├── LineOfBusinessEntity.md │ │ │ │ │ │ ├── MarkupChargesToleranceEntity.md │ │ │ │ │ │ ├── OperationTypeEntity.md │ │ │ │ │ │ ├── PaymDueDateLimitsEntity.md │ │ │ │ │ │ ├── PaymTransCodesEntity.md │ │ │ │ │ │ ├── PaymentCalendarEntity.md │ │ │ │ │ │ ├── PaymentCalendarExceptionEntity.md │ │ │ │ │ │ ├── PaymentCalendarRuleEntity.md │ │ │ │ │ │ ├── PaymentDayCdsEntity.md │ │ │ │ │ │ ├── PaymentDayEntity.md │ │ │ │ │ │ ├── PaymentFormatCodeEntity.md │ │ │ │ │ │ ├── PaymentInstructionEntity.md │ │ │ │ │ │ ├── PaymentScheduleEntity.md │ │ │ │ │ │ ├── PaymentScheduleLineEntity.md │ │ │ │ │ │ ├── PaymentSurveyCodeEntity.md │ │ │ │ │ │ ├── PaymentTermEntity.md │ │ │ │ │ │ ├── TNVEDCodesEntity.md │ │ │ │ │ │ ├── TaxDocumentEntity.md │ │ │ │ │ │ ├── WarrantiedRelationSalesLineEntity.md │ │ │ │ │ │ ├── WarrantyPolicyEntity.md │ │ │ │ │ │ ├── WorkTypeTableEntity.md │ │ │ │ │ │ ├── overview.md │ │ │ │ │ │ ├── smmBusinessSegmentEntity.md │ │ │ │ │ │ └── smmBusinessSubsegmentEntity.md │ │ │ │ │ ├── AccountsPayable │ │ │ │ │ │ ├── BankVendPaymModeBankAccountsEntity.md │ │ │ │ │ │ ├── CustomChequeLayoutEntity.md │ │ │ │ │ │ ├── PSNPurchasingCardVendTransEntity.md │ │ │ │ │ │ ├── VendAdvancedInvoiceEntity.md │ │ │ │ │ │ ├── VendConsInvoiceEntity.md │ │ │ │ │ │ ├── VendCorrectionNoteEntity.md │ │ │ │ │ │ ├── VendFormletterVendorInvoiceFormPrintingConfigurationEntity.md │ │ │ │ │ │ ├── VendInvoiceJournalHeaderEntity.md │ │ │ │ │ │ ├── VendInvoiceJournalLineEntity.md │ │ │ │ │ │ ├── VendInvoicePolicyRuleTypeEntity.md │ │ │ │ │ │ ├── VendInvoicePriceToleranceEntity.md │ │ │ │ │ │ ├── VendInvoiceRegisterHeaderEntity.md │ │ │ │ │ │ ├── VendInvoiceRegisterLineEntity.md │ │ │ │ │ │ ├── VendInvoiceRegisterLineV2Entity.md │ │ │ │ │ │ ├── VendPaymentBIAccountingToSystemExchRate.md │ │ │ │ │ │ ├── VendPaymentBIInvoice.md │ │ │ │ │ │ ├── VendPaymentBIInvoicesDue.md │ │ │ │ │ │ ├── VendPaymentBIInvoicesPaid.md │ │ │ │ │ │ ├── VendPaymentBIPaymentsInWorkflow.md │ │ │ │ │ │ ├── VendPaymentBITransactionToAccountingExchRate.md │ │ │ │ │ │ ├── VendPaymentBIUtilizedCashDisc.md │ │ │ │ │ │ ├── VendPaymentBIVendTable.md │ │ │ │ │ │ ├── VendPaymentBIVendTableV2.md │ │ │ │ │ │ ├── VendPaymentBIVendTrans.md │ │ │ │ │ │ ├── VendPaymentBIVendTransOpen.md │ │ │ │ │ │ ├── VendPaymentBIVendorCustomerBalanceEntity.md │ │ │ │ │ │ ├── VendPaymentBIVendorCustomerBalanceEntityV2.md │ │ │ │ │ │ ├── VendQRBillIntegrationEntity.md │ │ │ │ │ │ ├── VendSettlementTax1099Entity.md │ │ │ │ │ │ ├── VendVendorBankAccountEntity.md │ │ │ │ │ │ ├── VendVendorInvoiceDeclarationEntity.md │ │ │ │ │ │ ├── VendVendorParametersEntity.md │ │ │ │ │ │ ├── VendVendorPaymFeeGroupEntity.md │ │ │ │ │ │ ├── VendVendorPostalAddressEntity.md │ │ │ │ │ │ ├── VendorExceptionGroupEntity.md │ │ │ │ │ │ ├── VendorFiscalDocTextReferencedProcessEntity.md │ │ │ │ │ │ ├── VendorFormSetupEntity.md │ │ │ │ │ │ ├── VendorInvoiceDocumentAttachmentEntity.md │ │ │ │ │ │ ├── VendorInvoiceHeaderEntity.md │ │ │ │ │ │ ├── VendorInvoiceLineEntity.md │ │ │ │ │ │ ├── VendorInvoiceSubLineEntity.md │ │ │ │ │ │ ├── VendorPaymentFeeEntity.md │ │ │ │ │ │ ├── VendorPaymentFormatEntity.md │ │ │ │ │ │ ├── VendorPaymentJournalFeeEntity.md │ │ │ │ │ │ ├── VendorPaymentJournalHeaderEntity.md │ │ │ │ │ │ ├── VendorPaymentJournalLineEntity.md │ │ │ │ │ │ ├── VendorPaymentJournalLineSettledInvoiceEntity.md │ │ │ │ │ │ ├── VendorPaymentMethodEntity.md │ │ │ │ │ │ ├── VendorPaymentMethodSpecificationEntity.md │ │ │ │ │ │ ├── VendorPostingProfileHeaderEntity.md │ │ │ │ │ │ ├── VendorPostingProfileLineEntity.md │ │ │ │ │ │ ├── VendorPriceToleranceGroupEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── AccountsReceivable │ │ │ │ │ │ ├── BankCustPaymModeBankAccountsEntity.md │ │ │ │ │ │ ├── CancelFiscalDocumentEntity.md │ │ │ │ │ │ ├── CashRegisterFiscalTransCode_WEntity.md │ │ │ │ │ │ ├── CashRegisterFiscalTrans_WEntity.md │ │ │ │ │ │ ├── CollectionLetterCourseEntity.md │ │ │ │ │ │ ├── CommissionCalculationEntity.md │ │ │ │ │ │ ├── CommissionCustomerGroupEntity.md │ │ │ │ │ │ ├── CommissionProductGroupEntity.md │ │ │ │ │ │ ├── CredManAccountStatusEntity.md │ │ │ │ │ │ ├── CredManBlockExclusionRuleEntity.md │ │ │ │ │ │ ├── CredManBlockReasonEntity.md │ │ │ │ │ │ ├── CredManCashDiscRankEntity.md │ │ │ │ │ │ ├── CredManCreditLimitAdvancedEntity.md │ │ │ │ │ │ ├── CredManCreditLimitCustGroupEntity.md │ │ │ │ │ │ ├── CredManCreditLimitCustGroupLineEntity.md │ │ │ │ │ │ ├── CredManCreditLimitRuleEntity.md │ │ │ │ │ │ ├── CredManCreditLimitRuleLineEntity.md │ │ │ │ │ │ ├── CredManCustBalanceStatEntity.md │ │ │ │ │ │ ├── CredManCustGuaranteeInsuranceEntity.md │ │ │ │ │ │ ├── CredManCustRiskScoreEntity.md │ │ │ │ │ │ ├── CredManGroupEntity.md │ │ │ │ │ │ ├── CredManGuaranteeInsuranceTypeEntity.md │ │ │ │ │ │ ├── CredManInsuranceCoverageTypeEntity.md │ │ │ │ │ │ ├── CredManParametersEntity.md │ │ │ │ │ │ ├── CredManPaymTermRankEntity.md │ │ │ │ │ │ ├── CredManReasonTableEntity.md │ │ │ │ │ │ ├── CredManRiskGroupEntity.md │ │ │ │ │ │ ├── CredManRiskScoreGroupEntity.md │ │ │ │ │ │ ├── CredManRiskScoreGroupLineEntity.md │ │ │ │ │ │ ├── CredManStatusCheckSetupEntity.md │ │ │ │ │ │ ├── CustAdvancedInvoiceEntity.md │ │ │ │ │ │ ├── CustAdvancedInvoiceItemsEntity.md │ │ │ │ │ │ ├── CustAgingEntity.md │ │ │ │ │ │ ├── CustBillingClassificationCodeEntity.md │ │ │ │ │ │ ├── CustBillingClassificationEntity.md │ │ │ │ │ │ ├── CustBillingCodeAccountingDistributionEntity.md │ │ │ │ │ │ ├── CustBillingCodeCustomFieldEntity.md │ │ │ │ │ │ ├── CustBillingCodeRateEntity.md │ │ │ │ │ │ ├── CustBillingCodeVersionEntity.md │ │ │ │ │ │ ├── CustCollectionAgencyFeeEntity.md │ │ │ │ │ │ ├── CustCollectionAgencyGracePeriodSetupEntity.md │ │ │ │ │ │ ├── CustCollectionLetterCourseCdsEntity.md │ │ │ │ │ │ ├── CustCollectionsBIActivitiesAverageCloseTime.md │ │ │ │ │ │ ├── CustCollectionsBIActivitiesOpen.md │ │ │ │ │ │ ├── CustCollectionsBIAgedBalances.md │ │ │ │ │ │ ├── CustCollectionsBICaseAverageCloseTime.md │ │ │ │ │ │ ├── CustCollectionsBICasesOpen.md │ │ │ │ │ │ ├── CustCollectionsBICollectionLetter.md │ │ │ │ │ │ ├── CustCollectionsBICredit.md │ │ │ │ │ │ ├── CustCollectionsBICustOnHold.md │ │ │ │ │ │ ├── CustCollectionsBICustTable.md │ │ │ │ │ │ ├── CustCollectionsBICustTrans.md │ │ │ │ │ │ ├── CustCollectionsBIExpectedPayment.md │ │ │ │ │ │ ├── CustCollectionsBIInterestNotes.md │ │ │ │ │ │ ├── CustCollectionsBISalesOnHold.md │ │ │ │ │ │ ├── CustCollectionsBIWriteOff.md │ │ │ │ │ │ ├── CustCollectionsHistoryEntity.md │ │ │ │ │ │ ├── CustConsInvoiceEntity.md │ │ │ │ │ │ ├── CustCreditCardEntity.md │ │ │ │ │ │ ├── CustCustomFieldEntity.md │ │ │ │ │ │ ├── CustCustomerBaseEntity.md │ │ │ │ │ │ ├── CustCustomerDetailV2Entity.md │ │ │ │ │ │ ├── CustCustomerExternalCodeClassEntity.md │ │ │ │ │ │ ├── CustCustomerExternalCodeEntity.md │ │ │ │ │ │ ├── CustCustomerGroupEntity.md │ │ │ │ │ │ ├── CustCustomerPostingProfileHeaderEntity.md │ │ │ │ │ │ ├── CustCustomerPostingProfileLineEntity.md │ │ │ │ │ │ ├── CustCustomerStatisticsGroupEntity.md │ │ │ │ │ │ ├── CustCustomerV3Entity.md │ │ │ │ │ │ ├── CustDirectDebitMandateEntity.md │ │ │ │ │ │ ├── CustEInvoiceErrorCodeEntity.md │ │ │ │ │ │ ├── CustEinvoiceIntegrationTypeEntity.md │ │ │ │ │ │ ├── CustEntryCertificateJournalEntity.md │ │ │ │ │ │ ├── CustFormletterCustomerAccountStatementFormPrintingConfigurationEntity.md │ │ │ │ │ │ ├── CustFormletterCustomerCollectionLetterFormPrintingConfigurationEntity.md │ │ │ │ │ │ ├── CustFormletterCustomerFacingFormPrintingConfigurationEntity.md │ │ │ │ │ │ ├── CustFormletterCustomerFreeTextInvoiceFormPrintingConfigurationEntity.md │ │ │ │ │ │ ├── CustFormletterCustomerInterestNoteFormPrintingConfigurationEntity.md │ │ │ │ │ │ ├── CustIntentLetterEntity_IT.md │ │ │ │ │ │ ├── CustInterestCdsEntity.md │ │ │ │ │ │ ├── CustInterestCodeEntity.md │ │ │ │ │ │ ├── CustInterestCodeWithFeeEntity.md │ │ │ │ │ │ ├── CustInterestCodeWithRangeEntity.md │ │ │ │ │ │ ├── CustInvoiceJournalHeaderEntity.md │ │ │ │ │ │ ├── CustInvoiceJournalLineEntity.md │ │ │ │ │ │ ├── CustWriteOffFinancialReasonsSetupEntity.md │ │ │ │ │ │ ├── CustomerAttributeValueEntity.md │ │ │ │ │ │ ├── CustomerBankAccountEntity.md │ │ │ │ │ │ ├── CustomerFiscalDocTextReferencedProcessEntity.md │ │ │ │ │ │ ├── CustomerFiscalDocumentTextEntity.md │ │ │ │ │ │ ├── CustomerInvoiceOriginEntity.md │ │ │ │ │ │ ├── CustomerParametersEntity.md │ │ │ │ │ │ ├── CustomerPaymentFeeEntity.md │ │ │ │ │ │ ├── CustomerPaymentFormatEntity.md │ │ │ │ │ │ ├── CustomerPaymentJournalFeeEntity.md │ │ │ │ │ │ ├── CustomerPaymentJournalHeaderEntity.md │ │ │ │ │ │ ├── CustomerPaymentJournalLineEntity.md │ │ │ │ │ │ ├── CustomerPaymentJournalLineSettledInvoiceEntity.md │ │ │ │ │ │ ├── CustomerPaymentMethodEntity.md │ │ │ │ │ │ ├── CustomerPaymentMethodSpecificationEntity.md │ │ │ │ │ │ ├── CustomerPostalAddressEntity.md │ │ │ │ │ │ ├── EFDocAuthorityEntity.md │ │ │ │ │ │ ├── EFDocAuthorityStateEntity.md │ │ │ │ │ │ ├── EFDocAuthorityWebserviceEntity.md │ │ │ │ │ │ ├── EFDocReturnCodeEntity.md │ │ │ │ │ │ ├── EFDocSchemaEntity.md │ │ │ │ │ │ ├── EFDocumentReceivedXmlEntity.md │ │ │ │ │ │ ├── EInvoiceCFDIParametersEntity.md │ │ │ │ │ │ ├── EinvoicePACEntity.md │ │ │ │ │ │ ├── ElectronicPaymentDocumentTypeEntity.md │ │ │ │ │ │ ├── ElectronicPaymentInstructionEntity.md │ │ │ │ │ │ ├── FBContribCreditTypeEntity.md │ │ │ │ │ │ ├── FiscalBooksParametersPerStateEntity.md │ │ │ │ │ │ ├── FiscalDocSourceTextReferenceProcessEntity.md │ │ │ │ │ │ ├── FiscalDocumentHeaderEntity.md │ │ │ │ │ │ ├── FiscalDocumentHeaderTextEntity.md │ │ │ │ │ │ ├── FiscalDocumentHeaderTextReferencedProcessEntity.md │ │ │ │ │ │ ├── FiscalDocumentInstallmentEntity.md │ │ │ │ │ │ ├── FiscalDocumentLineEntity.md │ │ │ │ │ │ ├── FiscalDocumentLineTextEntity.md │ │ │ │ │ │ ├── FiscalDocumentLineTextReferencedProcessEntity.md │ │ │ │ │ │ ├── FiscalDocumentMiscChargeEntity.md │ │ │ │ │ │ ├── FiscalDocumentShipmentStatEntity.md │ │ │ │ │ │ ├── FiscalDocumentSourceTextEntity.md │ │ │ │ │ │ ├── FiscalDocumentTypeEntity.md │ │ │ │ │ │ ├── FiscalDocumentTypesForCustomersEntity.md │ │ │ │ │ │ ├── FiscalDocumentTypesForFiscalEstablishmentEntity.md │ │ │ │ │ │ ├── FiscalDocumentTypesForVendorsEntity.md │ │ │ │ │ │ ├── FiscalEstablishmentEntity.md │ │ │ │ │ │ ├── FiscalEstablishmentGroupEntity.md │ │ │ │ │ │ ├── FiscalOrganizationEntity.md │ │ │ │ │ │ ├── FiscalOrganizationFiscalEstablishmentEntity.md │ │ │ │ │ │ ├── FiscalOrganizationRelatedSCPEntity.md │ │ │ │ │ │ ├── FormLetterPrintedFormNoteEntity.md │ │ │ │ │ │ ├── FreeTextInvoiceEntity.md │ │ │ │ │ │ ├── FreeTextInvoiceHeaderCDSEntity.md │ │ │ │ │ │ ├── FreeTextInvoiceHeaderEntity.md │ │ │ │ │ │ ├── FreeTextInvoiceLineCDSEntity.md │ │ │ │ │ │ ├── FreeTextInvoiceLineEntity.md │ │ │ │ │ │ ├── InvoiceAutoNumberingGroupEntity.md │ │ │ │ │ │ ├── InvoiceAutoNumberingTableEntity.md │ │ │ │ │ │ ├── LedgerInvoiceIssueDueDateEntity.md │ │ │ │ │ │ ├── MCRContinuityCustomerPaymentEntity.md │ │ │ │ │ │ ├── MCRCouponCustomerEntity.md │ │ │ │ │ │ ├── MCRCustomerCreditPaymentEntity.md │ │ │ │ │ │ ├── MCRCustomerInvoicePaymentEntity.md │ │ │ │ │ │ ├── MCRInstallmentPlanCustomerPaymentEntity.md │ │ │ │ │ │ ├── MCRRefundCheckAuthorizationEntity.md │ │ │ │ │ │ ├── MCRRefundCheckSettlementEntity.md │ │ │ │ │ │ ├── MCRRefundMethodEntity.md │ │ │ │ │ │ ├── MCRSalesOrderCustomerPaymentEntity.md │ │ │ │ │ │ ├── ProductFiscalDocTextReferenceProcessEntity.md │ │ │ │ │ │ ├── ProductFiscalDocumentTextEntity.md │ │ │ │ │ │ ├── SalesExternallyMaintainedCustomerSalesInvoiceHeaderEntity.md │ │ │ │ │ │ ├── SalesExternallyMaintainedCustomerSalesInvoiceLineEntity.md │ │ │ │ │ │ ├── SalesInvoiceHeaderV2Entity.md │ │ │ │ │ │ ├── SalesInvoiceJournalHeaderEntity.md │ │ │ │ │ │ ├── SalesInvoiceLineV2Entity.md │ │ │ │ │ │ ├── TransportationTypeTableEntity.md │ │ │ │ │ │ ├── VehicleTypeTableEntity.md │ │ │ │ │ │ ├── VendorFiscalDocumentTextEntity.md │ │ │ │ │ │ ├── overview.md │ │ │ │ │ │ └── smmSalesDistrictEntity.md │ │ │ │ │ ├── Budgeting │ │ │ │ │ │ ├── BudgetAllocationTermEntity.md │ │ │ │ │ │ ├── BudgetAllowTransferRuleEntity.md │ │ │ │ │ │ ├── BudgetCodeEntity.md │ │ │ │ │ │ ├── BudgetControlConfigurationActivationEntity.md │ │ │ │ │ │ ├── BudgetControlConfigurationEntity.md │ │ │ │ │ │ ├── BudgetControlCycleModelEntity.md │ │ │ │ │ │ ├── BudgetControlDimensionAttributeEntity.md │ │ │ │ │ │ ├── BudgetControlDocumentsAndJournalsEntity.md │ │ │ │ │ │ ├── BudgetControlGroupCriterionEntity.md │ │ │ │ │ │ ├── BudgetControlGroupEntity.md │ │ │ │ │ │ ├── BudgetControlGroupOverBudgetPermissionsEntity.md │ │ │ │ │ │ ├── BudgetControlMessageLevelEntity.md │ │ │ │ │ │ ├── BudgetControlOverBudgetPermissionsEntity.md │ │ │ │ │ │ ├── BudgetControlRuleCriterionEntity.md │ │ │ │ │ │ ├── BudgetControlRuleEntity.md │ │ │ │ │ │ ├── BudgetControlRuleOverBudgetPermissionsEntity.md │ │ │ │ │ │ ├── BudgetCycleEntity.md │ │ │ │ │ │ ├── BudgetCycleTimeSpanEntity.md │ │ │ │ │ │ ├── BudgetDimensionEntity.md │ │ │ │ │ │ ├── BudgetModelEntity.md │ │ │ │ │ │ ├── BudgetParametersEntity.md │ │ │ │ │ │ ├── BudgetPlanAllocationScheduleEntity.md │ │ │ │ │ │ ├── BudgetPlanAlternateLayoutEntity.md │ │ │ │ │ │ ├── BudgetPlanAssetLookupEntity.md │ │ │ │ │ │ ├── BudgetPlanColumnEntity.md │ │ │ │ │ │ ├── BudgetPlanColumnRuleEntity.md │ │ │ │ │ │ ├── BudgetPlanEntity.md │ │ │ │ │ │ ├── BudgetPlanHeaderEntity.md │ │ │ │ │ │ ├── BudgetPlanJustificationEntity.md │ │ │ │ │ │ ├── BudgetPlanLayoutEntity.md │ │ │ │ │ │ ├── BudgetPlanParameterEntity.md │ │ │ │ │ │ ├── BudgetPlanPriorityConstraintEntity.md │ │ │ │ │ │ ├── BudgetPlanPriorityEntity.md │ │ │ │ │ │ ├── BudgetPlanProcessAdministrationEntity.md │ │ │ │ │ │ ├── BudgetPlanProcessEntity.md │ │ │ │ │ │ ├── BudgetPlanProcessMilestoneEntity.md │ │ │ │ │ │ ├── BudgetPlanProjectLookupEntity.md │ │ │ │ │ │ ├── BudgetPlanProposedAssetEntity.md │ │ │ │ │ │ ├── BudgetPlanProposedProjectEntity.md │ │ │ │ │ │ ├── BudgetPlanScenarioEntity.md │ │ │ │ │ │ ├── BudgetPlanStageAllocationEntity.md │ │ │ │ │ │ ├── BudgetPlanStageEntity.md │ │ │ │ │ │ ├── BudgetPlanStageRuleEntity.md │ │ │ │ │ │ ├── BudgetPlanWorkflowStagesEntity.md │ │ │ │ │ │ ├── BudgetPlanWorksheetEntity.md │ │ │ │ │ │ ├── BudgetRegisterEntryEntity.md │ │ │ │ │ │ ├── BudgetRegisterEntryHeaderEntity.md │ │ │ │ │ │ ├── BudgetRegisterEntryLineEntity.md │ │ │ │ │ │ ├── BudgetReservationAgreementLineEntity_PSN.md │ │ │ │ │ │ ├── BudgetReservationTypeEntity_PSN.md │ │ │ │ │ │ ├── BudgetSubModelEntity.md │ │ │ │ │ │ ├── CAMImportedBudgetEntryEntity.md │ │ │ │ │ │ ├── LedgerPeriodAllocationCategoryEntity.md │ │ │ │ │ │ ├── PSNPositionForecastDimensionValidationEntity.md │ │ │ │ │ │ ├── PurchCommitmentLineEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── CashAndBankManagement │ │ │ │ │ │ ├── BLWICountryRegionGroupEntity.md │ │ │ │ │ │ ├── BLWICurrencyEntity.md │ │ │ │ │ │ ├── BLWIEntity.md │ │ │ │ │ │ ├── BLWIParameterEntity.md │ │ │ │ │ │ ├── BankAccountEntity.md │ │ │ │ │ │ ├── BankAccountTrapEntity.md │ │ │ │ │ │ ├── BankBillOfExchangeLayoutEntity.md │ │ │ │ │ │ ├── BankCheckLayoutEntity.md │ │ │ │ │ │ ├── BankClientAccountBalanceEntity.md │ │ │ │ │ │ ├── BankClientOutPaymentLogEntity.md │ │ │ │ │ │ ├── BankClientPaymentEntity.md │ │ │ │ │ │ ├── BankCodaAccountStatementEntity.md │ │ │ │ │ │ ├── BankCodaAccountStatementLinesEntity.md │ │ │ │ │ │ ├── BankCodaAccountTableEntity.md │ │ │ │ │ │ ├── BankCodaDefinitionEntity.md │ │ │ │ │ │ ├── BankCodaParameterEntity.md │ │ │ │ │ │ ├── BankCodaTransCategoryEntity.md │ │ │ │ │ │ ├── BankCodaTransEntity.md │ │ │ │ │ │ ├── BankCodaTransactionGroupEntity.md │ │ │ │ │ │ ├── BankCodaTransactionGroupExportEntity.md │ │ │ │ │ │ ├── BankDocumentFacilityAgreementEntity.md │ │ │ │ │ │ ├── BankDocumentFacilityGroupEntity.md │ │ │ │ │ │ ├── BankDocumentFacilityTypeEntity.md │ │ │ │ │ │ ├── BankDocumentPostingEntity.md │ │ │ │ │ │ ├── BankGroupEntity.md │ │ │ │ │ │ ├── BankJournalHeaderEntity.md │ │ │ │ │ │ ├── BankJournalLineEntity.md │ │ │ │ │ │ ├── BankParametersEntity.md │ │ │ │ │ │ ├── BankPaymentIdEntity.md │ │ │ │ │ │ ├── BankPositivePayExportEntity.md │ │ │ │ │ │ ├── BankPostDatedCheckEntity.md │ │ │ │ │ │ ├── BankPromissoryNoteLayoutEntity.md │ │ │ │ │ │ ├── BankReconciliationMatchRuleSetEntity.md │ │ │ │ │ │ ├── BankReconciliationMatchingRuleEntity.md │ │ │ │ │ │ ├── BankState11Entity.md │ │ │ │ │ │ ├── BankStatementBalanceEntity.md │ │ │ │ │ │ ├── BankStatementDocumentEntity.md │ │ │ │ │ │ ├── BankStatementEntity.md │ │ │ │ │ │ ├── BankStatementFormatEntity.md │ │ │ │ │ │ ├── BankStatementLineEntity.md │ │ │ │ │ │ ├── BankStatementTransactionTypeEntity.md │ │ │ │ │ │ ├── BankTransactionGroupEntity.md │ │ │ │ │ │ ├── BankTransactionTypeEntity.md │ │ │ │ │ │ ├── CashAccountsEntity.md │ │ │ │ │ │ ├── CashBalancesEntity.md │ │ │ │ │ │ ├── CashLedgerEntity.md │ │ │ │ │ │ ├── CashReceiptTableEntity.md │ │ │ │ │ │ ├── CashStateTransEntity.md │ │ │ │ │ │ ├── ElectronicPaymentBankFolderEntity.md │ │ │ │ │ │ ├── GeneralJournalAccountEntrySim_ITEntity.md │ │ │ │ │ │ ├── LedgerImportModeEntity.md │ │ │ │ │ │ ├── PSNPurchasingCardBankEntity.md │ │ │ │ │ │ ├── PaymentDayLineCdsV2Entity.md │ │ │ │ │ │ ├── PaymentPurposeCodeEntity.md │ │ │ │ │ │ ├── VendPaymFeeBankRuleEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── EInvoice │ │ │ │ │ │ ├── EInvoiceExtCodeTableEntity.md │ │ │ │ │ │ ├── EInvoicePropertyTableEntity.md │ │ │ │ │ │ ├── EInvoicePropertyTypeApplicabilitySetupEntity.md │ │ │ │ │ │ ├── EInvoicePropertyTypeTableEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── FinancialDimensions │ │ │ │ │ │ ├── DerivedDimensionAttributeEntity.md │ │ │ │ │ │ ├── DerivedDimensionAttributeValuesEntity.md │ │ │ │ │ │ ├── DimAttributeCompanyInfoEntity.md │ │ │ │ │ │ ├── DimAttributeFinancialTagEntity.md │ │ │ │ │ │ ├── DimAttributeMainAccountEntity.md │ │ │ │ │ │ ├── DimAttributeOMBusinessUnitEntity.md │ │ │ │ │ │ ├── DimAttributeOMCostCenterEntity.md │ │ │ │ │ │ ├── DimAttributeOMDepartmentEntity.md │ │ │ │ │ │ ├── DimAttributeOMValueStreamEntity.md │ │ │ │ │ │ ├── DimAttributeTrvTravelTxtEntity.md │ │ │ │ │ │ ├── DimensionAliasEntity.md │ │ │ │ │ │ ├── DimensionAttributeActivationEntity.md │ │ │ │ │ │ ├── DimensionAttributeEntity.md │ │ │ │ │ │ ├── DimensionAttributeTranslationEntity.md │ │ │ │ │ │ ├── DimensionCombinationEntity.md │ │ │ │ │ │ ├── DimensionEnumerationEntity.md │ │ │ │ │ │ ├── DimensionHierarchyBaseEntity.md │ │ │ │ │ │ ├── DimensionIntegrationFormatEntity.md │ │ │ │ │ │ ├── DimensionParametersEntity.md │ │ │ │ │ │ ├── DimensionSetEntity.md │ │ │ │ │ │ ├── FinancialDimensionDefaultTemplateEntity.md │ │ │ │ │ │ ├── FinancialDimensionSetEntity.md │ │ │ │ │ │ ├── FinancialDimensionValueEntity.md │ │ │ │ │ │ ├── FinancialDimensionValueLegalEntityOverrideEntity.md │ │ │ │ │ │ ├── FinancialDimensionValueTotalAccountIntervalEntity.md │ │ │ │ │ │ ├── FinancialDimensionValueTranslationEntity.md │ │ │ │ │ │ ├── OMDimensionRelationshipConstraintEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── FiscalBooks_BR │ │ │ │ │ │ ├── DimAttributeFiscalEstablishment_BREntity.md │ │ │ │ │ │ ├── EFDocTechResponsibleInformationEntity.md │ │ │ │ │ │ ├── FBFiscalDocumentAdjustmentCodeICMSTaxationCodesEntity.md │ │ │ │ │ │ ├── FBReasonCodeForRestitutionComplementEntity_BR.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── FixedAssets │ │ │ │ │ │ ├── AssetAcceleratedDepreciationGroupEntity.md │ │ │ │ │ │ ├── AssetAcquisitionMethodEntity.md │ │ │ │ │ │ ├── AssetActivityCodeEntity.md │ │ │ │ │ │ ├── AssetAllocationRuleEntity.md │ │ │ │ │ │ ├── AssetAllocationRuleLineEntity.md │ │ │ │ │ │ ├── AssetBookSpecialDepreciationAllowanceEntity.md │ │ │ │ │ │ ├── AssetBookV2Entity.md │ │ │ │ │ │ ├── AssetConditionEntity.md │ │ │ │ │ │ ├── AssetConsumptionFactorEntity.md │ │ │ │ │ │ ├── AssetConsumptionUnitEntity.md │ │ │ │ │ │ ├── AssetDepreciationGroupEntity.md │ │ │ │ │ │ ├── AssetDepreciationProfileEntity.md │ │ │ │ │ │ ├── AssetDepreciationProfileManualScheduleEntity.md │ │ │ │ │ │ ├── AssetDepreciationRateScheduleEntity.md │ │ │ │ │ │ ├── AssetDiscountRateEntity.md │ │ │ │ │ │ ├── AssetFixedAssetEntity.md │ │ │ │ │ │ ├── AssetFixedAssetV2Entity.md │ │ │ │ │ │ ├── AssetGroupBookSpecialDepreciationAllowanceEntity.md │ │ │ │ │ │ ├── AssetGroupEntity.md │ │ │ │ │ │ ├── AssetGroupValueModelSetupEntity.md │ │ │ │ │ │ ├── AssetImpairmentCashGeneratingUnitAssetEntity.md │ │ │ │ │ │ ├── AssetImpairmentCashGeneratingUnitEntity.md │ │ │ │ │ │ ├── AssetImpairmentCashGeneratingUnitGroupEntity.md │ │ │ │ │ │ ├── AssetImpairmentCashGeneratingUnitSharedAssetEntity.md │ │ │ │ │ │ ├── AssetImpairmentCashGeneratingUnitSharedAssetsAllocationEntity.md │ │ │ │ │ │ ├── AssetImpairmentIndicatorEntity.md │ │ │ │ │ │ ├── AssetInventoryFixedAssetTransferJournalNameEntity.md │ │ │ │ │ │ ├── AssetJournalEntity.md │ │ │ │ │ │ ├── AssetJournalHeaderEntity.md │ │ │ │ │ │ ├── AssetJournalLineEntity.md │ │ │ │ │ │ ├── AssetJournalV2Entity.md │ │ │ │ │ │ ├── AssetLocationEntity.md │ │ │ │ │ │ ├── AssetLocationTransferHistoryEntity.md │ │ │ │ │ │ ├── AssetMajorTypeEntity.md │ │ │ │ │ │ ├── AssetPackingSlipEntity.md │ │ │ │ │ │ ├── AssetParametersEntity.md │ │ │ │ │ │ ├── AssetParametersProposalJournalNamesEntity.md │ │ │ │ │ │ ├── AssetPostingProfileDisposalEntity.md │ │ │ │ │ │ ├── AssetPostingProfileEntity.md │ │ │ │ │ │ ├── AssetPropertyGroupEntity.md │ │ │ │ │ │ ├── AssetProvisionTypeEntity.md │ │ │ │ │ │ ├── AssetRBSLFactorEntity.md │ │ │ │ │ │ ├── AssetReductionEntryProfileEntity.md │ │ │ │ │ │ ├── AssetRetirementObligationDocumentEntity.md │ │ │ │ │ │ ├── AssetRetirementObligationEntity.md │ │ │ │ │ │ ├── AssetRevaluationGroupEntity.md │ │ │ │ │ │ ├── AssetShiftDepreciationProfileEntity.md │ │ │ │ │ │ ├── AssetSortingEntity.md │ │ │ │ │ │ ├── AssetSourceTypeEntity.md │ │ │ │ │ │ ├── AssetSpecialDepreciationAllowanceEntity.md │ │ │ │ │ │ ├── AssetStatementRowEntity.md │ │ │ │ │ │ ├── AssetTransReportingCurrencyAmountsEntity.md │ │ │ │ │ │ ├── AssetTransactionSummaryEntity.md │ │ │ │ │ │ ├── AssetUndepreciatedBalanceScheduleEntity.md │ │ │ │ │ │ ├── AssetValueModelSetupDerivedValueModelEntity.md │ │ │ │ │ │ ├── AssetValueModelSetupEntity.md │ │ │ │ │ │ ├── AssetValueModelSetupShiftDepreciationEntity.md │ │ │ │ │ │ ├── AssetValueModelShiftDepreciationEntity.md │ │ │ │ │ │ ├── DimAttributeAssetGroupEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── GeneralLedger │ │ │ │ │ │ ├── AccountantEntity.md │ │ │ │ │ │ ├── AdvancedLedgerEntryEntity.md │ │ │ │ │ │ ├── AuditTrailEntity.md │ │ │ │ │ │ ├── CFOPCodesEntity.md │ │ │ │ │ │ ├── CFOPGroupEntity.md │ │ │ │ │ │ ├── CFOPMatrixEntity.md │ │ │ │ │ │ ├── CFPSTableEntity.md │ │ │ │ │ │ ├── CurrencyNameDeclensionEntity.md │ │ │ │ │ │ ├── DenominationEntity.md │ │ │ │ │ │ ├── DimAttributeAssetTableEntity.md │ │ │ │ │ │ ├── DimAttributeBankAccountTableEntity.md │ │ │ │ │ │ ├── DimAttributeCustTableEntity.md │ │ │ │ │ │ ├── DimAttributeHcmJobEntity.md │ │ │ │ │ │ ├── DimAttributeHcmPositionEntity.md │ │ │ │ │ │ ├── DimAttributeHcmWorkerEntity.md │ │ │ │ │ │ ├── DimAttributeInventTableEntity.md │ │ │ │ │ │ ├── DimAttributeLedgerFund_PSNEntity.md │ │ │ │ │ │ ├── DimAttributeProjGroupEntity.md │ │ │ │ │ │ ├── DimAttributeProjInvoiceTableEntity.md │ │ │ │ │ │ ├── DimAttributeProjTableEntity.md │ │ │ │ │ │ ├── DimAttributeSmmBusRelTableEntity.md │ │ │ │ │ │ ├── DimAttributeSmmCampaignTableEntity.md │ │ │ │ │ │ ├── DimAttributeVendGroupEntity.md │ │ │ │ │ │ ├── DimAttributeVendTableEntity.md │ │ │ │ │ │ ├── DimAttributeWrkCtrResourceGroupEntity.md │ │ │ │ │ │ ├── DimAttributeWrkCtrTableEntity.md │ │ │ │ │ │ ├── FiscalCalendarEntity.md │ │ │ │ │ │ ├── FiscalCalendarYearEntity.md │ │ │ │ │ │ ├── FiscalOrganizationFiscalAuditorEntity.md │ │ │ │ │ │ ├── FiscalPeriodDateEntity.md │ │ │ │ │ │ ├── FiscalPeriodEntity.md │ │ │ │ │ │ ├── FiscalYearEntity.md │ │ │ │ │ │ ├── GeneralJournalAccountEntryEntity.md │ │ │ │ │ │ ├── GeneralJournalAccountEntryReportingEntity.md │ │ │ │ │ │ ├── ISRConceptEntity.md │ │ │ │ │ │ ├── ISRRateEntity.md │ │ │ │ │ │ ├── InflationAdjInpcRateEntity.md │ │ │ │ │ │ ├── InflationAdjJournalEntity.md │ │ │ │ │ │ ├── JournalizingPostingDefinitionEntity.md │ │ │ │ │ │ ├── JournalizingPostingDefinitionEntryEntity.md │ │ │ │ │ │ ├── JournalizingTransactionPostingDefinitionBankEntity.md │ │ │ │ │ │ ├── JournalizingTransactionPostingDefinitionBudgetEntity.md │ │ │ │ │ │ ├── JournalizingTransactionPostingDefinitionBudgetReservationEntity_PSN.md │ │ │ │ │ │ ├── JournalizingTransactionPostingDefinitionGeneralLedgerEntity.md │ │ │ │ │ │ ├── JournalizingTransactionPostingDefinitionPayableEntity.md │ │ │ │ │ │ ├── JournalizingTransactionPostingDefinitionPurchasingEntity.md │ │ │ │ │ │ ├── JournalizingTransactionPostingDefinitionReceivableEntity.md │ │ │ │ │ │ ├── LedgerAccountStructureActivationEntity.md │ │ │ │ │ │ ├── LedgerAccountStructureActiveOnlyEntity.md │ │ │ │ │ │ ├── LedgerAccountStructureConstraintEntity.md │ │ │ │ │ │ ├── LedgerAccountStructureDraftOnlyEntity.md │ │ │ │ │ │ ├── LedgerAccountStructureEntity.md │ │ │ │ │ │ ├── LedgerAccrualSchemesEntity.md │ │ │ │ │ │ ├── LedgerAdvancedRuleCriterionEntity.md │ │ │ │ │ │ ├── LedgerAdvancedRuleEntity.md │ │ │ │ │ │ ├── LedgerAdvancedRuleStructureActivationEntity.md │ │ │ │ │ │ ├── LedgerAdvancedRuleStructureActiveOnlyEntity.md │ │ │ │ │ │ ├── LedgerAdvancedRuleStructureConstraintEntity.md │ │ │ │ │ │ ├── LedgerAdvancedRuleStructureDraftOnlyEntity.md │ │ │ │ │ │ ├── LedgerAdvancedRuleStructureEntity.md │ │ │ │ │ │ ├── LedgerAllocationBasisRuleEntity.md │ │ │ │ │ │ ├── LedgerAllocationBasisRuleSourceEntity.md │ │ │ │ │ │ ├── LedgerAllocationEntity.md │ │ │ │ │ │ ├── LedgerAllocationRuleDestinationEntity.md │ │ │ │ │ │ ├── LedgerAllocationRuleEntity.md │ │ │ │ │ │ ├── LedgerAllocationRuleSourceEntity.md │ │ │ │ │ │ ├── LedgerAutomaticTransactionAccountEntity.md │ │ │ │ │ │ ├── LedgerBalanceControlEntity.md │ │ │ │ │ │ ├── LedgerBalanceSheetDefinitionEntity.md │ │ │ │ │ │ ├── LedgerChartOfAccountsEntity.md │ │ │ │ │ │ ├── LedgerConsolidateAccountGroupEntity.md │ │ │ │ │ │ ├── LedgerConsolidateAccountGroupV2Entity.md │ │ │ │ │ │ ├── LedgerCovForecastActualEntity.md │ │ │ │ │ │ ├── LedgerCovLiquidityEntity.md │ │ │ │ │ │ ├── LedgerCovLiquidityInflowOutFlowBalanceCompanyEntity.md │ │ │ │ │ │ ├── LedgerCovLiquidityInflowOutFlowBalanceEnterpriseEntity.md │ │ │ │ │ │ ├── LedgerCovLiquidityTransactionCurrencyEntity.md │ │ │ │ │ │ ├── LedgerCurrencyParametersEntity.md │ │ │ │ │ │ ├── LedgerCurrencyParametersV2Entity.md │ │ │ │ │ │ ├── LedgerDateIntervalEntity.md │ │ │ │ │ │ ├── LedgerDefaultDescriptionParametersEntity.md │ │ │ │ │ │ ├── LedgerDefaultDescriptionsEntity.md │ │ │ │ │ │ ├── LedgerEliminationRuleEntity.md │ │ │ │ │ │ ├── LedgerEliminationRuleLineEntity.md │ │ │ │ │ │ ├── LedgerEntity.md │ │ │ │ │ │ ├── LedgerFinancialReasonEntity.md │ │ │ │ │ │ ├── LedgerFiscalCloseGroupEntity.md │ │ │ │ │ │ ├── LedgerFiscalCloseLedgerOptionsEntity.md │ │ │ │ │ │ ├── LedgerFiscalPeriodEntity.md │ │ │ │ │ │ ├── LedgerFiscalYearEntity.md │ │ │ │ │ │ ├── LedgerFundEntity.md │ │ │ │ │ │ ├── LedgerFundTypeEntity.md │ │ │ │ │ │ ├── LedgerInterCompanyAccountEntity.md │ │ │ │ │ │ ├── LedgerJournalAttachmentsEntity.md │ │ │ │ │ │ ├── LedgerJournalControlEntity.md │ │ │ │ │ │ ├── LedgerJournalDescriptionsEntity.md │ │ │ │ │ │ ├── LedgerJournalEntity.md │ │ │ │ │ │ ├── LedgerJournalHeaderCDSEntity.md │ │ │ │ │ │ ├── LedgerJournalHeaderEntity.md │ │ │ │ │ │ ├── LedgerJournalLineCDSEntity.md │ │ │ │ │ │ ├── LedgerJournalLineEntity.md │ │ │ │ │ │ ├── LedgerJournalNameEntity.md │ │ │ │ │ │ ├── LedgerJournalPeriodFinalPrintBEEntity.md │ │ │ │ │ │ ├── LedgerLiquidityDependencyEntity.md │ │ │ │ │ │ ├── LedgerLiquidityEntity.md │ │ │ │ │ │ ├── LedgerMatrixAccountReportSetupEntity.md │ │ │ │ │ │ ├── LedgerMatrixDimensionReportSetupEntity.md │ │ │ │ │ │ ├── LedgerOpeningSheetEntity.md │ │ │ │ │ │ ├── LedgerOverdueJournalSettingsEntity.md │ │ │ │ │ │ ├── LedgerParametersEntity.md │ │ │ │ │ │ ├── LedgerPostingJournalEntity.md │ │ │ │ │ │ ├── LedgerPrintLayoutEntity.md │ │ │ │ │ │ ├── LedgerRRGAccountInterval_RUEntity.md │ │ │ │ │ │ ├── LedgerRRGCellTable_RUEntity.md │ │ │ │ │ │ ├── LedgerRRGDimensionInterval_RUEntity.md │ │ │ │ │ │ ├── LedgerRRGEQueries_WEntity.md │ │ │ │ │ │ ├── LedgerRRGOffsetAccountInterval_RUEntity.md │ │ │ │ │ │ ├── LedgerRRGOperationTable_RUEntity.md │ │ │ │ │ │ ├── LedgerRRGReportTable_RUEntity.md │ │ │ │ │ │ ├── LedgerRRGTransOperationsTax_RUEntity.md │ │ │ │ │ │ ├── LedgerRRGTransType_RUEntity.md │ │ │ │ │ │ ├── LedgerRefinancingRatesEntity.md │ │ │ │ │ │ ├── LedgerReportingCurrencyAdjustmentJournalHeaderEntity.md │ │ │ │ │ │ ├── LedgerReportingCurrencyAdjustmentJournalLineEntity.md │ │ │ │ │ │ ├── LedgerStatementDefinitionEntity.md │ │ │ │ │ │ ├── LedgerTransSettlementAccountEntity.md │ │ │ │ │ │ ├── LedgerTransSettlementEntity.md │ │ │ │ │ │ ├── LedgerVoucherTypeAccountRestrictionEntity.md │ │ │ │ │ │ ├── LedgerVoucherTypeAccountRestrictionV2Entity.md │ │ │ │ │ │ ├── LedgerVoucherTypeEntity.md │ │ │ │ │ │ ├── LvOtherClientsEntity.md │ │ │ │ │ │ ├── MainAccountCategoryEntity.md │ │ │ │ │ │ ├── MainAccountCompanyEntity.md │ │ │ │ │ │ ├── MainAccountEntity.md │ │ │ │ │ │ ├── MainAccountLegalEntityOverrideEntity.md │ │ │ │ │ │ ├── MainAccountLegalEntityViewEntity.md │ │ │ │ │ │ ├── MainAccountTotalAccountIntervalEntity.md │ │ │ │ │ │ ├── MainAccountTranslationEntity.md │ │ │ │ │ │ ├── PSNCashControlConfigurationEntity.md │ │ │ │ │ │ ├── PSNCashPositionColumnSetupEntity.md │ │ │ │ │ │ ├── PSNLedgerInterestDistributionResultEntity.md │ │ │ │ │ │ ├── PSNLedgerInterestDistributionRuleEntity.md │ │ │ │ │ │ ├── PSNTreasurerFundReportMainAccountsEntity.md │ │ │ │ │ │ ├── PSNTreasurerFundReportParametersEntity.md │ │ │ │ │ │ ├── PlSADDocumentInvoiceLedgerJournalEntity.md │ │ │ │ │ │ ├── PlSADDocumentInvoiceLineLedgerJournalEntity.md │ │ │ │ │ │ ├── PlSADDocumentLedgerJournalEntity.md │ │ │ │ │ │ ├── PlSADDocumentLineLedgerJournalEntity.md │ │ │ │ │ │ ├── PlSADItemCodeEntity.md │ │ │ │ │ │ ├── RTSLCurrencyIndexEntity.md │ │ │ │ │ │ ├── RTSLCurrencyIndexTransEntity.md │ │ │ │ │ │ ├── RTSLCurrencyRuleEntity.md │ │ │ │ │ │ ├── RTSLCurrencyRuleGroupEntity.md │ │ │ │ │ │ ├── RTSLDimensionRuleEntity.md │ │ │ │ │ │ ├── RTSLDimensionRuleGoupEntity.md │ │ │ │ │ │ ├── RTSLLedgerTransRuleEntity.md │ │ │ │ │ │ ├── SlipJournalEntity.md │ │ │ │ │ │ ├── SubledgerJournalTransferRuleEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── RAsset │ │ │ │ │ │ ├── DimAttributeRAssetTable_RUEntity.md │ │ │ │ │ │ ├── RAssetDeprProfileEntity.md │ │ │ │ │ │ ├── RAssetGroupEntity.md │ │ │ │ │ │ ├── RAssetInventIssueQuotaTypesEntity.md │ │ │ │ │ │ ├── RAssetInventIssueQuotasEntity.md │ │ │ │ │ │ ├── RAssetJournalHeaderEntity.md │ │ │ │ │ │ ├── RAssetJournalLineEntity.md │ │ │ │ │ │ ├── RAssetLedgerAccountsEntity.md │ │ │ │ │ │ ├── RAssetLedgerEntity.md │ │ │ │ │ │ ├── RAssetLendingEntity.md │ │ │ │ │ │ ├── RAssetLifeHistEntity.md │ │ │ │ │ │ ├── RAssetLocationEntity.md │ │ │ │ │ │ ├── RAssetMainGroupEntity.md │ │ │ │ │ │ ├── RAssetMainGroupMemberEntity.md │ │ │ │ │ │ ├── RAssetMoveHistEntity.md │ │ │ │ │ │ ├── RAssetSayTableEntity.md │ │ │ │ │ │ ├── RAssetSayValueEntity.md │ │ │ │ │ │ ├── RAssetStandardTableEntity.md │ │ │ │ │ │ ├── RAssetStandardsEntity.md │ │ │ │ │ │ ├── RAssetTableEntity.md │ │ │ │ │ │ ├── RAssetTaxAllowanceEntity.md │ │ │ │ │ │ ├── RAssetUseEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── RCash │ │ │ │ │ │ ├── DimAttributeRCashTable_RUEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── RCashFlowManagement │ │ │ │ │ │ ├── CFMJournalNameAggregationFieldEntity.md │ │ │ │ │ │ ├── CFMJournalNameCashBalanceControlEntity.md │ │ │ │ │ │ ├── CFMJournalNameEntity.md │ │ │ │ │ │ ├── CFMJournalNameOrgUnitListEntity.md │ │ │ │ │ │ ├── CFMJournalNamePaymAccountListEntity.md │ │ │ │ │ │ ├── CFMJournalNameSourceListEntity.md │ │ │ │ │ │ ├── CFMPaymentPriorityEntity.md │ │ │ │ │ │ ├── CFMPaymentRequestTypeEntity.md │ │ │ │ │ │ ├── CFMPurchAgreementPaymentOrderEntity.md │ │ │ │ │ │ ├── CFMSalesAgreementPaymentOrderEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── RDeferrals │ │ │ │ │ │ ├── DimAttributeRDeferralsTable_RUEntity.md │ │ │ │ │ │ ├── RDeferralsBookEntity.md │ │ │ │ │ │ ├── RDeferralsBookTableEntity.md │ │ │ │ │ │ ├── RDeferralsCountingJournalEntity.md │ │ │ │ │ │ ├── RDeferralsFactorCalculationEntity.md │ │ │ │ │ │ ├── RDeferralsGroupEntity.md │ │ │ │ │ │ ├── RDeferralsLedgerAccountsEntity.md │ │ │ │ │ │ ├── RDeferralsLedgerEntity.md │ │ │ │ │ │ ├── RDeferralsProfileEntity.md │ │ │ │ │ │ ├── RDeferralsTableEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── RSalesPurchBooks │ │ │ │ │ │ ├── FactureOperationCodeEntity.md │ │ │ │ │ │ ├── VATOperationCodeTableEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── RTax25 │ │ │ │ │ │ ├── DimAttributeRTax25ProfitTable_RUEntity.md │ │ │ │ │ │ ├── RTax25DebtPeriodEntity.md │ │ │ │ │ │ ├── RTax25LedgerAccountGroupEntity.md │ │ │ │ │ │ ├── RTax25LedgerIntervalEntity.md │ │ │ │ │ │ ├── RTax25LedgerIntervalGroupEntity.md │ │ │ │ │ │ ├── RTax25ProfitTableEntity.md │ │ │ │ │ │ ├── RTax25RegisterJournalTableEntity.md │ │ │ │ │ │ ├── RTax25RegisterParametersEntity.md │ │ │ │ │ │ ├── RTax25RegisterProfitEntity.md │ │ │ │ │ │ ├── RTax25RegisterTableEntity.md │ │ │ │ │ │ ├── RTax25StdExpressionLineEntity.md │ │ │ │ │ │ ├── RTax25StdExpressionTableEntity.md │ │ │ │ │ │ ├── RTax25StdRateCritTransEntity.md │ │ │ │ │ │ ├── RTax25StdRateTableEntity.md │ │ │ │ │ │ ├── RTax25StdRateTransEntity.md │ │ │ │ │ │ ├── RTax25StdSeqEntity.md │ │ │ │ │ │ ├── RTax25TaxTableAssessedEntity.md │ │ │ │ │ │ ├── RTax25TaxTableEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── Tax │ │ │ │ │ │ ├── DimAttributeTaxBranchEntity.md │ │ │ │ │ │ ├── DiotDeclarationConceptEntity.md │ │ │ │ │ │ ├── EUSalesListEntity.md │ │ │ │ │ │ ├── EcoResCategoryTaxInformationAssignmentEntity.md │ │ │ │ │ │ ├── ElectronicTaxCertificateEntity.md │ │ │ │ │ │ ├── ElectronicTaxDeclarationLogEntity.md │ │ │ │ │ │ ├── ElectronicTaxDeclarationParameterEntity.md │ │ │ │ │ │ ├── ElectronicTaxDeclarationServerEntity.md │ │ │ │ │ │ ├── ElectronicTaxDeclarationSetupEntity.md │ │ │ │ │ │ ├── ElectronicTaxErrorMessageEntity.md │ │ │ │ │ │ ├── ElectronicTaxICPDeclarationEntity.md │ │ │ │ │ │ ├── ElectronicTaxOBDeclarationEntity.md │ │ │ │ │ │ ├── FBFiscalDocumentAdjustmentCodeICMSEntity.md │ │ │ │ │ │ ├── FBFiscalDocumentAdjustmentCodeLedgerEntity.md │ │ │ │ │ │ ├── FBGeneralAdjustmentCodeICMSEntity.md │ │ │ │ │ │ ├── FBGeneralAdjustmentCodeIPIEntity.md │ │ │ │ │ │ ├── FBGeneralAdjustmentCodeLedgerEntity.md │ │ │ │ │ │ ├── FBGeneralAdjustmentCodePISCOFINSEntity.md │ │ │ │ │ │ ├── FBObservationCodeEntity.md │ │ │ │ │ │ ├── FiscalDocumentTaxTransEntity.md │ │ │ │ │ │ ├── FiscalEstablishmentIEPerStateEntity.md │ │ │ │ │ │ ├── IntrastatCodeEntity.md │ │ │ │ │ │ ├── IntrastatCommodityCodeEntity.md │ │ │ │ │ │ ├── IntrastatCountryRegionParameterEntity.md │ │ │ │ │ │ ├── IntrastatEntity.md │ │ │ │ │ │ ├── IntrastatForeignTradeParameterEntity.md │ │ │ │ │ │ ├── IntrastatPortEntity.md │ │ │ │ │ │ ├── IntrastatSpecialMovementEntity.md │ │ │ │ │ │ ├── IntrastatStatisticProcedureEntity.md │ │ │ │ │ │ ├── IntrastatToProdComEntity.md │ │ │ │ │ │ ├── IntrastatTransactionCodeEntity.md │ │ │ │ │ │ ├── IntrastatTransportMethodEntity.md │ │ │ │ │ │ ├── LedgerBadDebtAccountsEntity.md │ │ │ │ │ │ ├── LedgerSalesTaxExchangeRateTypeCurrencyEntity.md │ │ │ │ │ │ ├── MCRAutoTaxHeaderEntity.md │ │ │ │ │ │ ├── MCRTaxGroupDefaultRulesEntity.md │ │ │ │ │ │ ├── NAFCodeEntity.md │ │ │ │ │ │ ├── NaturalResourcesTaxReportSetupEntity.md │ │ │ │ │ │ ├── NaturalRresourcesTaxGroupEntity.md │ │ │ │ │ │ ├── PayrollPayStatementTaxLineEntity.md │ │ │ │ │ │ ├── PayrollUSTaxTransactionHistoryEntity.md │ │ │ │ │ │ ├── PayrollUSTaxTransactionHistorySummaryEntity.md │ │ │ │ │ │ ├── PayrollWorkerGarnishmentDetailEntity.md │ │ │ │ │ │ ├── PayrollWorkerGarnishmentRuleEntity.md │ │ │ │ │ │ ├── ProcurementProductCategoryItemSalesTaxGroupAssignmentEntity.md │ │ │ │ │ │ ├── ProdComEntity.md │ │ │ │ │ │ ├── ProdComParametersEntity.md │ │ │ │ │ │ ├── PurchImportDeclarationEntity.md │ │ │ │ │ │ ├── RetailTransactionTaxLineEntity.md │ │ │ │ │ │ ├── ReverseChargeSalesListEntity.md │ │ │ │ │ │ ├── TMSStandardTransportationCommodityCodeEntity.md │ │ │ │ │ │ ├── TaxAgentEntity.md │ │ │ │ │ │ ├── TaxAgreementLineTransTaxInformationEntity.md │ │ │ │ │ │ ├── TaxAllowedExemptCodesForIPIEntity.md │ │ │ │ │ │ ├── TaxAuthorityEntity.md │ │ │ │ │ │ ├── TaxAuthorityOKATOEntity_RU.md │ │ │ │ │ │ ├── TaxBenefitCodeTypeEntity.md │ │ │ │ │ │ ├── TaxBranchEntity.md │ │ │ │ │ │ ├── TaxBusinessVerticalsEntity.md │ │ │ │ │ │ ├── TaxCodeEntity.md │ │ │ │ │ │ ├── TaxCodeExternalCodeClassEntity.md │ │ │ │ │ │ ├── TaxCodeLimitEntity.md │ │ │ │ │ │ ├── TaxCodeValueEntity.md │ │ │ │ │ │ ├── TaxCodeValueV2Entity.md │ │ │ │ │ │ ├── TaxComponentEntity.md │ │ │ │ │ │ ├── TaxCountryRegionParametersEntity.md │ │ │ │ │ │ ├── TaxCustomsBillOfEntryNumberEntity.md │ │ │ │ │ │ ├── TaxCustomsImportInvoiceNumberEntity.md │ │ │ │ │ │ ├── TaxCustomsShippingBillNumberEntity.md │ │ │ │ │ │ ├── TaxCustomsTariffCodeEntity.md │ │ │ │ │ │ ├── TaxCustomsTaxRegistrationNumberEntity.md │ │ │ │ │ │ ├── TaxExciseTariffCodeEntity.md │ │ │ │ │ │ ├── TaxExciseTaxRegistrationNumberEntity.md │ │ │ │ │ │ ├── TaxExemptCodeCdsEntity.md │ │ │ │ │ │ ├── TaxExemptCodeEntity.md │ │ │ │ │ │ ├── TaxFiscalClassificationCodeEntity.md │ │ │ │ │ │ ├── TaxFreeTextInvoiceLineTransTaxInformationEntity.md │ │ │ │ │ │ ├── TaxFringeVariationEntity.md │ │ │ │ │ │ ├── TaxGSTMinorCodeEntity.md │ │ │ │ │ │ ├── TaxGSTRegistrationNumberEntity.md │ │ │ │ │ │ ├── TaxGSTReliefCategoryEntity.md │ │ │ │ │ │ ├── TaxGSTReliefGroupEntity.md │ │ │ │ │ │ ├── TaxGSTReportConfigurationEntity.md │ │ │ │ │ │ ├── TaxGroupDataEntity.md │ │ │ │ │ │ ├── TaxGroupEntity.md │ │ │ │ │ │ ├── TaxGroupRetailTaxFilterEntity.md │ │ │ │ │ │ ├── TaxHSNCodeEntity.md │ │ │ │ │ │ ├── TaxImportInvoiceTaxIntegrationEntity.md │ │ │ │ │ │ ├── TaxInfoManagementEntity.md │ │ │ │ │ │ ├── TaxInfoManagementOnCustomerEntity.md │ │ │ │ │ │ ├── TaxInfoManagementOnVendorEntity.md │ │ │ │ │ │ ├── TaxIntervatConfigurationEntity.md │ │ │ │ │ │ ├── TaxIntervatEntity.md │ │ │ │ │ │ ├── TaxIntgrExportDocumentConfirmEnity.md │ │ │ │ │ │ ├── TaxItalianSalesTaxBookEntity.md │ │ │ │ │ │ ├── TaxItalianSalesTaxBookSectionEntity.md │ │ │ │ │ │ ├── TaxItalianSalesTaxBookStatusEntity.md │ │ │ │ │ │ ├── TaxItemGroupEntity.md │ │ │ │ │ │ ├── TaxItemGroupHeadingEntity.md │ │ │ │ │ │ ├── TaxLedgerJournalLineProjTransTaxInformationEntity.md │ │ │ │ │ │ ├── TaxLedgerJournalLineTransTaxInformationEntity.md │ │ │ │ │ │ ├── TaxMarkupTransTransTaxInformationEntity.md │ │ │ │ │ │ ├── TaxNIPTableEntity.md │ │ │ │ │ │ ├── TaxOnNaturalResourcesEntity.md │ │ │ │ │ │ ├── TaxParametersEntity.md │ │ │ │ │ │ ├── TaxParametersPresetEntity.md │ │ │ │ │ │ ├── TaxPayAsYouGoVariationEntity.md │ │ │ │ │ │ ├── TaxPeriodEntity.md │ │ │ │ │ │ ├── TaxPeriodHeadEntity.md │ │ │ │ │ │ ├── TaxPostingGroupEntityV2.md │ │ │ │ │ │ ├── TaxPovertyFundSetupEntity.md │ │ │ │ │ │ ├── TaxPurchRFQLineTransTaxInformationEntity.md │ │ │ │ │ │ ├── TaxPurchaseOrderLineTransTaxInformationEntity.md │ │ │ │ │ │ ├── TaxPurchaseRequisitionLineTransTaxInformationEntity.md │ │ │ │ │ │ ├── TaxPurchaseTaxTableEntity.md │ │ │ │ │ │ ├── TaxPurchaseTaxTransEntity.md │ │ │ │ │ │ ├── TaxRateTypeEntity.md │ │ │ │ │ │ ├── TaxRegistrationBaseEntity.md │ │ │ │ │ │ ├── TaxRegistrationGroupEntity.md │ │ │ │ │ │ ├── TaxRegistrationLegislationTypesEntity.md │ │ │ │ │ │ ├── TaxRegistrationLegislativeEntity.md │ │ │ │ │ │ ├── TaxRegistrationOnCustomerEntity.md │ │ │ │ │ │ ├── TaxRegistrationOnVendorEntity.md │ │ │ │ │ │ ├── TaxRegistrationTypeEntity.md │ │ │ │ │ │ ├── TaxReport347AccountEntity.md │ │ │ │ │ │ ├── TaxReport347AddressAbbreviationEntity.md │ │ │ │ │ │ ├── TaxReport347Entity.md │ │ │ │ │ │ ├── TaxReport347ValidationEntity.md │ │ │ │ │ │ ├── TaxReportExtraFieldsBEEntity.md │ │ │ │ │ │ ├── TaxReportExtraFieldsEntity.md │ │ │ │ │ │ ├── TaxReportLedgerAccountsEntity.md │ │ │ │ │ │ ├── TaxReportPeriodEntity.md │ │ │ │ │ │ ├── TaxReportSetOffHierarchySetupEntity.md │ │ │ │ │ │ ├── TaxReportingCodeEntity.md │ │ │ │ │ │ ├── TaxSMAServiceOrderLineTransTaxInformationEntity.md │ │ │ │ │ │ ├── TaxSalesTaxFormTypesEntity.md │ │ │ │ │ │ ├── TaxSalesTaxHierarchiesEntity.md │ │ │ │ │ │ ├── TaxSalesTaxRegistrationNumberEntity.md │ │ │ │ │ │ ├── TaxServiceAccountingCodeEntity.md │ │ │ │ │ │ ├── TaxServiceCodeByLocationEntity.md │ │ │ │ │ │ ├── TaxServiceCodeEntity.md │ │ │ │ │ │ ├── TaxServiceCodesEntity.md │ │ │ │ │ │ ├── TaxServiceTariffNumberEntity.md │ │ │ │ │ │ ├── TaxServiceTaxRegistrationNumberEntity.md │ │ │ │ │ │ ├── TaxSpanishVATBookEntity.md │ │ │ │ │ │ ├── TaxTimesheetLineTransTaxInformationEntity.md │ │ │ │ │ │ ├── TaxUnrealizedDocuSetTableEntity.md │ │ │ │ │ │ ├── TaxVATNumTableEntity.md │ │ │ │ │ │ ├── TaxVATRegistrationNumberEntity.md │ │ │ │ │ │ ├── TaxVATReportDateCodeEntity.md │ │ │ │ │ │ ├── TaxVATSchedulesEntity.md │ │ │ │ │ │ ├── TaxVatReportCategoryEntity.md │ │ │ │ │ │ ├── TaxVendInvoiceInfoLineTransTaxInformationEntity.md │ │ │ │ │ │ ├── TaxWithholdAuthoritiesEntity.md │ │ │ │ │ │ ├── TaxWithholdCertificateEntity.md │ │ │ │ │ │ ├── TaxWithholdComponentEntity.md │ │ │ │ │ │ ├── TaxWithholdComponentGroupEntity.md │ │ │ │ │ │ ├── TaxWithholdConcessionEntity.md │ │ │ │ │ │ ├── TaxWithholdCountryRegionToRemittanceEntity.md │ │ │ │ │ │ ├── TaxWithholdItemGroupEntity.md │ │ │ │ │ │ ├── TaxWithholdLedgerAccountGroupEntity.md │ │ │ │ │ │ ├── TaxWithholdNatureOfRemittanceEntity.md │ │ │ │ │ │ ├── TaxWithholdParametersEntity.md │ │ │ │ │ │ ├── TaxWithholdPeriodsEntity.md │ │ │ │ │ │ ├── TaxWithholdReportSetupEntity.md │ │ │ │ │ │ ├── TaxWithholdReportVoucherEntity.md │ │ │ │ │ │ ├── TaxWithholdReportingCodesEntity.md │ │ │ │ │ │ ├── TaxWithholdRevenueTypesEntity.md │ │ │ │ │ │ ├── TaxWithholdSettlementPeriodEntity.md │ │ │ │ │ │ ├── TaxWithholdingGroupDataEntity.md │ │ │ │ │ │ ├── TaxWithholdingGroupEntity.md │ │ │ │ │ │ ├── TaxWithholdingTaxCodeEntity.md │ │ │ │ │ │ ├── TaxWithholdingTaxCodeLimitEntity.md │ │ │ │ │ │ ├── TaxWithholdingTaxCodeValueEntity.md │ │ │ │ │ │ ├── TaxWithholdingTaxRegistrationNumberEntity.md │ │ │ │ │ │ ├── TaxZakatAssetGroupEntity.md │ │ │ │ │ │ ├── TaxZakatLedgerInfoEntity.md │ │ │ │ │ │ ├── TaxZakatLedgerItemCodeEntity.md │ │ │ │ │ │ ├── TaxZakatLedgerReportIndexEntity.md │ │ │ │ │ │ ├── TaxationCodeEntity.md │ │ │ │ │ │ ├── TaxationCodeSetupEntity.md │ │ │ │ │ │ ├── TaxesMatrixEntity.md │ │ │ │ │ │ ├── YearlyTaxCommunicationEntity.md │ │ │ │ │ │ ├── YearlyTaxCommunicationSetupEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── TravelAndExpense │ │ │ │ │ │ ├── DimAttributeEmployeeTable_RUEntity.md │ │ │ │ │ │ ├── EmplAdvLineEntity.md │ │ │ │ │ │ ├── ExpenseFieldsVisibilityEntity.md │ │ │ │ │ │ ├── TrvAllowanceRateEntity.md │ │ │ │ │ │ ├── TrvAntiCorruptionLanguageTextEntity.md │ │ │ │ │ │ ├── TrvBarcodeInstructionsLanguageTxtEntity.md │ │ │ │ │ │ ├── TrvCardTypesEntity.md │ │ │ │ │ │ ├── TrvCashAdvanceEntity.md │ │ │ │ │ │ ├── TrvCreditCardCodeEntity.md │ │ │ │ │ │ ├── TrvCreditCardTransactionEntity.md │ │ │ │ │ │ ├── TrvEmpCreditCardEntity.md │ │ │ │ │ │ ├── TrvExchSetupEntity.md │ │ │ │ │ │ ├── TrvExpPaymentDetailsEntity.md │ │ │ │ │ │ ├── TrvExpTransEntity.md │ │ │ │ │ │ ├── TrvExpenseCategoryEntity.md │ │ │ │ │ │ ├── TrvExpenseDelegateEntity.md │ │ │ │ │ │ ├── TrvExpenseMerchantEntity.md │ │ │ │ │ │ ├── TrvExpenseParametersEntity.md │ │ │ │ │ │ ├── TrvExpensePurposeEntity.md │ │ │ │ │ │ ├── TrvExpenseReportFieldEntity.md │ │ │ │ │ │ ├── TrvExpenseReportPurposeEntity.md │ │ │ │ │ │ ├── TrvExpenseSubCategoryEntity.md │ │ │ │ │ │ ├── TrvExpenseTaxConfigurationEntity.md │ │ │ │ │ │ ├── TrvMileageRateEntity.md │ │ │ │ │ │ ├── TrvPBSItemizationsEntity.md │ │ │ │ │ │ ├── TrvPartyEmployeeRelationshipEntity.md │ │ │ │ │ │ ├── TrvPayMethodEntity.md │ │ │ │ │ │ ├── TrvPerDiemLocationsEntity.md │ │ │ │ │ │ ├── TrvPerDiemsEntity.md │ │ │ │ │ │ ├── TrvPolicyLanguageTxtEntity.md │ │ │ │ │ │ ├── TrvPolicyRuleEntity.md │ │ │ │ │ │ ├── TrvPolicyViolationJustificationEntity.md │ │ │ │ │ │ ├── TrvPolicyViolationsCacheEntity.md │ │ │ │ │ │ ├── TrvPolicyViolationsLogEntity.md │ │ │ │ │ │ ├── TrvProjectExpensePolicyGroupEmployeeEntity.md │ │ │ │ │ │ ├── TrvReceiptEntity.md │ │ │ │ │ │ ├── TrvRequisitionTableEntity.md │ │ │ │ │ │ ├── TrvSharedSubCategoryEntity.md │ │ │ │ │ │ ├── TrvStatisticsGroupEntity.md │ │ │ │ │ │ ├── TrvTravelLocationEntity.md │ │ │ │ │ │ ├── TrvValidatePaymentEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ └── overview.md │ │ │ │ ├── HumanResources │ │ │ │ │ ├── HRM │ │ │ │ │ │ ├── CourseParticipantStatusByEmailMserp.md │ │ │ │ │ │ ├── CoursesMserp.md │ │ │ │ │ │ ├── EmplPostingEntity_W.md │ │ │ │ │ │ ├── HcmApplicantProjectRoleEntity.md │ │ │ │ │ │ ├── HcmBICurrentWorkerEntity.md │ │ │ │ │ │ ├── HcmBIEmployedApplicantEntity.md │ │ │ │ │ │ ├── HcmBIPerformanceEntity.md │ │ │ │ │ │ ├── HcmBITerminatedApplicantEntity.md │ │ │ │ │ │ ├── HcmBITerminatedWorkerEntity.md │ │ │ │ │ │ ├── HcmBIWorkerTrendEntity.md │ │ │ │ │ │ ├── HcmBudgetCostElementEntity.md │ │ │ │ │ │ ├── HcmCompensationPayPerformanceAllocationEntity.md │ │ │ │ │ │ ├── HcmCompensationPayPerformanceAllocationLineEntity.md │ │ │ │ │ │ ├── HcmCompensationPerformancePlansEntity.md │ │ │ │ │ │ ├── HcmCompensationPerformanceRatingEntity.md │ │ │ │ │ │ ├── HcmContractorEntity.md │ │ │ │ │ │ ├── HcmEmployeeEntity.md │ │ │ │ │ │ ├── HcmEmploymentContractorEntity.md │ │ │ │ │ │ ├── HcmEmploymentContractorEntity_Internal.md │ │ │ │ │ │ ├── HcmEmploymentDetailEntity.md │ │ │ │ │ │ ├── HcmEmploymentEmployeeEntity.md │ │ │ │ │ │ ├── HcmEmploymentEntity.md │ │ │ │ │ │ ├── HcmEmploymentTermEntity.md │ │ │ │ │ │ ├── HcmEthnicOriginEntity.md │ │ │ │ │ │ ├── HcmJobBaseEntity.md │ │ │ │ │ │ ├── HcmJobDetailEntity.md │ │ │ │ │ │ ├── HcmJobEntity.md │ │ │ │ │ │ ├── HcmJobFunctionEntity.md │ │ │ │ │ │ ├── HcmJobPreferredCertificateEntity.md │ │ │ │ │ │ ├── HcmJobPreferredEducationDisciplineEntity.md │ │ │ │ │ │ ├── HcmJobPreferredExamEntity.md │ │ │ │ │ │ ├── HcmJobResponsibilityEntity.md │ │ │ │ │ │ ├── HcmJobTaskAssignmentEntity.md │ │ │ │ │ │ ├── HcmJobTaskEntity.md │ │ │ │ │ │ ├── HcmJobTemplateTaskEntity.md │ │ │ │ │ │ ├── HcmJobTypeEntity.md │ │ │ │ │ │ ├── HcmLaborUnionAgreementEntity.md │ │ │ │ │ │ ├── HcmLaborUnionEntity.md │ │ │ │ │ │ ├── HcmLanguageCodeEntity.md │ │ │ │ │ │ ├── HcmPersonalContactOrganizationEntity.md │ │ │ │ │ │ ├── HcmPersonalContactPersonEntity.md │ │ │ │ │ │ ├── HcmPositionBaseEntity.md │ │ │ │ │ │ ├── HcmPositionDefaultDimensionEntity.md │ │ │ │ │ │ ├── HcmPositionDetailEntity.md │ │ │ │ │ │ ├── HcmPositionDurationEntity.md │ │ │ │ │ │ ├── HcmPositionForecastEntity.md │ │ │ │ │ │ ├── HcmPositionHierarchyEntity.md │ │ │ │ │ │ ├── HcmPositionHierarchyTypeEntity.md │ │ │ │ │ │ ├── HcmPositionTypeEntity.md │ │ │ │ │ │ ├── HcmPositionUnionAgreementEntity.md │ │ │ │ │ │ ├── HcmPositionV2Entity.md │ │ │ │ │ │ ├── HcmPositionWorkerAssignmentEntity.md │ │ │ │ │ │ ├── HcmSignLimitParametersEntity.md │ │ │ │ │ │ ├── HcmSigningLimitAgreementEntity.md │ │ │ │ │ │ ├── HcmSigningLimitRevocationReasonCodeEntity.md │ │ │ │ │ │ ├── HcmTitleEntity.md │ │ │ │ │ │ ├── HcmTotalCompStatementSectionBenefitEntity.md │ │ │ │ │ │ ├── HcmTotalCompStatementSectionEarningEntity.md │ │ │ │ │ │ ├── HcmTotalCompStatementSectionHeaderEntity.md │ │ │ │ │ │ ├── HcmTotalCompStatementSectionTaxEntity.md │ │ │ │ │ │ ├── HcmWorkerAdvHolderTableEntity.md │ │ │ │ │ │ ├── HcmWorkerBankAccountEntity.md │ │ │ │ │ │ ├── HcmWorkerBaseEntity.md │ │ │ │ │ │ ├── HcmWorkerContactEntity.md │ │ │ │ │ │ ├── HcmWorkerEntity.md │ │ │ │ │ │ ├── HcmWorkerGroupEntity.md │ │ │ │ │ │ ├── HcmWorkerPostalAddressV2Entity.md │ │ │ │ │ │ ├── HcmWorkerProjectRoleEntity.md │ │ │ │ │ │ ├── HcmWorkerSummaryEntity.md │ │ │ │ │ │ ├── KMAnswersByPersonEntity.md │ │ │ │ │ │ ├── PayrollBankAccountDisbursementEntity.md │ │ │ │ │ │ ├── PayrollPayCycleEntity.md │ │ │ │ │ │ ├── PayrollPayPeriodEntity.md │ │ │ │ │ │ ├── VirtualCoursesMserp.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── Payroll │ │ │ │ │ │ ├── PayrollAccrualBasisEarningCodeEntity.md │ │ │ │ │ │ ├── PayrollAccrualEarningCodeEntity.md │ │ │ │ │ │ ├── PayrollAccrualPlanEntity.md │ │ │ │ │ │ ├── PayrollAccrualPlanRuleEntity.md │ │ │ │ │ │ ├── PayrollAccrualTransactionsInquiryEntity.md │ │ │ │ │ │ ├── PayrollBIWorkerEntity.md │ │ │ │ │ │ ├── PayrollBenefitAccountingRuleEntity.md │ │ │ │ │ │ ├── PayrollBenefitCalculationRateDetailEntity.md │ │ │ │ │ │ ├── PayrollBenefitCalculationRateHeaderEntity.md │ │ │ │ │ │ ├── PayrollBenefitDetailEntity.md │ │ │ │ │ │ ├── PayrollBenefitEarningBasisEntity.md │ │ │ │ │ │ ├── PayrollBenefitExternalReportingEntity.md │ │ │ │ │ │ ├── PayrollBenefitPlanDefaultDimensionEntity.md │ │ │ │ │ │ ├── PayrollBenefitTaxRuleUSEntity.md │ │ │ │ │ │ ├── PayrollDeductionArrearEntity.md │ │ │ │ │ │ ├── PayrollDeductionArrearRecoveryEntity.md │ │ │ │ │ │ ├── PayrollDisposableIncomeBenefitEntity.md │ │ │ │ │ │ ├── PayrollDisposableIncomeEarningEntity.md │ │ │ │ │ │ ├── PayrollDisposableIncomeEntity.md │ │ │ │ │ │ ├── PayrollEarningCodeAccountingRuleEntity.md │ │ │ │ │ │ ├── PayrollEarningCodeDefaultDimensionEntity.md │ │ │ │ │ │ ├── PayrollEarningCodeDetailEntity.md │ │ │ │ │ │ ├── PayrollEarningCodeEntity.md │ │ │ │ │ │ ├── PayrollEarningCodeGroupCodeEntity.md │ │ │ │ │ │ ├── PayrollEarningCodeGroupEntity.md │ │ │ │ │ │ ├── PayrollEarningExternalReportingEntity.md │ │ │ │ │ │ ├── PayrollEarningStatementHeaderEntity.md │ │ │ │ │ │ ├── PayrollEarningStatementImportEntity.md │ │ │ │ │ │ ├── PayrollEarningStatementLineEntity.md │ │ │ │ │ │ ├── PayrollEarningStatementLineInquiryEntity.md │ │ │ │ │ │ ├── PayrollEmployerTaxRegionEntity.md │ │ │ │ │ │ ├── PayrollEssPayStatementEntity.md │ │ │ │ │ │ ├── PayrollEssPayStatementLineEntity.md │ │ │ │ │ │ ├── PayrollFormW2BoxReportingAdjustmentEntity.md │ │ │ │ │ │ ├── PayrollParametersEntity.md │ │ │ │ │ │ ├── PayrollPayStatementAccrualBalanceEntity.md │ │ │ │ │ │ ├── PayrollPayStatementBenefitLineEntity.md │ │ │ │ │ │ ├── PayrollPayStatementBenefitLineInquiryEntity.md │ │ │ │ │ │ ├── PayrollPayStatementEarningLineEntity.md │ │ │ │ │ │ ├── PayrollPayStatementEarningLineInquiryEntity.md │ │ │ │ │ │ ├── PayrollPayStatementHeaderEntity.md │ │ │ │ │ │ ├── PayrollPositionDetailsEntity.md │ │ │ │ │ │ ├── PayrollPositionDetailsEntity_Internal.md │ │ │ │ │ │ ├── PayrollPositionWorkerDefaultTaxRgnEntity.md │ │ │ │ │ │ ├── PayrollPositivePayExportEntity.md │ │ │ │ │ │ ├── PayrollPremiumEarningCodeActiveIntervalEntity.md │ │ │ │ │ │ ├── PayrollPremiumEarningCodeEntity.md │ │ │ │ │ │ ├── PayrollPremiumEarningPolicyRuleTypeEntity.md │ │ │ │ │ │ ├── PayrollRetirementBenefitPlanDetailEntity.md │ │ │ │ │ │ ├── PayrollStatutoryWorkerEntity.md │ │ │ │ │ │ ├── PayrollTaxAccountingRuleEntity.md │ │ │ │ │ │ ├── PayrollTaxCodeDefaultDimensionEntity.md │ │ │ │ │ │ ├── PayrollTaxCodeDetailEntity.md │ │ │ │ │ │ ├── PayrollTaxCodeHeaderEntity.md │ │ │ │ │ │ ├── PayrollTaxExternalReportingEntity.md │ │ │ │ │ │ ├── PayrollTaxGroupCodeEntity.md │ │ │ │ │ │ ├── PayrollTaxGroupEntity.md │ │ │ │ │ │ ├── PayrollTaxRegionEntity.md │ │ │ │ │ │ ├── PayrollUSTaxTransactionHistoryDetailEntity.md │ │ │ │ │ │ ├── PayrollWorkCycleEntity.md │ │ │ │ │ │ ├── PayrollWorkPeriodEntity.md │ │ │ │ │ │ ├── PayrollWorkerAccrualAdjustmentEntity.md │ │ │ │ │ │ ├── PayrollWorkerEnrolledAccrualEntity.md │ │ │ │ │ │ ├── PayrollWorkerEnrolledAccrualInquiryEntity.md │ │ │ │ │ │ ├── PayrollWorkerEnrolledBenefitDetailEntity.md │ │ │ │ │ │ ├── PayrollWorkerEnrolledBenefitInquiryEntity.md │ │ │ │ │ │ ├── PayrollWorkerEnrolledBenefitLimitEntity.md │ │ │ │ │ │ ├── PayrollWorkerPositionEarningCodeV2Entity.md │ │ │ │ │ │ ├── PayrollWorkerResidentTaxRegionEntity.md │ │ │ │ │ │ ├── PayrollWorkerTaxCodeParameterEntity.md │ │ │ │ │ │ ├── PayrollWorkerTaxCodeV2Entity.md │ │ │ │ │ │ ├── PayrollWorkerTaxRegionEntity.md │ │ │ │ │ │ ├── StateHolidayEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ └── overview.md │ │ │ │ ├── ProfessionalServices │ │ │ │ │ ├── ProjectManagementAndAccounting │ │ │ │ │ │ ├── CategoryEntity.md │ │ │ │ │ │ ├── ExpenseJournalHeaderEntity.md │ │ │ │ │ │ ├── ExpenseJournalLineEntity.md │ │ │ │ │ │ ├── HcmPersonProjectRoleEntity.md │ │ │ │ │ │ ├── PSAActualEntity.md │ │ │ │ │ │ ├── PSAComponentectGroupAssignmentEntity.md │ │ │ │ │ │ ├── PSAForecastEntity.md │ │ │ │ │ │ ├── PSAIndirectComponentGroupEntity.md │ │ │ │ │ │ ├── PSAIndirectCostComponentEntity.md │ │ │ │ │ │ ├── PSAVendPWPTxtEntity.md │ │ │ │ │ │ ├── ProjBeginningBalanceCostSaleEntity.md │ │ │ │ │ │ ├── ProjBeginningBalanceFeeEntity.md │ │ │ │ │ │ ├── ProjBeginningBalanceOnAccEntity.md │ │ │ │ │ │ ├── ProjCDSActualsImportEntity.md │ │ │ │ │ │ ├── ProjCDSCategoryEntity.md │ │ │ │ │ │ ├── ProjCDSContractLineImportEntity.md │ │ │ │ │ │ ├── ProjCDSContractLineMilestoneImportEntity.md │ │ │ │ │ │ ├── ProjCDSEstimateExpensesImportEntity.md │ │ │ │ │ │ ├── ProjCDSEstimateHoursEntity.md │ │ │ │ │ │ ├── ProjCDSProjectContractEntity.md │ │ │ │ │ │ ├── ProjCDSProjectEntity.md │ │ │ │ │ │ ├── ProjCDSTaskEntity.md │ │ │ │ │ │ ├── ProjCDSTransactionRelationshipImportEntity.md │ │ │ │ │ │ ├── ProjCFDAClusterEntity.md │ │ │ │ │ │ ├── ProjCFDANumberEntity.md │ │ │ │ │ │ ├── ProjCategoryGroupEntity.md │ │ │ │ │ │ ├── ProjCollaborationWorkspaceSettingsEntity.md │ │ │ │ │ │ ├── ProjContractEntity.md │ │ │ │ │ │ ├── ProjControlCostGroupCategoriesEntity.md │ │ │ │ │ │ ├── ProjCostPriceExpenseEntity.md │ │ │ │ │ │ ├── ProjCostSalesPriceEntity.md │ │ │ │ │ │ ├── ProjCustomerRetentionTermEntity.md │ │ │ │ │ │ ├── ProjCustomerRetentionTermScheduleEntity.md │ │ │ │ │ │ ├── ProjForecastCostEntity.md │ │ │ │ │ │ ├── ProjForecastEmplEntity.md │ │ │ │ │ │ ├── ProjForecastOnAccEntity.md │ │ │ │ │ │ ├── ProjForecastRevenueEntity.md │ │ │ │ │ │ ├── ProjForecastSalesEntity.md │ │ │ │ │ │ ├── ProjFundingRuleEntity.md │ │ │ │ │ │ ├── ProjFundingSourceEntity.md │ │ │ │ │ │ ├── ProjGrantEntity.md │ │ │ │ │ │ ├── ProjGrantFrequencyEntity.md │ │ │ │ │ │ ├── ProjGrantMatchingEntity.md │ │ │ │ │ │ ├── ProjGrantTypeEntity.md │ │ │ │ │ │ ├── ProjGrantTypeFrequencyEntity.md │ │ │ │ │ │ ├── ProjGrantTypeV2Entity.md │ │ │ │ │ │ ├── ProjGrantV2Entity.md │ │ │ │ │ │ ├── ProjHourCostPriceV2Entity.md │ │ │ │ │ │ ├── ProjHourSalesPriceV2Entity.md │ │ │ │ │ │ ├── ProjInventoryProjectConsumptionJournalNameEntity.md │ │ │ │ │ │ ├── ProjInvoiceProposalEntity.md │ │ │ │ │ │ ├── ProjInvoiceProposalExpenseEntity.md │ │ │ │ │ │ ├── ProjInvoiceProposalHourEntity.md │ │ │ │ │ │ ├── ProjJournalNameEntity.md │ │ │ │ │ │ ├── ProjJournalTableEntity.md │ │ │ │ │ │ ├── ProjJournalTransEntity.md │ │ │ │ │ │ ├── ProjLedgerPostingDefinitionEntity.md │ │ │ │ │ │ ├── ProjPeriodEmplEntity.md │ │ │ │ │ │ ├── ProjPeriodEntity.md │ │ │ │ │ │ ├── ProjPeriodLineEntity.md │ │ │ │ │ │ ├── ProjPeriodTimesheetWeekEntity.md │ │ │ │ │ │ ├── ProjPostTransViewEntity.md │ │ │ │ │ │ ├── ProjProjectAllocationKeyDetailsEntity.md │ │ │ │ │ │ ├── ProjProjectAllocationKeyEntity.md │ │ │ │ │ │ ├── ProjProjectContractHeaderEntity.md │ │ │ │ │ │ ├── ProjProjectContractLineEntity.md │ │ │ │ │ │ ├── ProjProjectControlCostGroupEntity.md │ │ │ │ │ │ ├── ProjProjectControlEntity.md │ │ │ │ │ │ ├── ProjProjectDefaultOffsetAccountEntity.md │ │ │ │ │ │ ├── ProjProjectFormSetupEntity.md │ │ │ │ │ │ ├── ProjProjectGrantCustomerTypeEntity.md │ │ │ │ │ │ ├── ProjProjectGroupV2Entity.md │ │ │ │ │ │ ├── ProjProjectJournalApprovalDetailsEntity.md │ │ │ │ │ │ ├── ProjProjectJournalApprovalEntity.md │ │ │ │ │ │ ├── ProjProjectJournalDescriptionEntity.md │ │ │ │ │ │ ├── ProjProjectLinePropertyEntity.md │ │ │ │ │ │ ├── ProjProjectReportSortFieldsEntity.md │ │ │ │ │ │ ├── ProjProjectTaskEntity.md │ │ │ │ │ │ ├── ProjProjectTransferPriceEntity.md │ │ │ │ │ │ ├── ProjProjectTransferPriceV2Entity.md │ │ │ │ │ │ ├── ProjProjectV2Entity.md │ │ │ │ │ │ ├── ProjProjectWBSDraftEntity.md │ │ │ │ │ │ ├── ProjQuotationWbsEntity.md │ │ │ │ │ │ ├── ProjResourceEntity.md │ │ │ │ │ │ ├── ProjRevenueSalesPriceEntity.md │ │ │ │ │ │ ├── ProjSalesItemRequirementEntity.md │ │ │ │ │ │ ├── ProjStageEntity.md │ │ │ │ │ │ ├── ProjStatusTypeRuleEntity.md │ │ │ │ │ │ ├── ProjUnpostedTransViewEntity.md │ │ │ │ │ │ ├── ProjValEmplCategoryEntity.md │ │ │ │ │ │ ├── ProjValEmplCategorySetupEntity.md │ │ │ │ │ │ ├── ProjValEmplProjEntity.md │ │ │ │ │ │ ├── ProjValEmplProjSetupEntity.md │ │ │ │ │ │ ├── ProjValProjCategoryEntity.md │ │ │ │ │ │ ├── ProjValProjCategorySetUpEntityV2.md │ │ │ │ │ │ ├── ProjVendorRetentionTermEntity.md │ │ │ │ │ │ ├── ProjVendorRetentionTermScheduleEntity.md │ │ │ │ │ │ ├── ProjWBSActivityEstimatesEntity.md │ │ │ │ │ │ ├── ProjWBSTemplateEntity.md │ │ │ │ │ │ ├── ProjWBSTemplateTasksEntity.md │ │ │ │ │ │ ├── ProjectCategoryEntity.md │ │ │ │ │ │ ├── ProjectEntity.md │ │ │ │ │ │ ├── ProjectGroupEntity.md │ │ │ │ │ │ ├── ProjectIntercompanyParametersEntity.md │ │ │ │ │ │ ├── ProjectItemJournalTableEntity.md │ │ │ │ │ │ ├── ProjectItemJournalTransEntity.md │ │ │ │ │ │ ├── ProjectLinePropertySetupEntity.md │ │ │ │ │ │ ├── ProjectParameterEntity.md │ │ │ │ │ │ ├── ResResourceCategoryDataEntity.md │ │ │ │ │ │ ├── ResResourceCategorySetupDataEntity.md │ │ │ │ │ │ ├── ResResourceDataEntity.md │ │ │ │ │ │ ├── ResResourceSetupDataEntity.md │ │ │ │ │ │ ├── ResourceRoleCharacteristicsEntity.md │ │ │ │ │ │ ├── TaxProjJournalTransTransTaxInformationEntity.md │ │ │ │ │ │ ├── TaxProjTableTransTaxInformationEntity.md │ │ │ │ │ │ ├── TrvProjectExpensePolicyEntity.md │ │ │ │ │ │ ├── TrvProjectExpensePolicyGroupEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ └── overview.md │ │ │ │ ├── SupplyChain │ │ │ │ │ ├── CostAccounting │ │ │ │ │ │ ├── CAMAggregatedCostEntryWithDefaultCostObjectHierarchyEntity.md │ │ │ │ │ │ ├── CAMAggregatedCostEntryWithHierarchiesEntity.md │ │ │ │ │ │ ├── CAMAggregatedStatisticalEntryWithDefaultCostObjectHierarchyEntity.md │ │ │ │ │ │ ├── CAMAggregatedStatisticalEntryWithHierarchiesEntity.md │ │ │ │ │ │ ├── CAMImportedCostElementDimensionMemberEntity.md │ │ │ │ │ │ ├── CAMImportedCostObjectDimensionMemberEntity.md │ │ │ │ │ │ ├── CAMImportedGeneralLedgerEntryEntity.md │ │ │ │ │ │ ├── CAMImportedStatisticalDimensionMemberEntity.md │ │ │ │ │ │ ├── CAMImportedStatisticalMeasureEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── CostManagement │ │ │ │ │ │ ├── ACOCostCenterTypeEntity.md │ │ │ │ │ │ ├── ACOJournalNameEntity.md │ │ │ │ │ │ ├── CostStatementEntryEntity.md │ │ │ │ │ │ ├── CostStatementEntryV2Entity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── InventoryAndWarehouseManagement │ │ │ │ │ │ ├── BOMBillOfMaterialsJournalNameEntity.md │ │ │ │ │ │ ├── ConsignmentInventoryOwnerEntity.md │ │ │ │ │ │ ├── ConsignmentLegalEntityInventoryOwnerEntity.md │ │ │ │ │ │ ├── ConsignmentVendorInventoryOwnerEntity.md │ │ │ │ │ │ ├── CostAggregatedCostStatementEntryEntity.md │ │ │ │ │ │ ├── CostCalculationGroupEntity.md │ │ │ │ │ │ ├── CostGroupEntity.md │ │ │ │ │ │ ├── CostGroupProfitSettingEntity.md │ │ │ │ │ │ ├── CostInventoryAccountingKPIGoalsEntity.md │ │ │ │ │ │ ├── CostLedgerReconciliationPolicyEntity.md │ │ │ │ │ │ ├── CostMonthlyCostStatementEntryV2Entity.md │ │ │ │ │ │ ├── CostOperationalSiteFinancialDimensionLinkPolicyEntity.md │ │ │ │ │ │ ├── CostProductionGroupEntity.md │ │ │ │ │ │ ├── CostSheetNodeCalculationFactorV2Entity.md │ │ │ │ │ │ ├── CostSheetNodeEntity.md │ │ │ │ │ │ ├── CostingVersionEntity.md │ │ │ │ │ │ ├── DimAttributeInventItemGroupEntity.md │ │ │ │ │ │ ├── EcoResProductMasterEntity.md │ │ │ │ │ │ ├── EcoResProductParametersEntity.md │ │ │ │ │ │ ├── EcoResReleasedProductWarehouseDefaultsV2Entity.md │ │ │ │ │ │ ├── ExceptionCodeEntity.md │ │ │ │ │ │ ├── FBCFOPCreditBaseSourceEntity.md │ │ │ │ │ │ ├── InventBuyerGroupEntity.md │ │ │ │ │ │ ├── InventByProductTableEntity.md │ │ │ │ │ │ ├── InventChargeProductGroupEntity.md │ │ │ │ │ │ ├── InventCommodityPricingParametersEntity.md │ │ │ │ │ │ ├── InventCostFlowAssumptionPolicyEntity.md │ │ │ │ │ │ ├── InventDestinationAddressDeliveryModeTransportationTimeEntity.md │ │ │ │ │ │ ├── InventDestinationAddressTransportationTimeEntity.md │ │ │ │ │ │ ├── InventDestinationWarehouseDeliveryModeTransportationTimeEntity.md │ │ │ │ │ │ ├── InventDestinationWarehouseTransportationTimeEntity.md │ │ │ │ │ │ ├── InventDimSetupGridEntity.md │ │ │ │ │ │ ├── InventFiscalLIFOGroupEntity.md │ │ │ │ │ │ ├── InventFiscalLIFOJournalNameEntity.md │ │ │ │ │ │ ├── InventInventoryAdjustmentJournalEntryCDSEntity.md │ │ │ │ │ │ ├── InventInventoryAdjustmentJournalEntryV2Entity.md │ │ │ │ │ │ ├── InventInventoryAdjustmentJournalHeaderEntity.md │ │ │ │ │ │ ├── InventInventoryAdjustmentJournalNameEntity.md │ │ │ │ │ │ ├── InventInventoryAgingReportStorageEntity.md │ │ │ │ │ │ ├── InventInventoryCountingGroupEntity.md │ │ │ │ │ │ ├── InventInventoryCountingJournalHeaderEntity.md │ │ │ │ │ │ ├── InventInventoryCountingJournalLineEntity.md │ │ │ │ │ │ ├── InventInventoryCountingJournalNameEntity.md │ │ │ │ │ │ ├── InventInventoryCountingReasonCodeEntity.md │ │ │ │ │ │ ├── InventInventoryCountingReasonCodePolicyEntity.md │ │ │ │ │ │ ├── InventInventoryDimensionsParametersEntity.md │ │ │ │ │ │ ├── InventInventoryLedgerPostingDefinitionEntity.md │ │ │ │ │ │ ├── InventInventoryManagementParametersEntity.md │ │ │ │ │ │ ├── InventInventoryMovementJournalEntryV3Entity.md │ │ │ │ │ │ ├── InventInventoryMovementJournalHeaderEntity.md │ │ │ │ │ │ ├── InventInventoryMovementJournalNameEntity.md │ │ │ │ │ │ ├── InventInventoryOwnershipChangeJournalNameEntity.md │ │ │ │ │ │ ├── InventInventoryPolicyEntity.md │ │ │ │ │ │ ├── InventInventoryProfileCustomerVendorLedgerEntity.md │ │ │ │ │ │ ├── InventInventoryProfileEntity.md │ │ │ │ │ │ ├── InventInventoryProfileRelationEntity.md │ │ │ │ │ │ ├── InventInventoryTagCountingJournalNameEntity.md │ │ │ │ │ │ ├── InventInventoryTransferJournalEntryCDSEntity.md │ │ │ │ │ │ ├── InventInventoryTransferJournalNameEntity.md │ │ │ │ │ │ ├── InventInventoryValueReportLayoutEntity.md │ │ │ │ │ │ ├── InventInventoryValueReportStorageEntity.md │ │ │ │ │ │ ├── InventItemBatchEntity.md │ │ │ │ │ │ ├── InventItemGTDEntity.md │ │ │ │ │ │ ├── InventItemPendingPriceEntity.md │ │ │ │ │ │ ├── InventItemPendingPriceV2Entity.md │ │ │ │ │ │ ├── InventItemPriceComparisonStorageEntity.md │ │ │ │ │ │ ├── InventItemPriceEntity.md │ │ │ │ │ │ ├── InventItemPriceToleranceGroupEntity.md │ │ │ │ │ │ ├── InventItemPriceV2Entity.md │ │ │ │ │ │ ├── InventItemSerialNumberEntity.md │ │ │ │ │ │ ├── InventLedgerPostingDefinitionCombinationRuleEntity.md │ │ │ │ │ │ ├── InventNonConformanceChargeTypeEntity.md │ │ │ │ │ │ ├── InventNonConformanceOperationCategoryEntity.md │ │ │ │ │ │ ├── InventNonConformanceResponsibleWorkerAssignmentEntity.md │ │ │ │ │ │ ├── InventOperationalSiteCurrentPostalAddressV2Entity.md │ │ │ │ │ │ ├── InventOperationalSiteEntity.md │ │ │ │ │ │ ├── InventOperationalSitePostalAddressEntity.md │ │ │ │ │ │ ├── InventOrderEntryDeadlineActivationEntity.md │ │ │ │ │ │ ├── InventOrderEntryDeadlineGroupEntity.md │ │ │ │ │ │ ├── InventPackingMaterialAllocationLineV2Entity.md │ │ │ │ │ │ ├── InventPackingMaterialAllocationV2Entity.md │ │ │ │ │ │ ├── InventPackingMaterialEntity.md │ │ │ │ │ │ ├── InventPackingMaterialFeeEntity.md │ │ │ │ │ │ ├── InventPackingMaterialGroupEntity.md │ │ │ │ │ │ ├── InventProcurementLedgerPostingDefinitionEntity.md │ │ │ │ │ │ ├── InventProdComSetupEntity.md │ │ │ │ │ │ ├── InventProductComplianceParametersEntity.md │ │ │ │ │ │ ├── InventProductDefaultOrderSettingsEntity.md │ │ │ │ │ │ ├── InventProductGroupEntity.md │ │ │ │ │ │ ├── InventProductSiteSpecificOrderSettingsEntity.md │ │ │ │ │ │ ├── InventProductSpecificOrderSettingsV3Entity.md │ │ │ │ │ │ ├── InventProductTypeEntity.md │ │ │ │ │ │ ├── InventProductionLedgerPostingDefinitionEntity.md │ │ │ │ │ │ ├── InventQualityDiagnosticTypeEntity.md │ │ │ │ │ │ ├── InventQualityGroupEntity.md │ │ │ │ │ │ ├── InventQualityGroupItemAssignmentEntity.md │ │ │ │ │ │ ├── InventQualityOrderCreationPolicyV2Entity.md │ │ │ │ │ │ ├── InventQualityOrderHeaderEntity.md │ │ │ │ │ │ ├── InventQualityOrderLineEntity.md │ │ │ │ │ │ ├── InventQualityOrderLineResultEntity.md │ │ │ │ │ │ ├── InventQualityProblemTypeEntity.md │ │ │ │ │ │ ├── InventQualitySamplingEntity.md │ │ │ │ │ │ ├── InventQualityTestEntity.md │ │ │ │ │ │ ├── InventQualityTestGroupEntity.md │ │ │ │ │ │ ├── InventQualityTestGroupTestAssignmentEntity.md │ │ │ │ │ │ ├── InventQualityTestInstrumentEntity.md │ │ │ │ │ │ ├── InventQualityTestVariableEntity.md │ │ │ │ │ │ ├── InventQualityTestVariableOutcomeEntity.md │ │ │ │ │ │ ├── InventSalesLedgerPostingDefinitionEntity.md │ │ │ │ │ │ ├── InventSiteGateEntity.md │ │ │ │ │ │ ├── InventSiteGateEntryHeaderEntity.md │ │ │ │ │ │ ├── InventSiteGateEntryLineEntity.md │ │ │ │ │ │ ├── InventStandardCostVarianceLedgerPostingDefinitionEntity.md │ │ │ │ │ │ ├── InventSupplementaryProductProductGroupEntity.md │ │ │ │ │ │ ├── InventTrackingNumberGroupEntity.md │ │ │ │ │ │ ├── InventTransferOrderCFOPMappingEntity.md │ │ │ │ │ │ ├── InventTransferOrderHeaderEntity.md │ │ │ │ │ │ ├── InventTransferOrderLineEntity.md │ │ │ │ │ │ ├── InventWarehouseCurrentPostalAddressV2Entity.md │ │ │ │ │ │ ├── InventWarehouseEntity.md │ │ │ │ │ │ ├── InventWarehouseInventoryStatusOnHandV2Entity.md │ │ │ │ │ │ ├── InventWarehouseOnHandCDSEntity.md │ │ │ │ │ │ ├── InventWarehouseOnHandV2Entity.md │ │ │ │ │ │ ├── InventWarehousePostalAddressEntity.md │ │ │ │ │ │ ├── InventWarehouseQuarantineZoneEntity.md │ │ │ │ │ │ ├── InventoryChargeCDSEntity.md │ │ │ │ │ │ ├── InventoryChargeEntity.md │ │ │ │ │ │ ├── InventorySiteOnHandV2Entity.md │ │ │ │ │ │ ├── PdsBatchDispositionEntity.md │ │ │ │ │ │ ├── PdsCommodityCostBasisTypeEntity.md │ │ │ │ │ │ ├── PdsCommodityPricingTemplateEntity.md │ │ │ │ │ │ ├── PdsCommodityQuantityMarginTemplateV2Entity.md │ │ │ │ │ │ ├── PdsCustomerSpecificItemBatchAttributeEntity.md │ │ │ │ │ │ ├── PdsItemBatchAttributeEnumerationValueEntity.md │ │ │ │ │ │ ├── PdsItemBatchAttributeGroupEntity.md │ │ │ │ │ │ ├── PdsProductSafetyDataSheetValidityEntity.md │ │ │ │ │ │ ├── PdsProductSpecificItemBatchAttributeEntity.md │ │ │ │ │ │ ├── PmfBulkItemConversionEntity.md │ │ │ │ │ │ ├── PriceDiscLineDiscountProductGroupEntity.md │ │ │ │ │ │ ├── PriceDiscMultilineDiscountProductGroupEntity.md │ │ │ │ │ │ ├── PriceDiscPriceCustomerGroupEntity.md │ │ │ │ │ │ ├── PriceDiscPriceVendorGroupEntity.md │ │ │ │ │ │ ├── PriceDiscPurchaseRecalculationPolicyEntity.md │ │ │ │ │ │ ├── PriceDiscSalesRecalculationPolicyEntity.md │ │ │ │ │ │ ├── RoutePendingRouteCostCategoryUnitCostEntity.md │ │ │ │ │ │ ├── SalesTradeAllowanceAgreementPeriodEntity.md │ │ │ │ │ │ ├── TAMTradeAllowanceManagementParametersEntity.md │ │ │ │ │ │ ├── TNVEDToCustomsPaymentsRelationsEntity.md │ │ │ │ │ │ ├── TaxInventJournalTransTransTaxInformationEntity.md │ │ │ │ │ │ ├── TaxInventTransferLineTransTaxInformationEntity.md │ │ │ │ │ │ ├── VehicleModelTableEntity.md │ │ │ │ │ │ ├── WHSCrossDockingTemplateSupplySourceEntity.md │ │ │ │ │ │ ├── WHSCrossDockingTemplateV2Entity.md │ │ │ │ │ │ ├── WHSInventoryStatusEntity.md │ │ │ │ │ │ ├── WHSLoadMixGroupConstraintEntity.md │ │ │ │ │ │ ├── WHSLoadMixGroupCriterionEntity.md │ │ │ │ │ │ ├── WHSLoadMixGroupEntity.md │ │ │ │ │ │ ├── WHSLocatedWarehouseSlottingDemandV2Entity.md │ │ │ │ │ │ ├── WHSOutboundSortingTemplateGroupEntity.md │ │ │ │ │ │ ├── WHSOutboundSortingTemplateV2Entity.md │ │ │ │ │ │ ├── WHSQualityCheckTemplateEntity.md │ │ │ │ │ │ ├── WHSShipConsolidationPolicyFieldEntity.md │ │ │ │ │ │ ├── WHSShipConsolidationPolicyV2Entity.md │ │ │ │ │ │ ├── WHSWarehouseLocationTypeEntity.md │ │ │ │ │ │ ├── WHSWarehouseMobileDeviceMenuItemSystemDirectedWorkSequenceQueryV2Entity.md │ │ │ │ │ │ ├── WHSWarehouseSlottingDemandV2Entity.md │ │ │ │ │ │ ├── WHSWarehouseSlottingTemplateDetailsV2Entity.md │ │ │ │ │ │ ├── WHSWarehouseSlottingTemplateV2Entity.md │ │ │ │ │ │ ├── WHSWarehouseSlottingUnitOfMeasureTierDetailsEntity.md │ │ │ │ │ │ ├── WHSWarehouseSlottingUnitOfMeasureTierEntity.md │ │ │ │ │ │ ├── WHSWarehouseWaveLoadBuildingTemplateDetailsEntity.md │ │ │ │ │ │ ├── WHSWarehouseWaveLoadBuildingTemplateV2Entity.md │ │ │ │ │ │ ├── WHSWarehouseWaveTemplateGroupEntity.md │ │ │ │ │ │ ├── WHSWarehouseWorkerEntity.md │ │ │ │ │ │ ├── WHSWaveLabelLayoutRowSettingsEntity.md │ │ │ │ │ │ ├── WHSWaveLabelLayoutV2Entity.md │ │ │ │ │ │ ├── WHSWaveLabelTemplateDetailsV2Entity.md │ │ │ │ │ │ ├── WHSWaveLabelTemplateGroupEntity.md │ │ │ │ │ │ ├── WHSWaveLabelTemplateV2Entity.md │ │ │ │ │ │ ├── WMSItemArrivalJournalNameEntity.md │ │ │ │ │ │ ├── WMSProductionInputJournalNameEntity.md │ │ │ │ │ │ ├── WMSWarehouseAisleEntity.md │ │ │ │ │ │ ├── WMSWarehouseLocationBlockingCauseEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── MasterPlanning │ │ │ │ │ │ ├── ForecastDemandForecastEntryEntity.md │ │ │ │ │ │ ├── ForecastModelEntity.md │ │ │ │ │ │ ├── ForecastSubModelEntity.md │ │ │ │ │ │ ├── ForecastSupplyForecastEntryEntity.md │ │ │ │ │ │ ├── LeanProductLeanScheduleGroupAssignmentV2Entity.md │ │ │ │ │ │ ├── LeanScheduleGroupEntity.md │ │ │ │ │ │ ├── ProductAllocationKeyEntity.md │ │ │ │ │ │ ├── ProductAllocationLineEntity.md │ │ │ │ │ │ ├── ProductionOrderSequencingGroupEntity.md │ │ │ │ │ │ ├── ProductionOrderSequencingGroupLineEntity.md │ │ │ │ │ │ ├── ProductionOrderSequencingProductSequenceValueAssignmentEntity.md │ │ │ │ │ │ ├── ProductionOrderSequencingSequenceEntity.md │ │ │ │ │ │ ├── ProductionOrderSequencingSequenceValueEntity.md │ │ │ │ │ │ ├── ReqDemPlanAggregatedDemandPerAllocationKeyEntity.md │ │ │ │ │ │ ├── ReqDemPlanAggregatedDemandV2Entity.md │ │ │ │ │ │ ├── ReqDemPlanHistoricalExternalDemandV2Entity.md │ │ │ │ │ │ ├── ReqDynamicPlanProductionOrderScheduleEntity.md │ │ │ │ │ │ ├── ReqForecastPlanEntity.md │ │ │ │ │ │ ├── ReqIntercompanyMasterPlanAssociationEntity.md │ │ │ │ │ │ ├── ReqIntercompanyPlanningGroupEntity.md │ │ │ │ │ │ ├── ReqIntercompanyPlanningGroupMemberEntity.md │ │ │ │ │ │ ├── ReqItemCoverageSettingsV2Entity.md │ │ │ │ │ │ ├── ReqMasterPlanEntity.md │ │ │ │ │ │ ├── ReqMasterPlanningParametersEntity.md │ │ │ │ │ │ ├── ReqMasterPlanningProductCoverageGroupEntity.md │ │ │ │ │ │ ├── ReqPlannedOrderEntity.md │ │ │ │ │ │ ├── ReqPlannedOrderRouteJobEntity.md │ │ │ │ │ │ ├── ReqPlannedOrderRouteOperationEntity.md │ │ │ │ │ │ ├── ReqPlannedOrderRouteOperationResourceRequirementEntity.md │ │ │ │ │ │ ├── ReqReductionKeyEntity.md │ │ │ │ │ │ ├── ReqReductionKeyPeriodEntity.md │ │ │ │ │ │ ├── ReqSafetyStockJournalNameEntity.md │ │ │ │ │ │ ├── WrkCtrOperationsResourceCapacityReservationEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── ProcurementAndSourcing │ │ │ │ │ │ ├── CatProcurementCatalogCategoryEntity.md │ │ │ │ │ │ ├── CatProcurementCatalogEntity.md │ │ │ │ │ │ ├── CatProcurementCatalogProductAssignmentEntity.md │ │ │ │ │ │ ├── CatVendorCatalogMaintenanceRequestEntity.md │ │ │ │ │ │ ├── CatVendorProductCandidateDefaultOrderSettingsEntity.md │ │ │ │ │ │ ├── CatVendorProductCandidateEntity.md │ │ │ │ │ │ ├── CatVendorProductCandidatePurchasePriceEntity.md │ │ │ │ │ │ ├── CatVendorProductCandidateSalesPriceEntity.md │ │ │ │ │ │ ├── CatVendorProductCandidateTranslationEntity.md │ │ │ │ │ │ ├── ConfirmingPOEntity.md │ │ │ │ │ │ ├── ConsignmentReplenishmentOrderHeaderEntity.md │ │ │ │ │ │ ├── ConsignmentReplenishmentOrderLineEntity.md │ │ │ │ │ │ ├── DeliveryDestinationEntity.md │ │ │ │ │ │ ├── DimAttributeAgreementHeaderExt_RUEntity.md │ │ │ │ │ │ ├── IntercompanyTradingPartnershipProcurementPolicyEntity.md │ │ │ │ │ │ ├── IntercompanyTradingPartnershipProcurementValueMappingEntity.md │ │ │ │ │ │ ├── InventSupplementaryProductVendorGroupEntity.md │ │ │ │ │ │ ├── MCRRoyaltyAgreementHeaderEntity.md │ │ │ │ │ │ ├── MCRRoyaltyAgreementHeaderProductSelectionV2Entity.md │ │ │ │ │ │ ├── MCRRoyaltyAgreementLineAmountEntity.md │ │ │ │ │ │ ├── MCRRoyaltyAgreementLineEntity.md │ │ │ │ │ │ ├── MCRRoyaltyAgreementLineProductSelectionV2Entity.md │ │ │ │ │ │ ├── NGPCodeEntity.md │ │ │ │ │ │ ├── PlSADDocumentInvoicePurchaseOrderEntity.md │ │ │ │ │ │ ├── PlSADDocumentLinePurchaseOrderEntity.md │ │ │ │ │ │ ├── PlSADDocumentPurchaseOrderEntity.md │ │ │ │ │ │ ├── PlSADParametersEntity.md │ │ │ │ │ │ ├── PriceDiscLineDiscountVendorGroupEntity.md │ │ │ │ │ │ ├── PriceDiscMultilineDiscountVendorGroupEntity.md │ │ │ │ │ │ ├── PriceDiscPurchaseTradeAgreementActivationEntity.md │ │ │ │ │ │ ├── PriceDiscTotalDiscountVendorGroupEntity.md │ │ │ │ │ │ ├── ProcProcurementCategoryPolicyRuleEntity.md │ │ │ │ │ │ ├── ProcProcurementProductCategoryEntity.md │ │ │ │ │ │ ├── ProcPurchaseRequisitionConsumptionCategoryAccessPolicyRuleEntity.md │ │ │ │ │ │ ├── ProcPurchaseRequisitionProcurementCatalogPolicyRuleEntity.md │ │ │ │ │ │ ├── ProcurementDocumentSortingOrderEntity.md │ │ │ │ │ │ ├── ProcurementProductCategoryInformationPageAssignmentEntity.md │ │ │ │ │ │ ├── ProcurementProductCategoryPropertyEntity.md │ │ │ │ │ │ ├── ProcurementProductCategoryQuestionnaireAssignmentEntity.md │ │ │ │ │ │ ├── ProcurementProductCategoryVendorAssignmentEntity.md │ │ │ │ │ │ ├── ProcurementProductCategoryVendorEvaluationCriterionGroupAssignmentEntity.md │ │ │ │ │ │ ├── ProcurementReturnActionEntity.md │ │ │ │ │ │ ├── PurchAgreementClassificationEntity.md │ │ │ │ │ │ ├── PurchAgreementClassificationTranslationEntity.md │ │ │ │ │ │ ├── PurchAutomaticPurchaseDocumentHeaderChargeEntity.md │ │ │ │ │ │ ├── PurchAutomaticPurchaseDocumentLineChargeEntity.md │ │ │ │ │ │ ├── PurchBookVATProcessParametersEntity.md │ │ │ │ │ │ ├── PurchDemandConsolidationExternalCatalogItemCategoryEntity.md │ │ │ │ │ │ ├── PurchDemandConsolidationExternalCatalogItemCategoryVendorEntity.md │ │ │ │ │ │ ├── PurchDemandConsolidationInternalCatalogItemCategoryEntity.md │ │ │ │ │ │ ├── PurchDemandConsolidationInternalCatalogItemCategoryVendorEntity.md │ │ │ │ │ │ ├── PurchDemandConsolidationNonCatalogItemCategoryEntity.md │ │ │ │ │ │ ├── PurchDemandConsolidationNonCatalogItemCategoryVendorEntity.md │ │ │ │ │ │ ├── PurchExternalPurchaseAgreementClassificationEntity.md │ │ │ │ │ │ ├── PurchFormletterProductReceiptFormPrintingConfigurationEntity.md │ │ │ │ │ │ ├── PurchFormletterPurchaseAgreementFormPrintingConfigurationEntity.md │ │ │ │ │ │ ├── PurchFormletterPurchaseInquiryFormPrintingConfigurationEntity.md │ │ │ │ │ │ ├── PurchFormletterPurchaseOrderFormPrintingConfigurationEntity.md │ │ │ │ │ │ ├── PurchFormletterPurchaseRequisitionFormPrintingConfigurationEntity.md │ │ │ │ │ │ ├── PurchFormletterRequestForQuotationFormPrintingConfigurationEntity.md │ │ │ │ │ │ ├── PurchFormletterWarehouseReceiptListFormPrintingConfigurationEntity.md │ │ │ │ │ │ ├── PurchOpenPurchaseLineDiscountJournalLineCDSEntity.md │ │ │ │ │ │ ├── PurchOpenPurchaseLineDiscountJournalLineEntity.md │ │ │ │ │ │ ├── PurchOpenPurchaseMultiLineDiscountJournalLineEntity.md │ │ │ │ │ │ ├── PurchOpenPurchasePriceJournalLineCDSEntity.md │ │ │ │ │ │ ├── PurchOpenPurchasePriceJournalLineEntity.md │ │ │ │ │ │ ├── PurchOpenPurchaseTotalDiscountJournalLineEntity.md │ │ │ │ │ │ ├── PurchPriceToleranceEntity.md │ │ │ │ │ │ ├── PurchProcurementChargeCDSEntity.md │ │ │ │ │ │ ├── PurchProcurementChargeEntity.md │ │ │ │ │ │ ├── PurchProcurementDocumentDefaultsEntity.md │ │ │ │ │ │ ├── PurchProcurementDocumentEntryPolicyEntity.md │ │ │ │ │ │ ├── PurchProcurementDocumentProcessingPolicyEntity.md │ │ │ │ │ │ ├── PurchProductApprovedVendorEntity.md │ │ │ │ │ │ ├── PurchProductDescriptionVendorGroupEntity.md │ │ │ │ │ │ ├── PurchPublishedRequestForQuotationAmendmentEntity.md │ │ │ │ │ │ ├── PurchPublishedRequestForQuotationAndReplyLineEntity.md │ │ │ │ │ │ ├── PurchPublishedRequestForQuotationDeliveryPaymentTermsEntity.md │ │ │ │ │ │ ├── PurchPublishedRequestForQuotationHeaderDocumentAttachmentEntity.md │ │ │ │ │ │ ├── PurchPublishedRequestForQuotationHeaderEntity.md │ │ │ │ │ │ ├── PurchPublishedRequestForQuotationLineEntity.md │ │ │ │ │ │ ├── PurchPublishedRequestForQuotationReplyLineSummaryEntity.md │ │ │ │ │ │ ├── PurchPurchaseAgreementConfirmationHeaderEntity.md │ │ │ │ │ │ ├── PurchPurchaseAgreementConfirmationLineEntity.md │ │ │ │ │ │ ├── PurchPurchaseAgreementHeaderV2Entity.md │ │ │ │ │ │ ├── PurchPurchaseAgreementLineFulfillmentEntity.md │ │ │ │ │ │ ├── PurchPurchaseAgreementLineV2Entity.md │ │ │ │ │ │ ├── PurchPurchaseOrderConfirmationHeaderEntity.md │ │ │ │ │ │ ├── PurchPurchaseOrderConfirmationLineEntity.md │ │ │ │ │ │ ├── PurchPurchaseOrderCreationAndDemandConsolidationPolicyRuleEntity.md │ │ │ │ │ │ ├── PurchPurchaseOrderCreationExternalCatalogItemCategoryEntity.md │ │ │ │ │ │ ├── PurchPurchaseOrderCreationExternalCatalogItemCategoryVendorEntity.md │ │ │ │ │ │ ├── PurchPurchaseOrderCreationInternalCatalogItemCategoryEntity.md │ │ │ │ │ │ ├── PurchPurchaseOrderCreationInternalCatalogItemCategoryVendorEntity.md │ │ │ │ │ │ ├── PurchPurchaseOrderCreationNonCatalogItemCategoryEntity.md │ │ │ │ │ │ ├── PurchPurchaseOrderCreationNonCatalogItemCategoryVendorEntity.md │ │ │ │ │ │ ├── PurchPurchaseOrderExpenditureReviewPolicyEntity.md │ │ │ │ │ │ ├── PurchPurchaseOrderHeaderChargeEntity.md │ │ │ │ │ │ ├── PurchPurchaseOrderHeaderV2Entity.md │ │ │ │ │ │ ├── PurchPurchaseOrderLineChargeEntity.md │ │ │ │ │ │ ├── PurchPurchaseOrderLineV2Entity.md │ │ │ │ │ │ ├── PurchPurchaseOrderPoolEntity.md │ │ │ │ │ │ ├── PurchPurchaseOrderReapprovalPolicyRuleEntity.md │ │ │ │ │ │ ├── PurchPurchaseOrderUpdateLinesParametersEntity.md │ │ │ │ │ │ ├── PurchPurchaseRebateParametersEntity.md │ │ │ │ │ │ ├── PurchPurchaseRequisitionBusinessJustificationEntity.md │ │ │ │ │ │ ├── PurchPurchaseRequisitionConsumptionControlPolicyRuleEntity.md │ │ │ │ │ │ ├── PurchPurchaseRequisitionConsumptionControlWorkflowEntity.md │ │ │ │ │ │ ├── PurchPurchaseRequisitionExpenditureReviewerConfigurationEntity.md │ │ │ │ │ │ ├── PurchPurchaseRequisitionExpenditureReviewerFinancialDimensionConfigurationEntity.md │ │ │ │ │ │ ├── PurchPurchaseRequisitionExpenditureReviewerLegalEntityConfigurationEntity.md │ │ │ │ │ │ ├── PurchPurchaseRequisitionFormalRequestForQuotationConditionEntity.md │ │ │ │ │ │ ├── PurchPurchaseRequisitionInformalRequestForQuotationConditionEntity.md │ │ │ │ │ │ ├── PurchPurchaseRequisitionMaintainDelegationEntity.md │ │ │ │ │ │ ├── PurchPurchaseRequisitionPurposePolicyRuleEntity.md │ │ │ │ │ │ ├── PurchPurchaseRequisitionReplenishmentCategoryAccessPolicyRuleEntity.md │ │ │ │ │ │ ├── PurchPurchaseRequisitionReplenishmentControlPolicyRuleEntity.md │ │ │ │ │ │ ├── PurchPurchaseRequisitionRequestForQuotationControlPolicyRuleEntity.md │ │ │ │ │ │ ├── PurchPurchaseRequisitionWorkerLegalEntityAuthorizationEntity.md │ │ │ │ │ │ ├── PurchPurchaseRequisitionWorkerOperatingUnitAuthorizationEntity.md │ │ │ │ │ │ ├── PurchPurchasingPolicyEntity.md │ │ │ │ │ │ ├── PurchRFQVendPostedQuestionAnswerEntity.md │ │ │ │ │ │ ├── PurchRequestForQuotationReplyHeaderEntity.md │ │ │ │ │ │ ├── PurchRequestForQuotationReplyLineEntity.md │ │ │ │ │ │ ├── PurchRequestForQuotationReplyQuestionnaireEntity.md │ │ │ │ │ │ ├── PurchRequestForQuotationReplyScoringCriterionEntity.md │ │ │ │ │ │ ├── PurchRequestForQuotationReplyStatusEntity.md │ │ │ │ │ │ ├── PurchRequestForQuotationScoringMethodCriterionEntity.md │ │ │ │ │ │ ├── PurchRequestForQuotationScoringMethodEntity.md │ │ │ │ │ │ ├── PurchRequestForQuotationSolicitationTypeEntity.md │ │ │ │ │ │ ├── PurchVendorProductDescriptionV2Entity.md │ │ │ │ │ │ ├── PurchaseAgreementLineNoteEntity.md │ │ │ │ │ │ ├── PurchaseLineDiscountAgreementEntity.md │ │ │ │ │ │ ├── PurchaseMultiLineDiscountAgreementEntity.md │ │ │ │ │ │ ├── PurchaseOrderResponseHeaderEntity.md │ │ │ │ │ │ ├── PurchaseOrderResponseLineEntity.md │ │ │ │ │ │ ├── PurchaseOrderSummaryUpdateCriteriaEntity.md │ │ │ │ │ │ ├── PurchasePriceAgreementEntity.md │ │ │ │ │ │ ├── PurchaseRebateProductGroupEntity.md │ │ │ │ │ │ ├── PurchaseRebateVendorGroupEntity.md │ │ │ │ │ │ ├── PurchaseRequisitionHeaderV2Entity.md │ │ │ │ │ │ ├── PurchaseRequisitionLineCDSEntity.md │ │ │ │ │ │ ├── PurchaseRequisitionLineEntity.md │ │ │ │ │ │ ├── PurchaseTotalDiscountAgreementEntity.md │ │ │ │ │ │ ├── TAMVendorRebateAgreementHeaderEntity.md │ │ │ │ │ │ ├── TAMVendorRebateAgreementLineEntity.md │ │ │ │ │ │ ├── TAMVendorRebateAgreementProductSelectionV2Entity.md │ │ │ │ │ │ ├── VendChargeVendorGroupEntity.md │ │ │ │ │ │ ├── VendFormletterVendorFacingFormPrintingConfigurationEntity.md │ │ │ │ │ │ ├── VendProductReceiptHeaderEntity.md │ │ │ │ │ │ ├── VendProductReceiptLineEntity.md │ │ │ │ │ │ ├── VendProspectiveVendorRegistrationContactPersonPostalAddressEntity.md │ │ │ │ │ │ ├── VendProspectiveVendorRegistrationEntity.md │ │ │ │ │ │ ├── VendProspectiveVendorRegistrationProcurementCategoryEntity.md │ │ │ │ │ │ ├── VendProspectiveVendorRegistrationRequestEntity.md │ │ │ │ │ │ ├── VendProspectiveVendorRegistrationVendorPostalAddressEntity.md │ │ │ │ │ │ ├── VendRequestForQuotationJournalHeaderEntity.md │ │ │ │ │ │ ├── VendRequestForQuotationJournalLineEntity.md │ │ │ │ │ │ ├── VendVendorCertificationTypeEntity.md │ │ │ │ │ │ ├── VendVendorCollaborationUserRequestEntity.md │ │ │ │ │ │ ├── VendVendorExternalCodeClassEntity.md │ │ │ │ │ │ ├── VendVendorExternalCodeEntity.md │ │ │ │ │ │ ├── VendVendorGroupEntity.md │ │ │ │ │ │ ├── VendVendorReasonsEntity.md │ │ │ │ │ │ ├── VendVendorRegistrationQuestionnaireConfigurationEntity.md │ │ │ │ │ │ ├── VendVendorV2Entity.md │ │ │ │ │ │ ├── VendorEvaluationCriterionEntity.md │ │ │ │ │ │ ├── VendorEvaluationCriterionGroupForCategoryEntity.md │ │ │ │ │ │ ├── VendorEvaluationCriterionGroupForCategoryTranslationEntity.md │ │ │ │ │ │ ├── VendorEvaluationCriterionTranslationEntity.md │ │ │ │ │ │ ├── VendorInvoiceTotalToleranceEntity.md │ │ │ │ │ │ ├── overview.md │ │ │ │ │ │ └── smmVendorContactPersonCDSEntity.md │ │ │ │ │ ├── ProductInformationManagement │ │ │ │ │ │ ├── BOMBillOfMaterialsHeaderEntity.md │ │ │ │ │ │ ├── BOMBillOfMaterialsLineV3Entity.md │ │ │ │ │ │ ├── BOMBillOfMaterialsParametersEntity.md │ │ │ │ │ │ ├── BOMBillOfMaterialsVersionDocumentAttachmentEntity.md │ │ │ │ │ │ ├── BOMBillOfMaterialsVersionODataEntity.md │ │ │ │ │ │ ├── BOMBillOfMaterialsVersionODataV2Entity.md │ │ │ │ │ │ ├── BOMBillOfMaterialsVersionV3Entity.md │ │ │ │ │ │ ├── BOMConfigurationGroupEntity.md │ │ │ │ │ │ ├── BOMItemSpecificBillOfMaterialsHeaderV2Entity.md │ │ │ │ │ │ ├── EcoResAttributeGroupEntity.md │ │ │ │ │ │ ├── EcoResAttributeValueEntity.md │ │ │ │ │ │ ├── EcoResConstraintBasedProductConfigurationModelParametersEntity.md │ │ │ │ │ │ ├── EcoResDistinctProductEntity.md │ │ │ │ │ │ ├── EcoResDocumentAttachmentEntity.md │ │ │ │ │ │ ├── EcoResEveryProductEntity.md │ │ │ │ │ │ ├── EcoResPhysicalProductDimensionDetailsEntity.md │ │ │ │ │ │ ├── EcoResProductAttributeEntity.md │ │ │ │ │ │ ├── EcoResProductAttributeEnumerationIntegerValueTypeEntity.md │ │ │ │ │ │ ├── EcoResProductAttributeEnumerationValueTypeEntity.md │ │ │ │ │ │ ├── EcoResProductAttributeEnumerationValueTypeTranslationEntity.md │ │ │ │ │ │ ├── EcoResProductAttributeGroupAttributeAssignmentEntity.md │ │ │ │ │ │ ├── EcoResProductAttributeGroupTranslationEntity.md │ │ │ │ │ │ ├── EcoResProductAttributeTranslationEntity.md │ │ │ │ │ │ ├── EcoResProductAttributeValueEntity.md │ │ │ │ │ │ ├── EcoResProductAttributeValueTypeEntity.md │ │ │ │ │ │ ├── EcoResProductCDSCategoryV2Entity.md │ │ │ │ │ │ ├── EcoResProductCategoryAssignmentEntity.md │ │ │ │ │ │ ├── EcoResProductCategoryAttributeEntity.md │ │ │ │ │ │ ├── EcoResProductCategoryCategoryAttributeGroupAssignmentEntity.md │ │ │ │ │ │ ├── EcoResProductCategoryEntity.md │ │ │ │ │ │ ├── EcoResProductCategoryHierarchyEntity.md │ │ │ │ │ │ ├── EcoResProductCategoryHierarchyRoleEntity.md │ │ │ │ │ │ ├── EcoResProductCategoryHierarchyTranslationEntity.md │ │ │ │ │ │ ├── EcoResProductCategoryProductAttributeGroupAssignmentEntity.md │ │ │ │ │ │ ├── EcoResProductCategoryTranslationEntity.md │ │ │ │ │ │ ├── EcoResProductColorEntity.md │ │ │ │ │ │ ├── EcoResProductColorGroupEntity.md │ │ │ │ │ │ ├── EcoResProductColorGroupLineEntity.md │ │ │ │ │ │ ├── EcoResProductColorGroupLineTranslationEntity.md │ │ │ │ │ │ ├── EcoResProductConfigurationEntity.md │ │ │ │ │ │ ├── EcoResProductDimensionGroupEntity.md │ │ │ │ │ │ ├── EcoResProductDocumentAttachmentEntity.md │ │ │ │ │ │ ├── EcoResProductEntityAttributeValueEntity.md │ │ │ │ │ │ ├── EcoResProductEntityCDSIdentifierEntity.md │ │ │ │ │ │ ├── EcoResProductEntityIdentifierCodeEntity.md │ │ │ │ │ │ ├── EcoResProductEntityIdentifierScopeEntity.md │ │ │ │ │ │ ├── EcoResProductGlobalTradeItemNumberAssignmentV2Entity.md │ │ │ │ │ │ ├── EcoResProductLifecycleStateEntity.md │ │ │ │ │ │ ├── EcoResProductMasterColorEntity.md │ │ │ │ │ │ ├── EcoResProductMasterColorTranslationEntity.md │ │ │ │ │ │ ├── EcoResProductMasterConfigurationEntity.md │ │ │ │ │ │ ├── EcoResProductMasterConfigurationTranslationEntity.md │ │ │ │ │ │ ├── EcoResProductMasterSizeEntity.md │ │ │ │ │ │ ├── EcoResProductMasterSizeTranslationEntity.md │ │ │ │ │ │ ├── EcoResProductMasterStyleEntity.md │ │ │ │ │ │ ├── EcoResProductMasterStyleTranslationEntity.md │ │ │ │ │ │ ├── EcoResProductMasterVersionEntity.md │ │ │ │ │ │ ├── EcoResProductMasterVersionTranslationEntity.md │ │ │ │ │ │ ├── EcoResProductNumberIdentifiedProductVariantEntity.md │ │ │ │ │ │ ├── EcoResProductNumberIdentifiedReleasedProductVariantEntity.md │ │ │ │ │ │ ├── EcoResProductNumberIdentifiedReleasedProductVariantExternalCodeEntity.md │ │ │ │ │ │ ├── EcoResProductRelationTypeEntity.md │ │ │ │ │ │ ├── EcoResProductRelationTypeTranslationEntity.md │ │ │ │ │ │ ├── EcoResProductRelationshipEntity.md │ │ │ │ │ │ ├── EcoResProductSizeEntity.md │ │ │ │ │ │ ├── EcoResProductSizeGroupEntity.md │ │ │ │ │ │ ├── EcoResProductSizeGroupLineEntity.md │ │ │ │ │ │ ├── EcoResProductSizeGroupLineTranslationEntity.md │ │ │ │ │ │ ├── EcoResProductSpecificUnitOfMeasureConversionEntity.md │ │ │ │ │ │ ├── EcoResProductStyleEntity.md │ │ │ │ │ │ ├── EcoResProductStyleGroupEntity.md │ │ │ │ │ │ ├── EcoResProductStyleGroupLineEntity.md │ │ │ │ │ │ ├── EcoResProductStyleGroupLineTranslationEntity.md │ │ │ │ │ │ ├── EcoResProductTranslationEntity.md │ │ │ │ │ │ ├── EcoResProductV2Entity.md │ │ │ │ │ │ ├── EcoResProductVariantNomenclatureEntity.md │ │ │ │ │ │ ├── EcoResProductVariantV2Entity.md │ │ │ │ │ │ ├── EcoResProductVersionEntity.md │ │ │ │ │ │ ├── EcoResReleasedDistinctProductCDSEntity.md │ │ │ │ │ │ ├── EcoResReleasedDistinctProductV2Entity.md │ │ │ │ │ │ ├── EcoResReleasedProductCreationV2Entity.md │ │ │ │ │ │ ├── EcoResReleasedProductDocumentAttachmentEntity.md │ │ │ │ │ │ ├── EcoResReleasedProductExternalCodeClassEntity.md │ │ │ │ │ │ ├── EcoResReleasedProductExternalCodeEntity.md │ │ │ │ │ │ ├── EcoResReleasedProductMasterV2Entity.md │ │ │ │ │ │ ├── EcoResReleasedProductV2Entity.md │ │ │ │ │ │ ├── EcoResReleasedProductVariantExternalCodeClassEntity.md │ │ │ │ │ │ ├── EcoResReleasedProductVariantExternalCodeV2Entity.md │ │ │ │ │ │ ├── EcoResReleasedProductVariantV2Entity.md │ │ │ │ │ │ ├── EcoResRetailProductEntity.md │ │ │ │ │ │ ├── EcoResSellableReleasedProductEntity.md │ │ │ │ │ │ ├── EcoResStorageDimensionGroupEntity.md │ │ │ │ │ │ ├── EcoResTrackingDimensionGroupEntity.md │ │ │ │ │ │ ├── PCProductConfigurationModelV2Entity.md │ │ │ │ │ │ ├── PCProductConfigurationModelVersionEntity.md │ │ │ │ │ │ ├── PdsItemBatchAttributeEntity.md │ │ │ │ │ │ ├── PdsItemBatchAttributeGroupAttributeAssignmentEntity.md │ │ │ │ │ │ ├── PdsRegionalRegulatedProductEntity.md │ │ │ │ │ │ ├── PdsRegionalRegulatedProductListEntity.md │ │ │ │ │ │ ├── PdsRegionalRestrictedProductEntity.md │ │ │ │ │ │ ├── PdsRegionalRestrictedProductListEntity.md │ │ │ │ │ │ ├── PmfFormulaByProductV2Entity.md │ │ │ │ │ │ ├── PmfFormulaCoProductV2Entity.md │ │ │ │ │ │ ├── PmfFormulaHeaderEntity.md │ │ │ │ │ │ ├── PmfFormulaLineConsumptionIntervalV2Entity.md │ │ │ │ │ │ ├── PmfFormulaLineV2Entity.md │ │ │ │ │ │ ├── PmfFormulaSubstitutionGroupEntity.md │ │ │ │ │ │ ├── PmfFormulaVersionDocumentAttachmentEntity.md │ │ │ │ │ │ ├── PmfFormulaVersionV2Entity.md │ │ │ │ │ │ ├── PmfItemSpecificFormulaHeaderV2Entity.md │ │ │ │ │ │ ├── ProcProductCategoryCommodityCodeEntity.md │ │ │ │ │ │ ├── ProcProductCategoryInformationPageEntity.md │ │ │ │ │ │ ├── ProcProductCategoryInformationPageTranslationEntity.md │ │ │ │ │ │ ├── PurchPurchaseOrderLineCDSEntity.md │ │ │ │ │ │ ├── UnitOfMeasureConversionEntity.md │ │ │ │ │ │ ├── UnitOfMeasureEntity.md │ │ │ │ │ │ ├── UnitOfMeasureTranslationEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── ProductionControl │ │ │ │ │ │ ├── JmgBundledJobsTimeAllocationKeyEntity.md │ │ │ │ │ │ ├── JmgElectronicTimecardActivityRegistrationHeaderEntity.md │ │ │ │ │ │ ├── JmgElectronicTimecardActivityRegistrationLineEntity.md │ │ │ │ │ │ ├── JmgIndirectTimeAndAttendanceActivityCategoryEntity.md │ │ │ │ │ │ ├── JmgIndirectTimeAndAttendanceActivityEntity.md │ │ │ │ │ │ ├── JmgJobCardDeviceConfigurationEntity.md │ │ │ │ │ │ ├── JmgJobCardDeviceConfigurationUserAssignmentEntity.md │ │ │ │ │ │ ├── JmgJobCardTerminalActionPaneConfigurationEntity.md │ │ │ │ │ │ ├── JmgJobCardTerminalActionPaneControlConfigurationEntity.md │ │ │ │ │ │ ├── JmgJobCardTerminalConfigurationEntity.md │ │ │ │ │ │ ├── JmgJobCardTerminalConfigurationUserAssignmentEntity.md │ │ │ │ │ │ ├── JmgJobCardTerminalGridConfigurationEntity.md │ │ │ │ │ │ ├── JmgJobCardTerminalGridControlConfigurationEntity.md │ │ │ │ │ │ ├── JmgManualPremiumEntity.md │ │ │ │ │ │ ├── JmgManufacturingExecutionProductionOrderDefaultsEntity.md │ │ │ │ │ │ ├── JmgPayAgreementEntity.md │ │ │ │ │ │ ├── JmgPayAgreementExceptionEntity.md │ │ │ │ │ │ ├── JmgPayAgreementLineEntity.md │ │ │ │ │ │ ├── JmgPayTypeEntity.md │ │ │ │ │ │ ├── JmgPieceworkGroupEntity.md │ │ │ │ │ │ ├── JmgPieceworkGroupMemberEntity.md │ │ │ │ │ │ ├── JmgPlannedTimeAndAttendanceAbsenceRegistrationEntity.md │ │ │ │ │ │ ├── JmgSiteSpecificManufacturingExecutionProductionOrderDefaultsEntity.md │ │ │ │ │ │ ├── JmgTimeAndAttendanceActivityRegistrationCalculationEntity.md │ │ │ │ │ │ ├── JmgTimeAndAttendanceActivityRegistrationEntity.md │ │ │ │ │ │ ├── JmgTimeAndAttendanceApprovalGroupEntity.md │ │ │ │ │ │ ├── JmgTimeAndAttendanceCalculationGroupEntity.md │ │ │ │ │ │ ├── JmgTimeAndAttendanceFlexGroupEntity.md │ │ │ │ │ │ ├── JmgTimeAndAttendanceManualPremiumRegistrationEntity.md │ │ │ │ │ │ ├── JmgTimeAndAttendanceParametersEntity.md │ │ │ │ │ │ ├── JmgTimeAndAttendancePayCalculationPolicyEntity.md │ │ │ │ │ │ ├── JmgTimeAndAttendanceProfileGroupEntity.md │ │ │ │ │ │ ├── JmgTimeAndAttendanceProfileTypeEntity.md │ │ │ │ │ │ ├── JmgTimeAndAttendanceTimeRegistrationWorkerEntity.md │ │ │ │ │ │ ├── JmgTransferredTimeAndAttendanceActivityRegistrationEntity.md │ │ │ │ │ │ ├── JmgWorkOrderDocumentGroupEntity.md │ │ │ │ │ │ ├── JmgWorkOrderDocumentGroupMemberEntity.md │ │ │ │ │ │ ├── JmgWorkOrderDocumentGroupTypeEntity.md │ │ │ │ │ │ ├── KanbanCirculatingKanbanCardEntity.md │ │ │ │ │ │ ├── LeanDefaultLeanProductionFlowEntity.md │ │ │ │ │ │ ├── LeanProductAllocationKeyLeanScheduleGroupAssignmentEntity.md │ │ │ │ │ │ ├── LeanProductionFlowEntity.md │ │ │ │ │ │ ├── LeanProductionFlowModelEntity.md │ │ │ │ │ │ ├── OpResOperationsResourceCapabilityAssignmentEntity.md │ │ │ │ │ │ ├── OpResOperationsResourceCapabilityEntity.md │ │ │ │ │ │ ├── OpResOperationsResourceEntity.md │ │ │ │ │ │ ├── OpResOperationsResourceGroupAssignmentEntity.md │ │ │ │ │ │ ├── OpResOperationsResourceGroupEntity.md │ │ │ │ │ │ ├── OpResOperationsResourceGroupWorkCalendarAssignmentEntity.md │ │ │ │ │ │ ├── OpResOperationsResourceWorkCalendarAssignmentEntity.md │ │ │ │ │ │ ├── ProdBatchOrderByProductEntity.md │ │ │ │ │ │ ├── ProdBatchOrderCoProductEntity.md │ │ │ │ │ │ ├── ProdBatchOrderFormulaLineEntity.md │ │ │ │ │ │ ├── ProdBatchOrderHeaderEntity.md │ │ │ │ │ │ ├── ProdJobCardProductionJournalEntryEntity.md │ │ │ │ │ │ ├── ProdProductionControlParametersEntity.md │ │ │ │ │ │ ├── ProdProductionOrderBillOfMaterialsLineEntity.md │ │ │ │ │ │ ├── ProdProductionOrderHeaderEntity.md │ │ │ │ │ │ ├── ProdProductionOrderRouteJobEntity.md │ │ │ │ │ │ ├── ProdProductionOrderRouteOperationEntity.md │ │ │ │ │ │ ├── ProdProductionOrderRouteOperationResourceRequirementEntity.md │ │ │ │ │ │ ├── ProdProductionPickingListJournalEntryEntity.md │ │ │ │ │ │ ├── ProdProductionRouteTransactionEntity.md │ │ │ │ │ │ ├── ProdProductionUnitEntity.md │ │ │ │ │ │ ├── ProdReleaseKindTableEntity.md │ │ │ │ │ │ ├── ProdReportAsFinishedProductionJournalEntryEntity.md │ │ │ │ │ │ ├── ProdRouteCardProductionJournalEntryEntity.md │ │ │ │ │ │ ├── ProdSiteSpecificProductionControlParametersEntity.md │ │ │ │ │ │ ├── ProductionCostComparisonEntity.md │ │ │ │ │ │ ├── ProductionJournalNameEntity.md │ │ │ │ │ │ ├── ProductionPoolEntity.md │ │ │ │ │ │ ├── RouteCostCategoryEntity.md │ │ │ │ │ │ ├── RouteGroupEntity.md │ │ │ │ │ │ ├── RouteHeaderEntity.md │ │ │ │ │ │ ├── RouteOperationEntity.md │ │ │ │ │ │ ├── RouteOperationPropertiesResourceRequirementEntity.md │ │ │ │ │ │ ├── RouteOperationPropertiesV2Entity.md │ │ │ │ │ │ ├── RouteRouteOperationEntityV2.md │ │ │ │ │ │ ├── RouteVersionODataEntity.md │ │ │ │ │ │ ├── RouteVersionODataV2Entity.md │ │ │ │ │ │ ├── RouteVersionV2Entity.md │ │ │ │ │ │ ├── TSTimesheetLineEntity.md │ │ │ │ │ │ ├── TSTimesheetTableEntity.md │ │ │ │ │ │ ├── WorkCalendarDayEntity.md │ │ │ │ │ │ ├── WorkCalendarEntity.md │ │ │ │ │ │ ├── WorkCalendarTimeIntervalEntity.md │ │ │ │ │ │ ├── WorkCalendarTimeIntervalTemplateEntity.md │ │ │ │ │ │ ├── WorkCalendarTimeTemplateEntity.md │ │ │ │ │ │ ├── WorkPeriodTemplateEntity.md │ │ │ │ │ │ ├── WorkPeriodTemplateLineEntity.md │ │ │ │ │ │ ├── WorkingTimeSchedulingPropertyEntity.md │ │ │ │ │ │ ├── WorkingTimeSchedulingPropertyLinesEntity.md │ │ │ │ │ │ ├── WrkCtrOperationsResourceSchedulingParametersEntity.md │ │ │ │ │ │ ├── WrkCtrSiteSpecificOperationsResourceSchedulingParametersEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── SalesAndMarketing │ │ │ │ │ │ ├── AgreementExternalAgreementClassificationCodeEntity.md │ │ │ │ │ │ ├── CommissionSalesRepresentativeGroupEntity.md │ │ │ │ │ │ ├── CustChargeCustomerGroupEntity.md │ │ │ │ │ │ ├── CustomerPriorityClassificationGroupEntity.md │ │ │ │ │ │ ├── DeliveryReasonEntity.md │ │ │ │ │ │ ├── HMIMClassEntity.md │ │ │ │ │ │ ├── HMIMClassGroupEntity.md │ │ │ │ │ │ ├── HMIMDivisionEntity.md │ │ │ │ │ │ ├── HMIMEMSEntity.md │ │ │ │ │ │ ├── HMIMIdentificationEntity.md │ │ │ │ │ │ ├── HMIMItemMaterialDetailEntity.md │ │ │ │ │ │ ├── HMIMItemMaterialSimpleEntity.md │ │ │ │ │ │ ├── HMIMLabelEntity.md │ │ │ │ │ │ ├── HMIMPackDescriptionEntity.md │ │ │ │ │ │ ├── HMIMPackingGroupEntity.md │ │ │ │ │ │ ├── HMIMPackingInstructionEntity.md │ │ │ │ │ │ ├── HMIMRegulationEntity.md │ │ │ │ │ │ ├── HMIMStowageEntity.md │ │ │ │ │ │ ├── HMIMTechnicalNameEntity.md │ │ │ │ │ │ ├── HMIMTransportCategoryEntity.md │ │ │ │ │ │ ├── HMIMTunnelEntity.md │ │ │ │ │ │ ├── IntercompanyTradingPartnershipEntity.md │ │ │ │ │ │ ├── IntercompanyTradingPartnershipSalesPolicyEntity.md │ │ │ │ │ │ ├── IntercompanyTradingPartnershipSalesValueMappingEntity.md │ │ │ │ │ │ ├── InventSupplementaryProductCustomerGroupEntity.md │ │ │ │ │ │ ├── MCRBrokerContractHeaderEntity.md │ │ │ │ │ │ ├── MCRBrokerContractLineEntity.md │ │ │ │ │ │ ├── MCRBrokerDifferentialReasonCodeEntity.md │ │ │ │ │ │ ├── MCRCouponCatalogEntity.md │ │ │ │ │ │ ├── MCRCouponDiscountEntity.md │ │ │ │ │ │ ├── MCRCouponItemEntity.md │ │ │ │ │ │ ├── MCRCouponSalesOrderEntity.md │ │ │ │ │ │ ├── MCROpenSalesPostageDiscountJournalLineCDSEntity.md │ │ │ │ │ │ ├── MCROpenSalesPostageDiscountJournalLineEntity.md │ │ │ │ │ │ ├── MCRPostageDiscountCustomerGroupEntity.md │ │ │ │ │ │ ├── MCRSalesOrderHoldCodeEntity.md │ │ │ │ │ │ ├── MCRSalesPostageDiscountAgreementEntity.md │ │ │ │ │ │ ├── MCRSalesProductSetDetailV2Entity.md │ │ │ │ │ │ ├── MCRSalesProductSetEntity.md │ │ │ │ │ │ ├── MarkupDocumentChargeEntity.md │ │ │ │ │ │ ├── PriceDiscLineDiscountCustomerGroupEntity.md │ │ │ │ │ │ ├── PriceDiscMultilineDiscountCustomerGroupEntity.md │ │ │ │ │ │ ├── PriceDiscSalesTradeAgreementActivationEntity.md │ │ │ │ │ │ ├── PriceDiscTotalDiscountCustomerGroupEntity.md │ │ │ │ │ │ ├── PriceDiscTradeAgreementJournalNameEntity.md │ │ │ │ │ │ ├── ReturnAutomaticCustomerReturnReasonCodeChargeEntity.md │ │ │ │ │ │ ├── ReturnAutomaticReturnDispositionCodeChargeEntity.md │ │ │ │ │ │ ├── ReturnCustomerReturnReasonCodeEntity.md │ │ │ │ │ │ ├── ReturnCustomerReturnReasonCodeGroupEntity.md │ │ │ │ │ │ ├── ReturnDispositionCodeEntity.md │ │ │ │ │ │ ├── ReturnOrderHeaderEntity.md │ │ │ │ │ │ ├── ReturnOrderLineEntity.md │ │ │ │ │ │ ├── SalesAgreementClassificationEntity.md │ │ │ │ │ │ ├── SalesAgreementClassificationTranslationEntity.md │ │ │ │ │ │ ├── SalesAgreementConfirmationHeaderEntity.md │ │ │ │ │ │ ├── SalesAgreementConfirmationLineEntity.md │ │ │ │ │ │ ├── SalesAgreementHeaderEntity.md │ │ │ │ │ │ ├── SalesAgreementLineEntity.md │ │ │ │ │ │ ├── SalesAgreementLineFulfillmentEntity.md │ │ │ │ │ │ ├── SalesAgreementLineNoteEntity.md │ │ │ │ │ │ ├── SalesAutomaticSalesDocumentHeaderChargeEntity.md │ │ │ │ │ │ ├── SalesAutomaticSalesDocumentHeaderDeliveryChargeEntity.md │ │ │ │ │ │ ├── SalesAutomaticSalesDocumentLineChargeEntity.md │ │ │ │ │ │ ├── SalesAutomaticSalesDocumentLineDeliveryChargeEntity.md │ │ │ │ │ │ ├── SalesBookVATProcessParametersEntity.md │ │ │ │ │ │ ├── SalesCampaignMediaTypeEntity.md │ │ │ │ │ │ ├── SalesCarrierEntity.md │ │ │ │ │ │ ├── SalesChargeCDSEntity.md │ │ │ │ │ │ ├── SalesChargeEntity.md │ │ │ │ │ │ ├── SalesContactPersonTitleEntity.md │ │ │ │ │ │ ├── SalesCustomerProductDescriptionV2Entity.md │ │ │ │ │ │ ├── SalesDeliveryChargeCDSEntity.md │ │ │ │ │ │ ├── SalesDeliveryChargeEntity.md │ │ │ │ │ │ ├── SalesDocumentDefaultsEntity.md │ │ │ │ │ │ ├── SalesDocumentEntryPolicyEntity.md │ │ │ │ │ │ ├── SalesDocumentEventTrackingSetupEntity.md │ │ │ │ │ │ ├── SalesDocumentProcessingPolicyEntity.md │ │ │ │ │ │ ├── SalesDocumentSortingOrderEntity.md │ │ │ │ │ │ ├── SalesExternalSalesAgreementClassificationEntity.md │ │ │ │ │ │ ├── SalesFormletterPackingSlipFormPrintingConfigurationEntity.md │ │ │ │ │ │ ├── SalesFormletterSalesAgreementFormPrintingConfigurationEntity.md │ │ │ │ │ │ ├── SalesFormletterSalesInvoiceFormPrintingConfigurationEntity.md │ │ │ │ │ │ ├── SalesFormletterSalesOrderConfirmationFormPrintingConfigurationEntity.md │ │ │ │ │ │ ├── SalesFormletterSalesQuotationFormPrintingConfigurationEntity.md │ │ │ │ │ │ ├── SalesFormletterWarehousePickingListFormPrintingConfigurationEntity.md │ │ │ │ │ │ ├── SalesLineDiscountAgreementEntity.md │ │ │ │ │ │ ├── SalesMultiLineDiscountAgreementEntity.md │ │ │ │ │ │ ├── SalesOpenSalesLineDiscountJournalLineCDSEntity.md │ │ │ │ │ │ ├── SalesOpenSalesLineDiscountJournalLineEntity.md │ │ │ │ │ │ ├── SalesOpenSalesMultiLineDiscountJournalLineEntity.md │ │ │ │ │ │ ├── SalesOpenSalesPriceJournalLineCDSEntity.md │ │ │ │ │ │ ├── SalesOpenSalesPriceJournalLineEntity.md │ │ │ │ │ │ ├── SalesOpenSalesTotalDiscountJournalLineEntity.md │ │ │ │ │ │ ├── SalesOpportunitySourceTypeEntity.md │ │ │ │ │ │ ├── SalesOpportunitySourceTypeOptionEntity.md │ │ │ │ │ │ ├── SalesOrderConfirmationHeaderEntity.md │ │ │ │ │ │ ├── SalesOrderConfirmationLineEntity.md │ │ │ │ │ │ ├── SalesOrderEntryDeadlineEntity.md │ │ │ │ │ │ ├── SalesOrderHeaderCDSEntity.md │ │ │ │ │ │ ├── SalesOrderHeaderChargeV2Entity.md │ │ │ │ │ │ ├── SalesOrderHeaderV2Entity.md │ │ │ │ │ │ ├── SalesOrderHeaderV2ExistAddrReadOnlyEntity.md │ │ │ │ │ │ ├── SalesOrderLineCDSEntity.md │ │ │ │ │ │ ├── SalesOrderLineChargeV2Entity.md │ │ │ │ │ │ ├── SalesOrderLineV2Entity.md │ │ │ │ │ │ ├── SalesOrderOriginEntity.md │ │ │ │ │ │ ├── SalesOrderPoolEntity.md │ │ │ │ │ │ ├── SalesOrderSummaryUpdateCriteriaEntity.md │ │ │ │ │ │ ├── SalesOrderUpdateLinesParametersEntity.md │ │ │ │ │ │ ├── SalesPackageAppearanceEntity.md │ │ │ │ │ │ ├── SalesPackingSlipTrackingInformationEntity.md │ │ │ │ │ │ ├── SalesPeriodConfirmationEntity.md │ │ │ │ │ │ ├── SalesPriceAgreementEntity.md │ │ │ │ │ │ ├── SalesPriceSmartRoundingVersionCurrencyEntity.md │ │ │ │ │ │ ├── SalesPriceSmartRoundingVersionEntity.md │ │ │ │ │ │ ├── SalesPriceSmartRoundingVersionRuleEntity.md │ │ │ │ │ │ ├── SalesProductCategoryEntity.md │ │ │ │ │ │ ├── SalesProductCategoryLegalEntityDefaultsEntity.md │ │ │ │ │ │ ├── SalesProductDescriptionCustomerGroupEntity.md │ │ │ │ │ │ ├── SalesProspectRelationTypeEntity.md │ │ │ │ │ │ ├── SalesQuotationHeaderCDSEntity.md │ │ │ │ │ │ ├── SalesQuotationHeaderV2Entity.md │ │ │ │ │ │ ├── SalesQuotationLineCDSEntity.md │ │ │ │ │ │ ├── SalesQuotationLineV2Entity.md │ │ │ │ │ │ ├── SalesQuotationPrognosisEntity.md │ │ │ │ │ │ ├── SalesQuotationTemplateGroupEntity.md │ │ │ │ │ │ ├── SalesQuotationTypeEntity.md │ │ │ │ │ │ ├── SalesRebateAgreementHeaderV2Entity.md │ │ │ │ │ │ ├── SalesRebateAgreementLineEntity.md │ │ │ │ │ │ ├── SalesRebateAgreementProductSelectionV2Entity.md │ │ │ │ │ │ ├── SalesRebateCustomerGroupEntity.md │ │ │ │ │ │ ├── SalesRebateEntity.md │ │ │ │ │ │ ├── SalesRebateParametersEntity.md │ │ │ │ │ │ ├── SalesRebateProductFreightGroupEntity.md │ │ │ │ │ │ ├── SalesRebateProductGroupEntity.md │ │ │ │ │ │ ├── SalesRebateProgramTypeEntity.md │ │ │ │ │ │ ├── SalesShipmentReportFormPrintingConfigurationEntity.md │ │ │ │ │ │ ├── SalesTMACustomerGroupEntity.md │ │ │ │ │ │ ├── SalesTotalDiscountAgreementEntity.md │ │ │ │ │ │ ├── SalesUnitEntity.md │ │ │ │ │ │ ├── SalesVoidedSalesOrderHeaderEntity.md │ │ │ │ │ │ ├── SalesVoidedSalesOrderLineEntity.md │ │ │ │ │ │ ├── TAMFundCustomerEntity.md │ │ │ │ │ │ ├── TAMFundUsageEntity.md │ │ │ │ │ │ ├── TAMMarketingObjectiveEntity.md │ │ │ │ │ │ ├── TAMPaymentDeductionDenyReasonEntity.md │ │ │ │ │ │ ├── TAMTradeAllowanceAgreementFundEntity.md │ │ │ │ │ │ ├── TAMTradeAllowanceAgreementHeaderEntity.md │ │ │ │ │ │ ├── TAMTradeAllowanceAgreementMerchandisingEventBillBackEntity.md │ │ │ │ │ │ ├── TAMTradeAllowanceAgreementMerchandisingEventBillBackLineEntity.md │ │ │ │ │ │ ├── TAMTradeAllowanceAgreementMerchandisingEventDiscountEntity.md │ │ │ │ │ │ ├── TAMTradeAllowanceAgreementMerchandisingEventEntity.md │ │ │ │ │ │ ├── TAMTradeAllowanceAgreementMerchandisingEventFundEntity.md │ │ │ │ │ │ ├── TAMTradeAllowanceAgreementMerchandisingEventLumpSumEntity.md │ │ │ │ │ │ ├── TAMTradeAllowanceAgreementMerchandisingEventProductV2Entity.md │ │ │ │ │ │ ├── TAMTradeAllowanceAgreementProductV2Entity.md │ │ │ │ │ │ ├── TaxSalesOrderTransTaxInformationEntity.md │ │ │ │ │ │ ├── TaxSalesQuotationTransTaxInformationEntity.md │ │ │ │ │ │ ├── TradeAgreementJournalHeaderEntity.md │ │ │ │ │ │ ├── TradeOpenTradeAgreementJournalHeaderV2Entity.md │ │ │ │ │ │ ├── TransTaxInformationEntity.md │ │ │ │ │ │ ├── overview.md │ │ │ │ │ │ ├── smmActivitiesEntity.md │ │ │ │ │ │ ├── smmActivitiesForCDSCasesEntity.md │ │ │ │ │ │ ├── smmActivityParentLinkEntity.md │ │ │ │ │ │ ├── smmBusinessClassificationEntity.md │ │ │ │ │ │ ├── smmCampaignCancellationReasonCodeEntity.md │ │ │ │ │ │ ├── smmCampaignCreationPolicyEntity.md │ │ │ │ │ │ ├── smmCampaignEmailTemplateEntity.md │ │ │ │ │ │ ├── smmCampaignGroupEntity.md │ │ │ │ │ │ ├── smmCampaignTargetEntity.md │ │ │ │ │ │ ├── smmCampaignTypeEntity.md │ │ │ │ │ │ ├── smmCompanyChainEntity.md │ │ │ │ │ │ ├── smmComplimentaryClosingEntity.md │ │ │ │ │ │ ├── smmContactPersonCDSV2Entity.md │ │ │ │ │ │ ├── smmContactPersonV2Entity.md │ │ │ │ │ │ ├── smmCustomerContactPersonCDSEntity.md │ │ │ │ │ │ ├── smmDecisionMakingRoleEntity.md │ │ │ │ │ │ ├── smmDirectMailingCategoryEntity.md │ │ │ │ │ │ ├── smmDirectMailingCategoryItemEntity.md │ │ │ │ │ │ ├── smmEmailCategoryEntity.md │ │ │ │ │ │ ├── smmEmailGroupEntity.md │ │ │ │ │ │ ├── smmEmploymentJobFunctionEntity.md │ │ │ │ │ │ ├── smmInterestTypeEntity.md │ │ │ │ │ │ ├── smmKnowledgeArticleEntity.md │ │ │ │ │ │ ├── smmLeadContactPersonCDSEntity.md │ │ │ │ │ │ ├── smmLeadEntity.md │ │ │ │ │ │ ├── smmLeadPriorityEntity.md │ │ │ │ │ │ ├── smmLeadProcessingPolicyEntity.md │ │ │ │ │ │ ├── smmLeadRatingEntity.md │ │ │ │ │ │ ├── smmLeadTypeEntity.md │ │ │ │ │ │ ├── smmLoyaltyLevelEntity.md │ │ │ │ │ │ ├── smmMarketingMailPolicyEntity.md │ │ │ │ │ │ ├── smmOpportunityMaintenancePolicyEntity.md │ │ │ │ │ │ ├── smmOpportunityProbabilityRateEntity.md │ │ │ │ │ │ ├── smmOpportunityReasonCodeEntity.md │ │ │ │ │ │ ├── smmPartyBusinessClassificationAssignmentEntity.md │ │ │ │ │ │ ├── smmPersonalCharacterTypeEntity.md │ │ │ │ │ │ ├── smmProspectCreationPolicyEntity.md │ │ │ │ │ │ ├── smmProspectEntity.md │ │ │ │ │ │ ├── smmProspectStatisticsDefaultsEntity.md │ │ │ │ │ │ ├── smmProspectStatusEntity.md │ │ │ │ │ │ ├── smmQuotationDocumentConclusionEntity.md │ │ │ │ │ │ ├── smmQuotationDocumentIntroductionEntity.md │ │ │ │ │ │ ├── smmQuotationDocumentTitleEntity.md │ │ │ │ │ │ ├── smmSalesActivityCreationPolicyEntity.md │ │ │ │ │ │ ├── smmSalesActivityPhaseEntity.md │ │ │ │ │ │ ├── smmSalesActivityPlanEntity.md │ │ │ │ │ │ ├── smmSalesActivityTypeEntity.md │ │ │ │ │ │ ├── smmSalesRoleResponsibilityEntity.md │ │ │ │ │ │ ├── smmSalutationEntity.md │ │ │ │ │ │ ├── smmTelemarketingCancellationReasonEntity.md │ │ │ │ │ │ └── smmTransactionLoggingPolicyEntity.md │ │ │ │ │ ├── ServiceManagement │ │ │ │ │ │ ├── SMAServiceAgreementGroupEntity.md │ │ │ │ │ │ ├── SMAServiceAgreementHeaderEntity.md │ │ │ │ │ │ ├── SMAServiceAgreementLineEntity.md │ │ │ │ │ │ ├── SMAServiceAgreementTemplateGroupEntity.md │ │ │ │ │ │ ├── SMAServiceBillOfMaterialTemplateEntity.md │ │ │ │ │ │ ├── SMAServiceDispatchTeamEntity.md │ │ │ │ │ │ ├── SMAServiceIntervalEntity.md │ │ │ │ │ │ ├── SMAServiceLevelAgreementEntity.md │ │ │ │ │ │ ├── SMAServiceManagementParametersEntity.md │ │ │ │ │ │ ├── SMAServiceObjectEntity.md │ │ │ │ │ │ ├── SMAServiceObjectGroupEntity.md │ │ │ │ │ │ ├── SMAServiceOrderHeaderEntity.md │ │ │ │ │ │ ├── SMAServiceOrderLineEntity.md │ │ │ │ │ │ ├── SMAServiceOrderStageEntity.md │ │ │ │ │ │ ├── SMAServiceRepairConditionEntity.md │ │ │ │ │ │ ├── SMAServiceRepairDiagnosisAreaEntity.md │ │ │ │ │ │ ├── SMAServiceRepairResolutionEntity.md │ │ │ │ │ │ ├── SMAServiceRepairStageEntity.md │ │ │ │ │ │ ├── SMAServiceRepairSymptomAreaEntity.md │ │ │ │ │ │ ├── SMAServiceStageReasonCodeEntity.md │ │ │ │ │ │ ├── SMAServiceSubscriptionGroupEntity.md │ │ │ │ │ │ ├── SMAServiceSubscriptionParametersEntity.md │ │ │ │ │ │ ├── SMAServiceSubscriptionSalesPriceEntity.md │ │ │ │ │ │ ├── SMAServiceTaskEntity.md │ │ │ │ │ │ ├── SMAServiceTimeWindowEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── Transportation │ │ │ │ │ │ ├── TMSAccessorialChargeMasterEntity.md │ │ │ │ │ │ ├── TMSCarrierFuelIndexEntity.md │ │ │ │ │ │ ├── TMSCarrierFuelIndexLineEntity.md │ │ │ │ │ │ ├── TMSCustomerShippingCarrierCustomerAccountEntity.md │ │ │ │ │ │ ├── TMSDockDoorAppointmentChangeReasonEntity.md │ │ │ │ │ │ ├── TMSFreightBillDetailEntity.md │ │ │ │ │ │ ├── TMSFreightBillMatchingAuditToleranceLevelEntity.md │ │ │ │ │ │ ├── TMSFreightBillMatchingAuditToleranceLevelExceptionEntity.md │ │ │ │ │ │ ├── TMSFreightBillTypeAssignmentEntity.md │ │ │ │ │ │ ├── TMSFreightBillTypeDetailEntity.md │ │ │ │ │ │ ├── TMSFreightBillTypeEntity.md │ │ │ │ │ │ ├── TMSFreightInvoiceHeaderEntity.md │ │ │ │ │ │ ├── TMSFreightInvoiceHeaderV2Entity.md │ │ │ │ │ │ ├── TMSFreightInvoiceLineV2Entity.md │ │ │ │ │ │ ├── TMSFreightReconciliationReasonCodeEntity.md │ │ │ │ │ │ ├── TMSFuelIndexEntity.md │ │ │ │ │ │ ├── TMSFuelIndexRegionEntity.md │ │ │ │ │ │ ├── TMSInventoryFreightChargeEntity.md │ │ │ │ │ │ ├── TMSLateShipReasonEntity.md │ │ │ │ │ │ ├── TMSProcurementFreightChargeEntity.md │ │ │ │ │ │ ├── TMSRoutePlanHubConfigurationEntity.md │ │ │ │ │ │ ├── TMSSalesDeliveryFreightChargeEntity.md │ │ │ │ │ │ ├── TMSSalesFreightChargeEntity.md │ │ │ │ │ │ ├── TMSShippingCarrierAccessorialChargeEntity.md │ │ │ │ │ │ ├── TMSShippingCarrierCustomerAccountCriterionEntity.md │ │ │ │ │ │ ├── TMSShippingCarrierEntity.md │ │ │ │ │ │ ├── TMSShippingCarrierNumberSequenceEntity.md │ │ │ │ │ │ ├── TMSShippingCarrierPostalAddressEntity.md │ │ │ │ │ │ ├── TMSShippingCarrierRatingProfileEntity.md │ │ │ │ │ │ ├── TMSShippingCarrierServiceEntity.md │ │ │ │ │ │ ├── TMSShippingCarrierServiceGroupAssignmentEntity.md │ │ │ │ │ │ ├── TMSShippingCarrierServiceGroupEntity.md │ │ │ │ │ │ ├── TMSTransportationAccessorialChargeAssignmentEntity.md │ │ │ │ │ │ ├── TMSTransportationAppointmentChangeReasonCodeEntity.md │ │ │ │ │ │ ├── TMSTransportationAppointmentDriverLogEntity.md │ │ │ │ │ │ ├── TMSTransportationAppointmentEntity.md │ │ │ │ │ │ ├── TMSTransportationAppointmentHistoryEntity.md │ │ │ │ │ │ ├── TMSTransportationAppointmentRuleEntity.md │ │ │ │ │ │ ├── TMSTransportationBillingGroupEntity.md │ │ │ │ │ │ ├── TMSTransportationCustomerChargeEntity.md │ │ │ │ │ │ ├── TMSTransportationCustomerChargeManualOverrideRateEntity.md │ │ │ │ │ │ ├── TMSTransportationDiscountEntity.md │ │ │ │ │ │ ├── TMSTransportationEquipmentEntity.md │ │ │ │ │ │ ├── TMSTransportationGenericEngineEntity.md │ │ │ │ │ │ ├── TMSTransportationGenericEngineParameterEntity.md │ │ │ │ │ │ ├── TMSTransportationHubAccessorialChargeEntity.md │ │ │ │ │ │ ├── TMSTransportationHubEntity.md │ │ │ │ │ │ ├── TMSTransportationHubTypeEntity.md │ │ │ │ │ │ ├── TMSTransportationItemConstraintEntity.md │ │ │ │ │ │ ├── TMSTransportationLoadBuildingStrategyEntity.md │ │ │ │ │ │ ├── TMSTransportationManagementParametersEntity.md │ │ │ │ │ │ ├── TMSTransportationMethodEntity.md │ │ │ │ │ │ ├── TMSTransportationMileageEngineDetailEntity.md │ │ │ │ │ │ ├── TMSTransportationMileageEngineDetailMetadataEntity.md │ │ │ │ │ │ ├── TMSTransportationMileageEngineEntity.md │ │ │ │ │ │ ├── TMSTransportationMileageEngineParameterEntity.md │ │ │ │ │ │ ├── TMSTransportationModeEntity.md │ │ │ │ │ │ ├── TMSTransportationPurchaseLoadBuildingTemplateEntity.md │ │ │ │ │ │ ├── TMSTransportationPurchaseLoadBuildingTemplateSequenceEntity.md │ │ │ │ │ │ ├── TMSTransportationRateAssignmentEntity.md │ │ │ │ │ │ ├── TMSTransportationRateBaseDetailEntity.md │ │ │ │ │ │ ├── TMSTransportationRateBaseEntity.md │ │ │ │ │ │ ├── TMSTransportationRateBreakMasterEntity.md │ │ │ │ │ │ ├── TMSTransportationRateBreakValueEntity.md │ │ │ │ │ │ ├── TMSTransportationRateEngineEntity.md │ │ │ │ │ │ ├── TMSTransportationRateEngineParameterEntity.md │ │ │ │ │ │ ├── TMSTransportationRateMasterEntity.md │ │ │ │ │ │ ├── TMSTransportationRatingMetadataAssignmentFieldEntity.md │ │ │ │ │ │ ├── TMSTransportationRatingMetadataEntity.md │ │ │ │ │ │ ├── TMSTransportationRatingMetadataRateBaseFieldEntity.md │ │ │ │ │ │ ├── TMSTransportationRouteGuideEntity.md │ │ │ │ │ │ ├── TMSTransportationRoutePlanEntity.md │ │ │ │ │ │ ├── TMSTransportationRoutePlanSegmentEntity.md │ │ │ │ │ │ ├── TMSTransportationRouteScheduleEntity.md │ │ │ │ │ │ ├── TMSTransportationSalesLoadBuildingTemplateEntity.md │ │ │ │ │ │ ├── TMSTransportationSalesLoadBuildingTemplateSequenceEntity.md │ │ │ │ │ │ ├── TMSTransportationShipmentConstraintEntity.md │ │ │ │ │ │ ├── TMSTransportationShipmentLoadBuildingTemplateEntity.md │ │ │ │ │ │ ├── TMSTransportationShipmentLoadBuildingTemplateSequenceEntity.md │ │ │ │ │ │ ├── TMSTransportationStatusMasterEntity.md │ │ │ │ │ │ ├── TMSTransportationTemplateCustomerChargeManualOverrideRateEntity.md │ │ │ │ │ │ ├── TMSTransportationTemplateEntity.md │ │ │ │ │ │ ├── TMSTransportationTenderEntity.md │ │ │ │ │ │ ├── TMSTransportationTenderHistoryEntity.md │ │ │ │ │ │ ├── TMSTransportationTransferLoadBuildingTemplateEntity.md │ │ │ │ │ │ ├── TMSTransportationTransferLoadBuildingTemplateSequenceEntity.md │ │ │ │ │ │ ├── TMSTransportationTransitTimeEngineDetailEntity.md │ │ │ │ │ │ ├── TMSTransportationTransitTimeEngineDetailMetadataEntity.md │ │ │ │ │ │ ├── TMSTransportationTransitTimeEngineEntity.md │ │ │ │ │ │ ├── TMSTransportationTransitTimeEngineParameterEntity.md │ │ │ │ │ │ ├── TMSTransportationVendorChargeEntity.md │ │ │ │ │ │ ├── TMSTransportationVendorChargeManualOverrideRateEntity.md │ │ │ │ │ │ ├── TMSTransportationZoneDetailEntity.md │ │ │ │ │ │ ├── TMSTransportationZoneDetailMetadataEntity.md │ │ │ │ │ │ ├── TMSTransportationZoneEngineEntity.md │ │ │ │ │ │ ├── TMSTransportationZoneEngineParameterEntity.md │ │ │ │ │ │ ├── TMSTransportationZoneMasterEntity.md │ │ │ │ │ │ ├── TransportationDocumentEntity.md │ │ │ │ │ │ ├── WHSProductHarmonizedTariffCodeEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── Vendor │ │ │ │ │ │ ├── VendTableChangeProposalFieldEnablementEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── WMS │ │ │ │ │ │ ├── WHSAllowedContainerTypeEntity.md │ │ │ │ │ │ ├── WHSAllowedContainerTypeGroupEntity.md │ │ │ │ │ │ ├── WHSCatchWeightItemHandlingPolicyV2Entity.md │ │ │ │ │ │ ├── WHSCatchWeightTagEntity.md │ │ │ │ │ │ ├── WHSContainerBuildTemplateV2Entity.md │ │ │ │ │ │ ├── WHSContainerClosingProfileEntity.md │ │ │ │ │ │ ├── WHSContainerGroupDetailEntity.md │ │ │ │ │ │ ├── WHSContainerGroupEntity.md │ │ │ │ │ │ ├── WHSContainerMixingConstraintBaseEntity.md │ │ │ │ │ │ ├── WHSContainerMixingConstraintEntity.md │ │ │ │ │ │ ├── WHSContainerTypeV2Entity.md │ │ │ │ │ │ ├── WHSCrossDockingOpportunityPolicyDemandSourceSelectionCriteriaEntity.md │ │ │ │ │ │ ├── WHSCrossDockingOpportunityPolicyEntity.md │ │ │ │ │ │ ├── WHSCustomWarehouseWorkTypeEntity.md │ │ │ │ │ │ ├── WHSCustomerGroupProductFilterEntity.md │ │ │ │ │ │ ├── WHSCustomerProductFilterEntity.md │ │ │ │ │ │ ├── WHSCycleCountingPlanEntity.md │ │ │ │ │ │ ├── WHSCycleCountingPlanProductSelectionEntity.md │ │ │ │ │ │ ├── WHSCycleCountingThresholdEntity.md │ │ │ │ │ │ ├── WHSCycleCountingWarehouseWorkLineV2Entity.md │ │ │ │ │ │ ├── WHSDocumentRoutingPrinterEntity.md │ │ │ │ │ │ ├── WHSDocumentRoutingPrinterLayoutEntity.md │ │ │ │ │ │ ├── WHSFirstContainerAttributeEntity.md │ │ │ │ │ │ ├── WHSFirstProductFilterCodeEntity.md │ │ │ │ │ │ ├── WHSFirstWarehouseWaveAttributeEntity.md │ │ │ │ │ │ ├── WHSFixedProductWarehouseLocationV2Entity.md │ │ │ │ │ │ ├── WHSFourthContainerAttributeEntity.md │ │ │ │ │ │ ├── WHSFourthProductFilterCodeEntity.md │ │ │ │ │ │ ├── WHSFourthWarehouseWaveAttributeEntity.md │ │ │ │ │ │ ├── WHSGenerallyAvailableProductFilterEntity.md │ │ │ │ │ │ ├── WHSInboundLoadHeaderEntity.md │ │ │ │ │ │ ├── WHSInboundLoadPackingStructureCaseEntity.md │ │ │ │ │ │ ├── WHSInboundLoadPackingStructureCaseLineV2Entity.md │ │ │ │ │ │ ├── WHSInboundLoadPackingStructureCaseLineV3Entity.md │ │ │ │ │ │ ├── WHSInboundLoadPackingStructureEntity.md │ │ │ │ │ │ ├── WHSInboundLoadPackingStructureLineV2Entity.md │ │ │ │ │ │ ├── WHSInboundLoadPackingStructureLineV3Entity.md │ │ │ │ │ │ ├── WHSInboundShipmentHeaderEntity.md │ │ │ │ │ │ ├── WHSInventoryAdjustmentTypeEntity.md │ │ │ │ │ │ ├── WHSInventoryMovementTypeEntity.md │ │ │ │ │ │ ├── WHSInventoryReservationHierarchyEntity.md │ │ │ │ │ │ ├── WHSInventoryReservationHierarchyLevelEntity.md │ │ │ │ │ │ ├── WHSItemDefaultInventoryStatusEntity.md │ │ │ │ │ │ ├── WHSItemPhysicalDimensionDetailEntity.md │ │ │ │ │ │ ├── WHSLaborStandardEntity.md │ │ │ │ │ │ ├── WHSLaborStandardLineEntity.md │ │ │ │ │ │ ├── WHSLessThanTruckloadClassEntity.md │ │ │ │ │ │ ├── WHSLicensePlateEntity.md │ │ │ │ │ │ ├── WHSLicensePlateLabelBuildConfigurationEntity.md │ │ │ │ │ │ ├── WHSLicensePlateLabelBuildSkipFieldConfigurationEntity.md │ │ │ │ │ │ ├── WHSLoadPostingMethodEntity.md │ │ │ │ │ │ ├── WHSLoadTemplateEntity.md │ │ │ │ │ │ ├── WHSLoadingDockManagementProfileEntity.md │ │ │ │ │ │ ├── WHSOutboundLoadHeaderEntity.md │ │ │ │ │ │ ├── WHSOutboundLoadPackingStructureCaseEntity.md │ │ │ │ │ │ ├── WHSOutboundLoadPackingStructureCaseLineEntity.md │ │ │ │ │ │ ├── WHSOutboundLoadPackingStructureCaseLineV2Entity.md │ │ │ │ │ │ ├── WHSOutboundLoadPackingStructureEntity.md │ │ │ │ │ │ ├── WHSOutboundLoadPackingStructureLineEntity.md │ │ │ │ │ │ ├── WHSOutboundLoadPackingStructureLineV2Entity.md │ │ │ │ │ │ ├── WHSOutboundShipmentHeaderEntity.md │ │ │ │ │ │ ├── WHSPackSizeCategoryEntity.md │ │ │ │ │ │ ├── WHSPhysicalDimensionGroupDetailEntity.md │ │ │ │ │ │ ├── WHSPhysicalDimensionGroupEntity.md │ │ │ │ │ │ ├── WHSProductFilterGroupDetailV2Entity.md │ │ │ │ │ │ ├── WHSProductFilterGroupV2Entity.md │ │ │ │ │ │ ├── WHSPurchaseOrderDocumentRoutingV2Entity.md │ │ │ │ │ │ ├── WHSReturnOrderDocumentRoutingV2Entity.md │ │ │ │ │ │ ├── WHSSalesOrderDocumentRoutingV2Entity.md │ │ │ │ │ │ ├── WHSSecondContainerAttributeEntity.md │ │ │ │ │ │ ├── WHSSecondProductFilterCodeEntity.md │ │ │ │ │ │ ├── WHSSecondWarehouseWaveAttributeEntity.md │ │ │ │ │ │ ├── WHSShipConsolidationTemplateV2Entity.md │ │ │ │ │ │ ├── WHSThirdContainerAttributeEntity.md │ │ │ │ │ │ ├── WHSThirdProductFilterCodeEntity.md │ │ │ │ │ │ ├── WHSThirdWarehouseWaveAttributeEntity.md │ │ │ │ │ │ ├── WHSUSNationalMotorFreightClassificationCodeEntity.md │ │ │ │ │ │ ├── WHSUnitOfMeasureConversionSequenceGroupEntity.md │ │ │ │ │ │ ├── WHSUnitOfMeasureConversionSequenceGroupSequenceEntity.md │ │ │ │ │ │ ├── WHSValidWarehouseWorkClassPutLocationTypeEntity.md │ │ │ │ │ │ ├── WHSVendorGroupProductFilterEntity.md │ │ │ │ │ │ ├── WHSVendorProductFilterEntity.md │ │ │ │ │ │ ├── WHSWarehouseAppFieldEntity.md │ │ │ │ │ │ ├── WHSWarehouseAppFieldGroupEntity.md │ │ │ │ │ │ ├── WHSWarehouseAppFieldLineEntity.md │ │ │ │ │ │ ├── WHSWarehouseClusterProfileSortingEntity.md │ │ │ │ │ │ ├── WHSWarehouseClusterProfileV2Entity.md │ │ │ │ │ │ ├── WHSWarehouseDispositionCodeEntity.md │ │ │ │ │ │ ├── WHSWarehouseDocumentRoutingV2Entity.md │ │ │ │ │ │ ├── WHSWarehouseFulfillmentPolicyEntity.md │ │ │ │ │ │ ├── WHSWarehouseLocationContainerTypeLimitEntity.md │ │ │ │ │ │ ├── WHSWarehouseLocationDirectiveCodeEntity.md │ │ │ │ │ │ ├── WHSWarehouseLocationDirectiveFailureEntity.md │ │ │ │ │ │ ├── WHSWarehouseLocationDirectiveLineActionV2Entity.md │ │ │ │ │ │ ├── WHSWarehouseLocationDirectiveLineEntity.md │ │ │ │ │ │ ├── WHSWarehouseLocationDirectiveLineUnitOfMeasureRestrictionEntity.md │ │ │ │ │ │ ├── WHSWarehouseLocationDirectiveV2Entity.md │ │ │ │ │ │ ├── WHSWarehouseLocationFormatEntity.md │ │ │ │ │ │ ├── WHSWarehouseLocationFormatSegmentEntity.md │ │ │ │ │ │ ├── WHSWarehouseLocationLicensePlatePositionEntity.md │ │ │ │ │ │ ├── WHSWarehouseLocationProfileEntity.md │ │ │ │ │ │ ├── WHSWarehouseManagementParametersV2Entity.md │ │ │ │ │ │ ├── WHSWarehouseMobileDeviceMenuEntity.md │ │ │ │ │ │ ├── WHSWarehouseMobileDeviceMenuItemCycleCountingEntity.md │ │ │ │ │ │ ├── WHSWarehouseMobileDeviceMenuItemDefaultDataEntity.md │ │ │ │ │ │ ├── WHSWarehouseMobileDeviceMenuItemSystemDirectedSortingOrderEntity.md │ │ │ │ │ │ ├── WHSWarehouseMobileDeviceMenuItemV3Entity.md │ │ │ │ │ │ ├── WHSWarehouseMobileDeviceMenuItemWorkClassEntity.md │ │ │ │ │ │ ├── WHSWarehouseMobileDeviceMenuItemWorkConfirmationEntity.md │ │ │ │ │ │ ├── WHSWarehouseMobileDeviceMenuStructureEntity.md │ │ │ │ │ │ ├── WHSWarehouseMobileDeviceUserAssignedWarehouseEntity.md │ │ │ │ │ │ ├── WHSWarehouseMobileDeviceUserEntity.md │ │ │ │ │ │ ├── WHSWarehousePackageClassEntity.md │ │ │ │ │ │ ├── WHSWarehousePackingProfileEntity.md │ │ │ │ │ │ ├── WHSWarehousePutawayClusterProfileWorkTemplateEntity.md │ │ │ │ │ │ ├── WHSWarehouseReplenishmentRequestTypeEntity.md │ │ │ │ │ │ ├── WHSWarehouseReplenishmentTemplateEntity.md │ │ │ │ │ │ ├── WHSWarehouseReplenishmentTemplateLineEntity.md │ │ │ │ │ │ ├── WHSWarehouseStockingLimitEntity.md │ │ │ │ │ │ ├── WHSWarehouseStockingLimitV2Entity.md │ │ │ │ │ │ ├── WHSWarehouseWaveFilterV2Entity.md │ │ │ │ │ │ ├── WHSWarehouseWaveProcessingMethodEntity.md │ │ │ │ │ │ ├── WHSWarehouseWaveTemplateProcessingMethodAssignmentEntity.md │ │ │ │ │ │ ├── WHSWarehouseWaveTemplateV3Entity.md │ │ │ │ │ │ ├── WHSWarehouseWorkAuditTemplateEntity.md │ │ │ │ │ │ ├── WHSWarehouseWorkAuditTemplateLineEntity.md │ │ │ │ │ │ ├── WHSWarehouseWorkClassEntity.md │ │ │ │ │ │ ├── WHSWarehouseWorkCreationRuleV2Entity.md │ │ │ │ │ │ ├── WHSWarehouseWorkExceptionEntity.md │ │ │ │ │ │ ├── WHSWarehouseWorkHeaderEntity.md │ │ │ │ │ │ ├── WHSWarehouseWorkLineBIEntity.md │ │ │ │ │ │ ├── WHSWarehouseWorkLineEntity.md │ │ │ │ │ │ ├── WHSWarehouseWorkOperationProcessingRuleEntity.md │ │ │ │ │ │ ├── WHSWarehouseWorkPolicyEntity.md │ │ │ │ │ │ ├── WHSWarehouseWorkPolicyLocationEntity.md │ │ │ │ │ │ ├── WHSWarehouseWorkPolicyProductEntity.md │ │ │ │ │ │ ├── WHSWarehouseWorkPoolEntity.md │ │ │ │ │ │ ├── WHSWarehouseWorkProcessingPolicyEntity.md │ │ │ │ │ │ ├── WHSWarehouseWorkTemplateLineEntity.md │ │ │ │ │ │ ├── WHSWarehouseWorkTemplateV2Entity.md │ │ │ │ │ │ ├── WHSWarehouseWorkTemplateWorkBreakEntity.md │ │ │ │ │ │ ├── WHSWarehouseWorkTemplateWorkLineBreakEntity.md │ │ │ │ │ │ ├── WHSWarehouseZoneEntity.md │ │ │ │ │ │ ├── WHSWarehouseZoneGroupEntity.md │ │ │ │ │ │ ├── WHSWaveStepCodeEntity.md │ │ │ │ │ │ ├── WMSItemArrivalJournalHeaderV2Entity.md │ │ │ │ │ │ ├── WMSItemArrivalJournalLineV2Entity.md │ │ │ │ │ │ ├── WMSWarehouseLocationEntity.md │ │ │ │ │ │ ├── WMSWarehouseLocationParametersEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ └── overview.md │ │ │ │ ├── System │ │ │ │ │ ├── OrganizationAdministration │ │ │ │ │ │ ├── EmailTemplateMessageOrganizationEntity.md │ │ │ │ │ │ ├── EmailTemplateOrganizationEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── SystemAdministration │ │ │ │ │ │ ├── BIDateGregorianEntity.md │ │ │ │ │ │ ├── BatchGroupEntity.md │ │ │ │ │ │ ├── BatchJobEntity.md │ │ │ │ │ │ ├── BatchJobHistoryEntity.md │ │ │ │ │ │ ├── BatchServerScheduleEntity.md │ │ │ │ │ │ ├── BrazilParametersEntity.md │ │ │ │ │ │ ├── BrazilianElectronicReportingParametersEntity.md │ │ │ │ │ │ ├── CaseAssociationEntity.md │ │ │ │ │ │ ├── CaseDependencyEntity.md │ │ │ │ │ │ ├── CaseDetailBaseEntity.md │ │ │ │ │ │ ├── CityHolidayEntity.md │ │ │ │ │ │ ├── ConfiguratorDefinitionGroupEntity.md │ │ │ │ │ │ ├── ConfiguratorDefinitionGroupFieldEntity.md │ │ │ │ │ │ ├── ConfiguratorDefinitionGroupFieldRangeEntity.md │ │ │ │ │ │ ├── ConfiguratorDefinitionGroupSortOrderEntity.md │ │ │ │ │ │ ├── ConfiguratorDefinitionGroupSummationEntity.md │ │ │ │ │ │ ├── ConfiguratorDefinitionGroupTableEntity.md │ │ │ │ │ │ ├── ConfiguratorDefinitionGroupTableRelationEntity.md │ │ │ │ │ │ ├── ConfiguratorLayoutFieldEntity.md │ │ │ │ │ │ ├── ConfiguratorLayoutGroupEntity.md │ │ │ │ │ │ ├── ConfiguratorLayoutLinesEntity.md │ │ │ │ │ │ ├── CurrencyEntity.md │ │ │ │ │ │ ├── CurrencyISOCodeEntity.md │ │ │ │ │ │ ├── CurrencyRevaluationAccountV2Entity.md │ │ │ │ │ │ ├── DMFDefinitionGroupTemplateHeaderEntity.md │ │ │ │ │ │ ├── DMFDefinitionGroupTemplateLineEntity.md │ │ │ │ │ │ ├── DMFEntityExecutionParametersEntity.md │ │ │ │ │ │ ├── DataManagementDefinitionGroupDetailEntity.md │ │ │ │ │ │ ├── DataManagementDefinitionGroupEntity.md │ │ │ │ │ │ ├── DataManagementEntity.md │ │ │ │ │ │ ├── DataManagementExecutionJobDetailEntity.md │ │ │ │ │ │ ├── DataManagementExecutionJobEntity.md │ │ │ │ │ │ ├── DataManagementTargetMapEntity.md │ │ │ │ │ │ ├── DataManagementTemplateDetailEntity.md │ │ │ │ │ │ ├── DataManagementTemplateEntity.md │ │ │ │ │ │ ├── DataManagementTemplateSourceDependencyEntity.md │ │ │ │ │ │ ├── DataManagementTemplateSourceEntity.md │ │ │ │ │ │ ├── DemoDataPostEntity.md │ │ │ │ │ │ ├── DirPartyCDSEntity.md │ │ │ │ │ │ ├── DocuEnabledTableEntity.md │ │ │ │ │ │ ├── DocuFileTypesEntity.md │ │ │ │ │ │ ├── DocuParametersEntity.md │ │ │ │ │ │ ├── DocuRefEntity.md │ │ │ │ │ │ ├── DocuTypeEntity.md │ │ │ │ │ │ ├── DocumentRoutingClientAppEntity.md │ │ │ │ │ │ ├── DocumentRoutingJobEntity.md │ │ │ │ │ │ ├── DocumentRoutingPrinterEntity.md │ │ │ │ │ │ ├── EFDocEmailAccountConfigurationEntity.md │ │ │ │ │ │ ├── EcoResProductCDSCategoryAssignmentV2Entity.md │ │ │ │ │ │ ├── EmailTemplateMessageSystemEntity.md │ │ │ │ │ │ ├── EmailTemplateSystemEntity.md │ │ │ │ │ │ ├── ExchangeRateEntity.md │ │ │ │ │ │ ├── ExchangeRateTypeEntity.md │ │ │ │ │ │ ├── GBTParametersEntity.md │ │ │ │ │ │ ├── MeasurementCategoryEnabledModuleEntity.md │ │ │ │ │ │ ├── MeasurementSourceSystemEntity.md │ │ │ │ │ │ ├── NumberSequenceDataTypeEntity.md │ │ │ │ │ │ ├── NumberSequenceEntity.md │ │ │ │ │ │ ├── NumberSequenceGroupEntity.md │ │ │ │ │ │ ├── NumberSequenceTableEntity.md │ │ │ │ │ │ ├── NumberSequenceTableV2Entity.md │ │ │ │ │ │ ├── NumberSequencesReferenceEntity.md │ │ │ │ │ │ ├── NumberSequencesReferenceV2Entity.md │ │ │ │ │ │ ├── OfficeAddinLegalEntityEntity.md │ │ │ │ │ │ ├── OfficeAppAppletRegistrationEntity.md │ │ │ │ │ │ ├── OfficeAppResourceRegistrationEntity.md │ │ │ │ │ │ ├── OfficialsTableDataEntity.md │ │ │ │ │ │ ├── OfficialsTransDataEntity.md │ │ │ │ │ │ ├── PowerBIConfigurationEntity.md │ │ │ │ │ │ ├── PowerBIFormControlBindingEntity.md │ │ │ │ │ │ ├── RegNumIssuerEntity.md │ │ │ │ │ │ ├── SysEmailParametersEntity.md │ │ │ │ │ │ ├── SysPolicyEntity.md │ │ │ │ │ │ ├── SysPolicyInternalOrganizationAssignmentEntity.md │ │ │ │ │ │ ├── SysPolicyOrganizationEntity.md │ │ │ │ │ │ ├── SysPolicyRuleTypeEntity.md │ │ │ │ │ │ ├── SysPolicyTypeEntity.md │ │ │ │ │ │ ├── SysServerClusterConfigurationEntity.md │ │ │ │ │ │ ├── SysServerConfigurationEntity.md │ │ │ │ │ │ ├── SystemGlobalConfigurationEntity.md │ │ │ │ │ │ ├── SystemGroupEntity.md │ │ │ │ │ │ ├── SystemParametersEntity.md │ │ │ │ │ │ ├── SystemSecurityDutyCustomizationsEntity.md │ │ │ │ │ │ ├── SystemSecurityDutyEntity.md │ │ │ │ │ │ ├── SystemSecurityDutyV2Entity.md │ │ │ │ │ │ ├── SystemSecurityPermissionEntity.md │ │ │ │ │ │ ├── SystemSecurityPrivilegeCustomizationsEntity.md │ │ │ │ │ │ ├── SystemSecurityPrivilegeEntity.md │ │ │ │ │ │ ├── SystemSecurityRoleCustomizationsEntity.md │ │ │ │ │ │ ├── SystemSecurityRoleDutyEntity.md │ │ │ │ │ │ ├── SystemSecurityRoleEntity.md │ │ │ │ │ │ ├── SystemSecuritySubRoleEntity.md │ │ │ │ │ │ ├── SystemSecurityUserRoleAssociationEntity.md │ │ │ │ │ │ ├── SystemSecurityUserRoleEntity.md │ │ │ │ │ │ ├── SystemSegregationOfDutiesConflictEntity.md │ │ │ │ │ │ ├── SystemSegregationOfDutiesRuleEntity.md │ │ │ │ │ │ ├── SystemUserEntity.md │ │ │ │ │ │ ├── SystemUserGroupEntity.md │ │ │ │ │ │ ├── SystemUserGroupUserListEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── Workflow │ │ │ │ │ │ ├── ExpressionEntity.md │ │ │ │ │ │ ├── WorkflowElementActionEntity.md │ │ │ │ │ │ ├── WorkflowElementEntity.md │ │ │ │ │ │ ├── WorkflowElementLinkEntity.md │ │ │ │ │ │ ├── WorkflowElementNotificationEntity.md │ │ │ │ │ │ ├── WorkflowElementNotificationMessageEntity.md │ │ │ │ │ │ ├── WorkflowElementOutcomeMessageEntity.md │ │ │ │ │ │ ├── WorkflowEscalationPathEntity.md │ │ │ │ │ │ ├── WorkflowLineItemEntity.md │ │ │ │ │ │ ├── WorkflowParallelBranchEntity.md │ │ │ │ │ │ ├── WorkflowParametersOrganizationEntity.md │ │ │ │ │ │ ├── WorkflowParametersSystemEntity.md │ │ │ │ │ │ ├── WorkflowStepEntity.md │ │ │ │ │ │ ├── WorkflowStepMessageEntity.md │ │ │ │ │ │ ├── WorkflowSubworkflowEntity.md │ │ │ │ │ │ ├── WorkflowVersionEntity.md │ │ │ │ │ │ ├── WorkflowVersionNotesEntity.md │ │ │ │ │ │ ├── WorkflowVersionNotificationEntity.md │ │ │ │ │ │ ├── WorkflowVersionNotificationMessageEntity.md │ │ │ │ │ │ ├── WorkflowWorkItemQueueAssigneeEntity.md │ │ │ │ │ │ ├── WorkflowWorkItemQueueAssignmentEntity.md │ │ │ │ │ │ ├── WorkflowWorkItemQueueAssignmentRuleEntity.md │ │ │ │ │ │ ├── WorkflowWorkItemQueueEntity.md │ │ │ │ │ │ ├── WorkflowWorkItemQueueGroupEntity.md │ │ │ │ │ │ ├── WorkflowWorkItemQueueGroupRelationEntity.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ └── overview.md │ │ │ │ └── overview.md │ │ │ ├── Tables │ │ │ │ ├── Commerce │ │ │ │ │ ├── ChannelManagement │ │ │ │ │ │ ├── BrickAndMortarStore │ │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ │ ├── RetailDrawerPool.md │ │ │ │ │ │ │ │ ├── RetailDrawerPoolDevice.md │ │ │ │ │ │ │ │ ├── RetailFiscalPrinterConfigTable.md │ │ │ │ │ │ │ │ ├── RetailFunctionalityProfile.md │ │ │ │ │ │ │ │ ├── RetailJobPosPermissionGroup.md │ │ │ │ │ │ │ │ ├── RetailPosPermissionGroup.md │ │ │ │ │ │ │ │ ├── RetailPositionPosPermission.md │ │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ │ ├── RetailDevice.md │ │ │ │ │ │ │ │ ├── RetailScaleUnit.md │ │ │ │ │ │ │ │ ├── RetailServerServiceProfile.md │ │ │ │ │ │ │ │ ├── RetailServerServiceProfileExtension.md │ │ │ │ │ │ │ │ ├── RetailStoreAddressBook.md │ │ │ │ │ │ │ │ ├── RetailStoreCashDeclarationTable.md │ │ │ │ │ │ │ │ ├── RetailStoreTable.md │ │ │ │ │ │ │ │ ├── RetailTerminalTable.md │ │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ │ ├── RetailChannelWorkerExploded.md │ │ │ │ │ │ │ │ ├── RetailDeviceTypes.md │ │ │ │ │ │ │ │ ├── RetailFiscalPrinterReport_BR.md │ │ │ │ │ │ │ │ ├── RetailFunctionalityProfileFiscalIntegrationTechnicalProfileLine.md │ │ │ │ │ │ │ │ ├── RetailMachine.md │ │ │ │ │ │ │ │ ├── RetailMachineCluster.md │ │ │ │ │ │ │ │ ├── RetailMachineClusterRetailMachine.md │ │ │ │ │ │ │ │ ├── RetailModernPOSProfile.md │ │ │ │ │ │ │ │ ├── RetailModernPOSProfileExtension.md │ │ │ │ │ │ │ │ ├── RetailPOSTheme.md │ │ │ │ │ │ │ │ ├── RetailPermissionsGroup.md │ │ │ │ │ │ │ │ ├── RetailReceiptMasks.md │ │ │ │ │ │ │ │ ├── RetailReceiptProfile.md │ │ │ │ │ │ │ │ ├── RetailReceiptProfileLine.md │ │ │ │ │ │ │ │ ├── RetailReceiptResetConfiguration.md │ │ │ │ │ │ │ │ ├── RetailReportChannelTable.md │ │ │ │ │ │ │ │ ├── RetailScaleUnitConfiguration.md │ │ │ │ │ │ │ │ ├── RetailServerResource.md │ │ │ │ │ │ │ │ ├── RetailStoreHoursChannel.md │ │ │ │ │ │ │ │ ├── RetailStoreHoursRange.md │ │ │ │ │ │ │ │ ├── RetailStoreHoursTemplate.md │ │ │ │ │ │ │ │ ├── RetailStoreLocatorGroup.md │ │ │ │ │ │ │ │ ├── RetailStoreLocatorGroupMember.md │ │ │ │ │ │ │ │ ├── RetailStoreLocatorGroupOwner.md │ │ │ │ │ │ │ │ ├── RetailTerminalCustomField.md │ │ │ │ │ │ │ │ ├── RetailTerminalDevice.md │ │ │ │ │ │ │ │ ├── RetailThemeAccent.md │ │ │ │ │ │ │ │ ├── RetailThemeAccentColor.md │ │ │ │ │ │ │ │ ├── RetailThemePallet.md │ │ │ │ │ │ │ │ ├── RetailTillLayoutButtonGridZone.md │ │ │ │ │ │ │ │ ├── RetailTillLayoutButtonGridZoneLegacy.md │ │ │ │ │ │ │ │ ├── RetailTillLayoutConfiguration.md │ │ │ │ │ │ │ │ ├── RetailTillLayoutImageZone.md │ │ │ │ │ │ │ │ ├── RetailTillLayoutImageZoneLegacy.md │ │ │ │ │ │ │ │ ├── RetailTillLayoutReportZone.md │ │ │ │ │ │ │ │ ├── RetailTillLayoutReportZoneLegacy.md │ │ │ │ │ │ │ │ ├── RetailTillLayoutSize.md │ │ │ │ │ │ │ │ ├── RetailTillLayoutStaff.md │ │ │ │ │ │ │ │ ├── RetailTillLayoutStaffLegacy.md │ │ │ │ │ │ │ │ ├── RetailTillLayoutStore.md │ │ │ │ │ │ │ │ ├── RetailTillLayoutStoreLegacy.md │ │ │ │ │ │ │ │ ├── RetailTillLayoutZone.md │ │ │ │ │ │ │ │ ├── RetailTillLayoutZoneReference.md │ │ │ │ │ │ │ │ ├── RetailTillLayoutZoneReferenceLegacy.md │ │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ │ ├── RetailButtonGrid.md │ │ │ │ │ │ │ │ ├── RetailButtonGridButtons.md │ │ │ │ │ │ │ │ ├── RetailFormLayout.md │ │ │ │ │ │ │ │ ├── RetailKeyCommand.md │ │ │ │ │ │ │ │ ├── RetailKeyMapping.md │ │ │ │ │ │ │ │ ├── RetailKeyboardButtonControl.md │ │ │ │ │ │ │ │ ├── RetailKeyboardButtonControlB.md │ │ │ │ │ │ │ │ ├── RetailKeyboardMappingTable.md │ │ │ │ │ │ │ │ ├── RetailKeyboardMappingTrans.md │ │ │ │ │ │ │ │ ├── RetailPermissions.md │ │ │ │ │ │ │ │ ├── RetailPermissionsEx.md │ │ │ │ │ │ │ │ ├── RetailTerminalReceiptTxt.md │ │ │ │ │ │ │ │ ├── RetailTillLayout.md │ │ │ │ │ │ │ │ ├── RetailTillLayoutLegacy.md │ │ │ │ │ │ │ │ ├── RetailVisualProfile.md │ │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ │ ├── RetailLabelGeneration.md │ │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ │ ├── TransactionHeader │ │ │ │ │ │ │ │ ├── RetailFiscalReceipt_BR.md │ │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ │ ├── TransactionLine │ │ │ │ │ │ │ │ ├── RetailFiscalReceiptLine_BR.md │ │ │ │ │ │ │ │ ├── RetailFiscalReceiptTaxTrans_BR.md │ │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ │ ├── RetailLabelChangeJournalTable.md │ │ │ │ │ │ │ │ ├── RetailLabelChangeJournalTableBatch.md │ │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ │ ├── RetailLabelChangeJournalTrans.md │ │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── CallCenter │ │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ │ ├── RetailMCRChannelTable.md │ │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── RetailCDXDataGroup.md │ │ │ │ │ │ │ ├── RetailCDXDataStoreChannel.md │ │ │ │ │ │ │ ├── RetailCDXFileStorageProvider.md │ │ │ │ │ │ │ ├── RetailCDXScheduleDataGroup.md │ │ │ │ │ │ │ ├── RetailChannelAttributeGroup.md │ │ │ │ │ │ │ ├── RetailChannelCurrency.md │ │ │ │ │ │ │ ├── RetailChannelInstanceValue.md │ │ │ │ │ │ │ ├── RetailChannelPriceGroup.md │ │ │ │ │ │ │ ├── RetailChannelTable.md │ │ │ │ │ │ │ ├── RetailConnAOSProfile.md │ │ │ │ │ │ │ ├── RetailConnChannelSchema.md │ │ │ │ │ │ │ ├── RetailConnDatabaseProfile.md │ │ │ │ │ │ │ ├── RetailConnLocationDesignTable.md │ │ │ │ │ │ │ ├── RetailConnLocationDesignTableField.md │ │ │ │ │ │ │ ├── RetailConnSchedulerJobLine.md │ │ │ │ │ │ │ ├── RetailConnSchedulerJobTable.md │ │ │ │ │ │ │ ├── RetailConnSchedulerSubjobTable.md │ │ │ │ │ │ │ ├── RetailCounterTable.md │ │ │ │ │ │ │ ├── RetailDirectSalesChannel.md │ │ │ │ │ │ │ ├── RetailInternalOrgAttributeGroup.md │ │ │ │ │ │ │ ├── RetailInternalOrgInheritanceExploded.md │ │ │ │ │ │ │ ├── RetailInternalOrgProduct.md │ │ │ │ │ │ │ ├── RetailInternalOrgProductInstanceValue.md │ │ │ │ │ │ │ ├── RetailInternalOrganization.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── RetailCDXClientProfile.md │ │ │ │ │ │ │ ├── RetailCDXClientProfileExtension.md │ │ │ │ │ │ │ ├── RetailCDXDataSyncRowVersion.md │ │ │ │ │ │ │ ├── RetailCDXDateFilterField.md │ │ │ │ │ │ │ ├── RetailCDXSchedulerInterval.md │ │ │ │ │ │ │ ├── RetailCdxAxTableId.md │ │ │ │ │ │ │ ├── RetailCdxChannelSpecificTable.md │ │ │ │ │ │ │ ├── RetailChannelCategoryAttribute.md │ │ │ │ │ │ │ ├── RetailChannelDatabaseProfiles.md │ │ │ │ │ │ │ ├── RetailChannelProfile.md │ │ │ │ │ │ │ ├── RetailChannelProfileProperty.md │ │ │ │ │ │ │ ├── RetailChannelTableExt.md │ │ │ │ │ │ │ ├── RetailConnSchedule.md │ │ │ │ │ │ │ ├── RetailDeploymentBusinessConnectorProfile.md │ │ │ │ │ │ │ ├── RetailIdentityProvider.md │ │ │ │ │ │ │ ├── RetailOfflineProfile.md │ │ │ │ │ │ │ ├── RetailOfflineSwitchErrors.md │ │ │ │ │ │ │ ├── RetailPOSSeedData.md │ │ │ │ │ │ │ ├── RetailProvisionedChannelProdAttrGroup.md │ │ │ │ │ │ │ ├── RetailProvisionedChannelProductAttribute.md │ │ │ │ │ │ │ ├── RetailRedeploymentStatus.md │ │ │ │ │ │ │ ├── RetailRelyingParty.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── OnlineStore │ │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ │ ├── RetailOnlineChannelFunctionalityProfileTable.md │ │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ │ ├── RetailOnlineChannelTable.md │ │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ │ ├── RetailOnlineChannelLanguages.md │ │ │ │ │ │ │ │ ├── RetailOnlineChannelPublishStatus.md │ │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── RetailConfigurationParameters.md │ │ │ │ │ │ │ ├── RetailConnParameters.md │ │ │ │ │ │ │ ├── RetailConnSchedulerSubjobFieldList.md │ │ │ │ │ │ │ ├── RetailConnStoreConnectUploadOptions.md │ │ │ │ │ │ │ ├── RetailLanguageText.md │ │ │ │ │ │ │ ├── RetailOperations.md │ │ │ │ │ │ │ ├── RetailParameters.md │ │ │ │ │ │ │ ├── RetailParametersEx1.md │ │ │ │ │ │ │ ├── RetailParametersEx2.md │ │ │ │ │ │ │ ├── RetailParametersEx5.md │ │ │ │ │ │ │ ├── RetailTransactionServiceProfile.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── RetailAuthenticationLog.md │ │ │ │ │ │ │ ├── RetailCDXDataStoreHeartbeatLog.md │ │ │ │ │ │ │ ├── RetailCDXDownloadSession.md │ │ │ │ │ │ │ ├── RetailCDXDownloadSessionDataStore.md │ │ │ │ │ │ │ ├── RetailCDXUploadSession.md │ │ │ │ │ │ │ ├── RetailConnScheduleJobMapping.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── CommerceCustomers │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── MCRRentalTypeTable.md │ │ │ │ │ │ │ ├── RetailCustEmailNotificationLog.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── MCRCustTable.md │ │ │ │ │ │ │ ├── MCRSmmBusRelationListTable.md │ │ │ │ │ │ │ ├── MCRTargetList.md │ │ │ │ │ │ │ ├── MCRTargetSetup.md │ │ │ │ │ │ │ ├── RetailCustTable.md │ │ │ │ │ │ │ ├── RetailLoyaltyBackwardCompatibility.md │ │ │ │ │ │ │ ├── RetailLoyaltyEarnSchemeLine.md │ │ │ │ │ │ │ ├── RetailLoyaltyRedeemSchemeLine.md │ │ │ │ │ │ │ ├── RetailLoyaltyScheme.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── MCRsmmBusRelTable.md │ │ │ │ │ │ │ ├── RetailAffiliation.md │ │ │ │ │ │ │ ├── RetailAffiliationPriceGroup.md │ │ │ │ │ │ │ ├── RetailAffiliationTranslation.md │ │ │ │ │ │ │ ├── RetailAsyncAddress.md │ │ │ │ │ │ │ ├── RetailAsyncCustomer.md │ │ │ │ │ │ │ ├── RetailAsyncCustomerAttribute.md │ │ │ │ │ │ │ ├── RetailClientBook.md │ │ │ │ │ │ │ ├── RetailClientBookCustomer.md │ │ │ │ │ │ │ ├── RetailClientelingParameters.md │ │ │ │ │ │ │ ├── RetailCoupon.md │ │ │ │ │ │ │ ├── RetailCouponCodeTable.md │ │ │ │ │ │ │ ├── RetailCouponUsage.md │ │ │ │ │ │ │ ├── RetailCustAffiliation.md │ │ │ │ │ │ │ ├── RetailCustomerSearchField.md │ │ │ │ │ │ │ ├── RetailCustomerSearchFieldTranslation.md │ │ │ │ │ │ │ ├── RetailExternalIdToAsyncCustomerMap.md │ │ │ │ │ │ │ ├── RetailExternalIdToCustomerLinkActivationTable.md │ │ │ │ │ │ │ ├── RetailExternalIdToCustomerMap.md │ │ │ │ │ │ │ ├── RetailLoyaltyCard.md │ │ │ │ │ │ │ ├── RetailLoyaltyCardRewardPointAdjustment.md │ │ │ │ │ │ │ ├── RetailLoyaltyCardRewardPointDeduction.md │ │ │ │ │ │ │ ├── RetailLoyaltyCardRewardPointNonTransactionalActivity.md │ │ │ │ │ │ │ ├── RetailLoyaltyCardTier.md │ │ │ │ │ │ │ ├── RetailLoyaltyConflictCard.md │ │ │ │ │ │ │ ├── RetailLoyaltyConflictCardSalesTable.md │ │ │ │ │ │ │ ├── RetailLoyaltyOtherActivityType.md │ │ │ │ │ │ │ ├── RetailLoyaltyRewardPoint.md │ │ │ │ │ │ │ ├── RetailLoyaltyRewardPointTranslation.md │ │ │ │ │ │ │ ├── RetailLoyaltySchemeBackwardCompatibility.md │ │ │ │ │ │ │ ├── RetailLoyaltySchemeChannel.md │ │ │ │ │ │ │ ├── RetailLoyaltySchemeChannelExploded.md │ │ │ │ │ │ │ ├── RetailLoyaltySchemeExcludedAffiliation.md │ │ │ │ │ │ │ ├── RetailLoyaltyTier.md │ │ │ │ │ │ │ ├── RetailLoyaltyTierRule.md │ │ │ │ │ │ │ ├── RetailLoyaltyTierTranslation.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── MCRCustMergeTable.md │ │ │ │ │ │ │ ├── RetailCustInvoiceJourTable.md │ │ │ │ │ │ │ ├── RetailLoyaltyCardRewardPointTrans.md │ │ │ │ │ │ │ ├── RetailLoyaltyConflictCardPointTrans.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── CommerceEmployees │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── MCRChannelUser.md │ │ │ │ │ │ │ ├── RetailStaffPermissionGroup.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── RetailStaffCredentialTable.md │ │ │ │ │ │ │ ├── RetailStaffDefaultCommissionSalesGroup.md │ │ │ │ │ │ │ ├── RetailStaffExtendedLogon.md │ │ │ │ │ │ │ ├── RetailStaffLoginLog.md │ │ │ │ │ │ │ ├── RetailStaffTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── RetailExternalUserTmp.md │ │ │ │ │ │ │ ├── RetailUserStoreTable.md │ │ │ │ │ │ │ ├── RetailUsers.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── RetailDataEntryTypeTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── RetailDataEntryTrans.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── RetailStoreWorkShiftTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── RetailStoreWorkShiftTrans.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── CommerceMiscellaneous │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── RetailDocumentOperation.md │ │ │ │ │ │ │ ├── RetailDocumentOperationGlobalParameters.md │ │ │ │ │ │ │ ├── RetailDocumentOperationHistory.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── RetailBarcodeMaskCharacter.md │ │ │ │ │ │ │ ├── RetailBarcodeMaskSegment.md │ │ │ │ │ │ │ ├── RetailBarcodeMaskTable.md │ │ │ │ │ │ │ ├── RetailDigitalSignatureParameters.md │ │ │ │ │ │ │ ├── RetailSharedBingParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── InventoryAndAdvancedWarehouse │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── RetailInventItemActivityType.md │ │ │ │ │ │ │ ├── RetailInventItemFamily.md │ │ │ │ │ │ │ ├── RetailInventItemImage.md │ │ │ │ │ │ │ ├── RetailInventItemLabel.md │ │ │ │ │ │ │ ├── RetailInventItemLabelReportSetup.md │ │ │ │ │ │ │ ├── RetailInventItemLabelSetup.md │ │ │ │ │ │ │ ├── RetailInventLinkedItem.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── RetailInventDimInternalOrgMetadata.md │ │ │ │ │ │ │ ├── RetailInventItemActivityTable.md │ │ │ │ │ │ │ ├── RetailInventItemActivityTrans.md │ │ │ │ │ │ │ ├── RetailInventItemSectionLocation.md │ │ │ │ │ │ │ ├── RetailInventItemTxt.md │ │ │ │ │ │ │ ├── RetailInventItemTxtLine.md │ │ │ │ │ │ │ ├── RetailReplenishmentRuleLines.md │ │ │ │ │ │ │ ├── RetailReplenishmentRuleTable.md │ │ │ │ │ │ │ ├── RetailServiceCategory.md │ │ │ │ │ │ │ ├── RetailStoreSection.md │ │ │ │ │ │ │ ├── RetailStoreShelf.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── RetailInventAvailabilityAction.md │ │ │ │ │ │ │ ├── RetailInventAvailabilityLastTransDateTime.md │ │ │ │ │ │ │ ├── RetailInventDimSHA1HashTableLegacy.md │ │ │ │ │ │ │ ├── RetailLastInventTrans.md │ │ │ │ │ │ │ ├── RetailNotificationSubscriptions.md │ │ │ │ │ │ │ ├── RetailProductWarehouseInventory.md │ │ │ │ │ │ │ ├── RetailPubInventDimChannelMetadata.md │ │ │ │ │ │ │ ├── WHSMobileDeviceQueueMessage.md │ │ │ │ │ │ │ ├── WHSMobileDeviceQueueMessageCollection.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── RetailInventAvailabilityParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── RetailInventAvailability.md │ │ │ │ │ │ │ ├── WHSMobileDeviceQueueMessageCollectionLog.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── RetailBuyersPushTable.md │ │ │ │ │ │ │ ├── RetailInvReceivingListTable.md │ │ │ │ │ │ │ ├── RetailInvTransferPickingListTable.md │ │ │ │ │ │ │ ├── RetailInventErrorNotifyTable.md │ │ │ │ │ │ │ ├── RetailStockCountTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── RetailBuyersPushLine.md │ │ │ │ │ │ │ ├── RetailBuyersPushLineQty.md │ │ │ │ │ │ │ ├── RetailInvReceivingLine.md │ │ │ │ │ │ │ ├── RetailInvTransferPickingLine.md │ │ │ │ │ │ │ ├── RetailInventErrorNotifyTxt.md │ │ │ │ │ │ │ ├── RetailStockCountLine.md │ │ │ │ │ │ │ ├── RetailSumLines.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── Merchandising │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── MCRCouponCatalog.md │ │ │ │ │ │ │ ├── MCRListTypeTable.md │ │ │ │ │ │ │ ├── MCRPageTypeTable.md │ │ │ │ │ │ │ ├── RetailCategoryPriceRuleGroup.md │ │ │ │ │ │ │ ├── RetailColorGroupTable.md │ │ │ │ │ │ │ ├── RetailColorGroupTrans.md │ │ │ │ │ │ │ ├── RetailMixAndMatchLineGroupSetup.md │ │ │ │ │ │ │ ├── RetailMixAndMatchLineGroups.md │ │ │ │ │ │ │ ├── RetailMultibuyDiscountLine.md │ │ │ │ │ │ │ ├── RetailPeriodCode.md │ │ │ │ │ │ │ ├── RetailSalesPricePointGroup.md │ │ │ │ │ │ │ ├── RetailSizeGroupTable.md │ │ │ │ │ │ │ ├── RetailSizeGroupTrans.md │ │ │ │ │ │ │ ├── RetailStyleGroupTable.md │ │ │ │ │ │ │ ├── RetailStyleGroupTrans.md │ │ │ │ │ │ │ ├── RetailWarrantyApplicableChannel.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── Catalog.md │ │ │ │ │ │ │ ├── CatalogProductInstanceValue.md │ │ │ │ │ │ │ ├── EcoResShoppingPreferences.md │ │ │ │ │ │ │ ├── MCRCatalogFreeProduct.md │ │ │ │ │ │ │ ├── MCRCatalogPage.md │ │ │ │ │ │ │ ├── MCRCatalogProductPage.md │ │ │ │ │ │ │ ├── MCRCatalogSection.md │ │ │ │ │ │ │ ├── MCRCoupon.md │ │ │ │ │ │ │ ├── MCRCouponCustomer.md │ │ │ │ │ │ │ ├── MCRCouponDiscount.md │ │ │ │ │ │ │ ├── MCRCouponItem.md │ │ │ │ │ │ │ ├── MCRInventTable.md │ │ │ │ │ │ │ ├── MCRPagePositionTable.md │ │ │ │ │ │ │ ├── MCRPriceDiscGroupCustomer.md │ │ │ │ │ │ │ ├── MCRPriceDiscGroupItem.md │ │ │ │ │ │ │ ├── MCRSourceCodeSetup.md │ │ │ │ │ │ │ ├── MCRUpSellItem.md │ │ │ │ │ │ │ ├── MCRUpSellVarSys.md │ │ │ │ │ │ │ ├── RetailAssortmentTable.md │ │ │ │ │ │ │ ├── RetailCatalogInternalOrg.md │ │ │ │ │ │ │ ├── RetailCatalogProdInternalOrgInstanceVal.md │ │ │ │ │ │ │ ├── RetailCatalogProductRelationExclusion.md │ │ │ │ │ │ │ ├── RetailCatalogProductStatus.md │ │ │ │ │ │ │ ├── RetailCompetitorPriceTable.md │ │ │ │ │ │ │ ├── RetailInventTable.md │ │ │ │ │ │ │ ├── RetailKit.md │ │ │ │ │ │ │ ├── RetailKitComponent.md │ │ │ │ │ │ │ ├── RetailKitComponentSubstitute.md │ │ │ │ │ │ │ ├── RetailKitVariantComponent.md │ │ │ │ │ │ │ ├── RetailProdAttributeInternalOrgMetadata.md │ │ │ │ │ │ │ ├── RetailPubCatalog.md │ │ │ │ │ │ │ ├── RetailPubCatalogInternalOrg.md │ │ │ │ │ │ │ ├── RetailPubCatalogProductRelation.md │ │ │ │ │ │ │ ├── RetailPubCatalogProductRelationExclusion.md │ │ │ │ │ │ │ ├── RetailPubIntOrgInheritanceExploded.md │ │ │ │ │ │ │ ├── RetailPubInternalOrgAttributeGroup.md │ │ │ │ │ │ │ ├── RetailPubProductAttributeValue.md │ │ │ │ │ │ │ ├── RetailSalesPricePoint.md │ │ │ │ │ │ │ ├── RetailTenderDiscount.md │ │ │ │ │ │ │ ├── RetailVendorProductCandSalesPrice.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── CatalogKitProduct.md │ │ │ │ │ │ │ ├── CatalogProduct.md │ │ │ │ │ │ │ ├── CatalogProductCategory.md │ │ │ │ │ │ │ ├── CatalogTmpProduct.md │ │ │ │ │ │ │ ├── CatalogTranslation.md │ │ │ │ │ │ │ ├── RetailActivationLinkTable.md │ │ │ │ │ │ │ ├── RetailAssortmentChannelLine.md │ │ │ │ │ │ │ ├── RetailAssortmentExploded.md │ │ │ │ │ │ │ ├── RetailAssortmentLookup.md │ │ │ │ │ │ │ ├── RetailAssortmentLookupChannelGroup.md │ │ │ │ │ │ │ ├── RetailAssortmentProductLine.md │ │ │ │ │ │ │ ├── RetailAttributeFilter.md │ │ │ │ │ │ │ ├── RetailAttributeMetadata.md │ │ │ │ │ │ │ ├── RetailAttributesGlobalLookup.md │ │ │ │ │ │ │ ├── RetailAttributesLegalEntityLookup.md │ │ │ │ │ │ │ ├── RetailCampaignDiscount.md │ │ │ │ │ │ │ ├── RetailCampaignDiscountMedia.md │ │ │ │ │ │ │ ├── RetailCatalogIntOrgProductError.md │ │ │ │ │ │ │ ├── RetailCatalogIntOrgProductValidation.md │ │ │ │ │ │ │ ├── RetailCatalogIntOrgValidationSummary.md │ │ │ │ │ │ │ ├── RetailCatalogPriceGroup.md │ │ │ │ │ │ │ ├── RetailCategoryContainmentLookup.md │ │ │ │ │ │ │ ├── RetailCategoryPriceJournalLink.md │ │ │ │ │ │ │ ├── RetailCategoryPriceRule.md │ │ │ │ │ │ │ ├── RetailCategoryProductInfoCode.md │ │ │ │ │ │ │ ├── RetailCategoryVendCategoryMapping.md │ │ │ │ │ │ │ ├── RetailColorGroupTransTranslation.md │ │ │ │ │ │ │ ├── RetailDiscountAlgorithmModeLookup.md │ │ │ │ │ │ │ ├── RetailDiscountCode.md │ │ │ │ │ │ │ ├── RetailDiscountFiscalText.md │ │ │ │ │ │ │ ├── RetailDiscountLineMixAndMatch.md │ │ │ │ │ │ │ ├── RetailDiscountLineMultibuy.md │ │ │ │ │ │ │ ├── RetailDiscountLineOffer.md │ │ │ │ │ │ │ ├── RetailDiscountMixAndMatch.md │ │ │ │ │ │ │ ├── RetailDiscountMultibuy.md │ │ │ │ │ │ │ ├── RetailDiscountOffer.md │ │ │ │ │ │ │ ├── RetailDiscountPriceGroup.md │ │ │ │ │ │ │ ├── RetailDiscountThreshold.md │ │ │ │ │ │ │ ├── RetailDiscountThresholdTiers.md │ │ │ │ │ │ │ ├── RetailImageResource.md │ │ │ │ │ │ │ ├── RetailKitElements.md │ │ │ │ │ │ │ ├── RetailKitReleasedComponentPricing.md │ │ │ │ │ │ │ ├── RetailKitReleasedSubstituteCharge.md │ │ │ │ │ │ │ ├── RetailMassUpdateSelectedProperty.md │ │ │ │ │ │ │ ├── RetailMediaAndMasterEntityRelation.md │ │ │ │ │ │ │ ├── RetailMediaAndProductRelation.md │ │ │ │ │ │ │ ├── RetailMediaAssociation.md │ │ │ │ │ │ │ ├── RetailMediaChannelConnectorCredentials.md │ │ │ │ │ │ │ ├── RetailMediaChannelConnectorSettings.md │ │ │ │ │ │ │ ├── RetailMediaChannelMessageTable.md │ │ │ │ │ │ │ ├── RetailMediaDetails.md │ │ │ │ │ │ │ ├── RetailMediaGallery.md │ │ │ │ │ │ │ ├── RetailMediaProductRelation.md │ │ │ │ │ │ │ ├── RetailMediaResource.md │ │ │ │ │ │ │ ├── RetailMediaSupportedFileType.md │ │ │ │ │ │ │ ├── RetailMediaTemplate.md │ │ │ │ │ │ │ ├── RetailPricingPriorityTable.md │ │ │ │ │ │ │ ├── RetailPricingSimulatorAffiliation.md │ │ │ │ │ │ │ ├── RetailPricingSimulatorCatalog.md │ │ │ │ │ │ │ ├── RetailPricingSimulatorDiscountCode.md │ │ │ │ │ │ │ ├── RetailPricingSimulatorPriceDiscTable.md │ │ │ │ │ │ │ ├── RetailPricingSimulatorPriceGroup.md │ │ │ │ │ │ │ ├── RetailPricingSimulatorSalesLine.md │ │ │ │ │ │ │ ├── RetailPricingSimulatorSalesTransaction.md │ │ │ │ │ │ │ ├── RetailProductAttributesLookup.md │ │ │ │ │ │ │ ├── RetailProductAttributesToUpdate.md │ │ │ │ │ │ │ ├── RetailProductListingStatus.md │ │ │ │ │ │ │ ├── RetailProductRating.md │ │ │ │ │ │ │ ├── RetailPubCatalogProduct.md │ │ │ │ │ │ │ ├── RetailPubCatalogProductCategory.md │ │ │ │ │ │ │ ├── RetailPubCatalogTranslation.md │ │ │ │ │ │ │ ├── RetailPubChannelAttribute.md │ │ │ │ │ │ │ ├── RetailPubEcoResCategory.md │ │ │ │ │ │ │ ├── RetailPubEcoResCategoryTranslation.md │ │ │ │ │ │ │ ├── RetailPubProductAttributeChannelMetadata.md │ │ │ │ │ │ │ ├── RetailPubRetailCatalogPriceGroup.md │ │ │ │ │ │ │ ├── RetailPubRetailChannelCategoryAttribute.md │ │ │ │ │ │ │ ├── RetailPubRetailChannelTable.md │ │ │ │ │ │ │ ├── RetailPubRetailOnlineChannelLanguages.md │ │ │ │ │ │ │ ├── RetailPubRetailOnlineChannelTable.md │ │ │ │ │ │ │ ├── RetailPubRetailStoreTable.md │ │ │ │ │ │ │ ├── RetailRecoListConfigurationParameters.md │ │ │ │ │ │ │ ├── RetailRecoListElementsTable.md │ │ │ │ │ │ │ ├── RetailRecoListsTable.md │ │ │ │ │ │ │ ├── RetailRelatedProductsFrequency.md │ │ │ │ │ │ │ ├── RetailRelatedProductsJobSyncAnchor.md │ │ │ │ │ │ │ ├── RetailSizeGroupTransTranslation.md │ │ │ │ │ │ │ ├── RetailSpecialCategoryMember.md │ │ │ │ │ │ │ ├── RetailStyleGroupTransTranslation.md │ │ │ │ │ │ │ ├── RetailTenderDiscountPriceGroup.md │ │ │ │ │ │ │ ├── RetailTenderDiscountThresholdTiers.md │ │ │ │ │ │ │ ├── RetailTmpMediaAssociationWorkTable.md │ │ │ │ │ │ │ ├── RetailWishListContributor.md │ │ │ │ │ │ │ ├── RetailWishListInvitation.md │ │ │ │ │ │ │ ├── RetailWishListLineTable.md │ │ │ │ │ │ │ ├── RetailWishListTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── RetailDiscountValidationPeriod.md │ │ │ │ │ │ │ ├── RetailImages.md │ │ │ │ │ │ │ ├── RetailWarrantyChannelSpecificSetting.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── RetailMassUpdateProductFastTab.md │ │ │ │ │ │ │ ├── RetailMassUpdateProductProperty.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Staging │ │ │ │ │ │ │ ├── RetailWarrantyLookupChannel.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── MCRCatalogRequest.md │ │ │ │ │ │ │ ├── MCROneTimePromotionFund.md │ │ │ │ │ │ │ ├── RetailKitOrder.md │ │ │ │ │ │ │ ├── RetailKitOrderJournal.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── MCRUpSellVarCondition.md │ │ │ │ │ │ │ ├── MCRUpSellVarRule.md │ │ │ │ │ │ │ ├── RetailMassUpdateWorksheetTable.md │ │ │ │ │ │ │ ├── RetailPackageTable.md │ │ │ │ │ │ │ ├── RetailPeriodicDiscount.md │ │ │ │ │ │ │ ├── RetailPriceDiscAdmTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── MCRUpSellVarConditionDetail.md │ │ │ │ │ │ │ ├── MCRUpSellVarRuleDetail.md │ │ │ │ │ │ │ ├── RetailMassUpdateWorksheetLine.md │ │ │ │ │ │ │ ├── RetailPackageLines.md │ │ │ │ │ │ │ ├── RetailPackagePurch.md │ │ │ │ │ │ │ ├── RetailPeriodicDiscountLine.md │ │ │ │ │ │ │ ├── RetailPriceDiscAdmTrans.md │ │ │ │ │ │ │ ├── RetailPricingSimulatorDiscount.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── Payments │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── MCRReturnOverrideGroup.md │ │ │ │ │ │ │ ├── RetailGiftCardPolicySet.md │ │ │ │ │ │ │ ├── RetailHardwareProfile.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── MCRGiftCardSerialTemplate.md │ │ │ │ │ │ │ ├── MCRRefundMethodsTable.md │ │ │ │ │ │ │ ├── MCRValidPaymentSchedule.md │ │ │ │ │ │ │ ├── RetailHardwareStationProfile.md │ │ │ │ │ │ │ ├── RetailStoreTenderTypeCardTable.md │ │ │ │ │ │ │ ├── RetailStoreTenderTypeTable.md │ │ │ │ │ │ │ ├── RetailTenderTypeCardNumbers.md │ │ │ │ │ │ │ ├── RetailTenderTypeCardTable.md │ │ │ │ │ │ │ ├── RetailTenderTypeTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── MCRPaymSchedLink.md │ │ │ │ │ │ │ ├── RetailChannelPaymentConnectorLine.md │ │ │ │ │ │ │ ├── RetailCreditCardAuthTrans.md │ │ │ │ │ │ │ ├── RetailExternalGiftCardTable.md │ │ │ │ │ │ │ ├── RetailGiftCardChannelTransactions.md │ │ │ │ │ │ │ ├── RetailGiftCardTransactions.md │ │ │ │ │ │ │ ├── RetailHardwareConfiguration.md │ │ │ │ │ │ │ ├── RetailHardwareProfileFiscalIntegrationTechnicalProfileLine.md │ │ │ │ │ │ │ ├── RetailHardwareStation.md │ │ │ │ │ │ │ ├── RetailPaymentConnectors.md │ │ │ │ │ │ │ ├── RetailStoreHardwareStationTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── MCRCCSettlementTotal.md │ │ │ │ │ │ │ ├── MCRCustCreditTable.md │ │ │ │ │ │ │ ├── MCRCustPaymEvent.md │ │ │ │ │ │ │ ├── MCRCustPaymTable.md │ │ │ │ │ │ │ ├── MCRInstallmentPayment.md │ │ │ │ │ │ │ ├── MCRRCAuthTable.md │ │ │ │ │ │ │ ├── MCRRCSettlementTable.md │ │ │ │ │ │ │ ├── MCRRCTransBatchTable.md │ │ │ │ │ │ │ ├── RetailCreditVoucherChannelTable.md │ │ │ │ │ │ │ ├── RetailCreditVoucherTable.md │ │ │ │ │ │ │ ├── RetailGiftCardPayment_RU.md │ │ │ │ │ │ │ ├── RetailGiftCardTable.md │ │ │ │ │ │ │ ├── RetailPrePaymentTrans.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── TransactionsAndOrders │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── MCRExpediteTable.md │ │ │ │ │ │ │ ├── MCRFraudRule.md │ │ │ │ │ │ │ ├── MCRMessageCategory.md │ │ │ │ │ │ │ ├── MCRPriceOverrideMarkUpGroup.md │ │ │ │ │ │ │ ├── RetailEventNotificationLog.md │ │ │ │ │ │ │ ├── RetailTaxFilters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── MCRCustRFMScore.md │ │ │ │ │ │ │ ├── MCRFraudData.md │ │ │ │ │ │ │ ├── MCRFrequencyDefinition.md │ │ │ │ │ │ │ ├── MCRInstallmentPlanSalesTable.md │ │ │ │ │ │ │ ├── MCRInstallmentSetup.md │ │ │ │ │ │ │ ├── MCRItemSalesControl.md │ │ │ │ │ │ │ ├── MCRListBrokerTable.md │ │ │ │ │ │ │ ├── MCRMessageAssociation.md │ │ │ │ │ │ │ ├── MCRMiscOverride.md │ │ │ │ │ │ │ ├── MCRMonetaryDefinition.md │ │ │ │ │ │ │ ├── MCRRFMDefinition.md │ │ │ │ │ │ │ ├── MCRRecencyDefinition.md │ │ │ │ │ │ │ ├── MCRReqPlanContinuity.md │ │ │ │ │ │ │ ├── MCRScript.md │ │ │ │ │ │ │ ├── MCRScriptTranslation.md │ │ │ │ │ │ │ ├── RetailDeliveryMode.md │ │ │ │ │ │ │ ├── RetailIncomeExpenseAccountTable.md │ │ │ │ │ │ │ ├── RetailInfocode.md │ │ │ │ │ │ │ ├── RetailInfocodeCategorySpecific.md │ │ │ │ │ │ │ ├── RetailInfocodeGroup.md │ │ │ │ │ │ │ ├── RetailInfocodeLine.md │ │ │ │ │ │ │ ├── RetailInfocodeTable.md │ │ │ │ │ │ │ ├── RetailInfocodeTableSpecific.md │ │ │ │ │ │ │ ├── RetailInfocodeTranslation.md │ │ │ │ │ │ │ ├── RetailSalesTableInstanceValue.md │ │ │ │ │ │ │ ├── RetailStoreSafe.md │ │ │ │ │ │ │ ├── RetailWorkspaceConfiguration.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── MCRSalesParmLine.md │ │ │ │ │ │ │ ├── MCRSalesQuotationLine.md │ │ │ │ │ │ │ ├── MCRSalesQuotationLineOverride.md │ │ │ │ │ │ │ ├── RetailDlvModeAddressExploded.md │ │ │ │ │ │ │ ├── RetailDlvModeAddressLine.md │ │ │ │ │ │ │ ├── RetailDlvModeChannelExploded.md │ │ │ │ │ │ │ ├── RetailDlvModeChannelLine.md │ │ │ │ │ │ │ ├── RetailDlvModeProductExploded.md │ │ │ │ │ │ │ ├── RetailDlvModeProductLine.md │ │ │ │ │ │ │ ├── RetailEventNotificationAction.md │ │ │ │ │ │ │ ├── RetailEventNotificationProfile.md │ │ │ │ │ │ │ ├── RetailEventNotificationSetting.md │ │ │ │ │ │ │ ├── RetailFraudProtectionParameters.md │ │ │ │ │ │ │ ├── RetailHour.md │ │ │ │ │ │ │ ├── RetailInfoCodeFiscalText.md │ │ │ │ │ │ │ ├── RetailMarkupAutoChannelGroup.md │ │ │ │ │ │ │ ├── RetailPosBatchAccountTrans.md │ │ │ │ │ │ │ ├── RetailPosBatchLine.md │ │ │ │ │ │ │ ├── RetailReturnInfocodePolicyLine.md │ │ │ │ │ │ │ ├── RetailReturnPolicy.md │ │ │ │ │ │ │ ├── RetailReturnPolicyLine.md │ │ │ │ │ │ │ ├── RetailReturnReasonCodePolicyLine.md │ │ │ │ │ │ │ ├── RetailSalesLine.md │ │ │ │ │ │ │ ├── RetailSalesPriceAdjustmentLine.md │ │ │ │ │ │ │ ├── RetailSalesQuotationLine.md │ │ │ │ │ │ │ ├── RetailSalesQuotationPriceAdjustmentLine.md │ │ │ │ │ │ │ ├── RetailSalesQuotationTable.md │ │ │ │ │ │ │ ├── RetailSalesTable.md │ │ │ │ │ │ │ ├── RetailStatementVoucher.md │ │ │ │ │ │ │ ├── RetailTransactionAddressTrans.md │ │ │ │ │ │ │ ├── RetailTransactionAttributeTrans.md │ │ │ │ │ │ │ ├── RetailTransactionOrderStatus.md │ │ │ │ │ │ │ ├── RetailTransactionTaxTrans_IN.md │ │ │ │ │ │ │ ├── RetailTransactionValidationError.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── MCROrderParameters.md │ │ │ │ │ │ │ ├── RetailReturnPolicyChannel.md │ │ │ │ │ │ │ ├── RetailReturnPolicyChannelPaymentMapping.md │ │ │ │ │ │ │ ├── RetailSalesTaxOverride.md │ │ │ │ │ │ │ ├── RetailSalesTaxOverrideGroup.md │ │ │ │ │ │ │ ├── RetailSalesTaxOverrideGroupMember.md │ │ │ │ │ │ │ ├── RetailTransactionDisabledValidationRule.md │ │ │ │ │ │ │ ├── RetailWorkShiftSetup.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── MCROrderLine2PriceHistoryRef.md │ │ │ │ │ │ │ ├── RetailInfocodeGroupSpecific.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── ChargeOverrideHistory.md │ │ │ │ │ │ │ ├── MCRContinuityPayment.md │ │ │ │ │ │ │ ├── MCRCouponSalesTable.md │ │ │ │ │ │ │ ├── MCRFraudDetail.md │ │ │ │ │ │ │ ├── MCRRFMHistory.md │ │ │ │ │ │ │ ├── RetailCashDeclaration.md │ │ │ │ │ │ │ ├── RetailLogFiscalTransaction.md │ │ │ │ │ │ │ ├── RetailMarkupAutoChannelLine.md │ │ │ │ │ │ │ ├── RetailStatementTrans.md │ │ │ │ │ │ │ ├── RetailSuspendedTransactions.md │ │ │ │ │ │ │ ├── RetailTransactionAffiliationTrans.md │ │ │ │ │ │ │ ├── RetailTransactionAggregationFieldList.md │ │ │ │ │ │ │ ├── RetailTransactionAuditLogTable.md │ │ │ │ │ │ │ ├── RetailTransactionBankedTenderTrans.md │ │ │ │ │ │ │ ├── RetailTransactionCashManagementTrans.md │ │ │ │ │ │ │ ├── RetailTransactionChargeTaxTrans.md │ │ │ │ │ │ │ ├── RetailTransactionCustomerAccountDepositTrans.md │ │ │ │ │ │ │ ├── RetailTransactionDiscountTrans.md │ │ │ │ │ │ │ ├── RetailTransactionFiscalCustomer.md │ │ │ │ │ │ │ ├── RetailTransactionFiscalTrans.md │ │ │ │ │ │ │ ├── RetailTransactionIncomeExpenseTrans.md │ │ │ │ │ │ │ ├── RetailTransactionInfocodeTrans.md │ │ │ │ │ │ │ ├── RetailTransactionInfocodeTransVoided.md │ │ │ │ │ │ │ ├── RetailTransactionKitsDisassemblyTrans.md │ │ │ │ │ │ │ ├── RetailTransactionLineVoided.md │ │ │ │ │ │ │ ├── RetailTransactionLoyaltyRewardPointTrans.md │ │ │ │ │ │ │ ├── RetailTransactionMarkupTrans.md │ │ │ │ │ │ │ ├── RetailTransactionOrderInvoiceTrans.md │ │ │ │ │ │ │ ├── RetailTransactionPaymentTrans.md │ │ │ │ │ │ │ ├── RetailTransactionPaymentTransExt.md │ │ │ │ │ │ │ ├── RetailTransactionSafeTenderTrans.md │ │ │ │ │ │ │ ├── RetailTransactionSalesTrans.md │ │ │ │ │ │ │ ├── RetailTransactionSalesTransExt.md │ │ │ │ │ │ │ ├── RetailTransactionTable.md │ │ │ │ │ │ │ ├── RetailTransactionTableEx5.md │ │ │ │ │ │ │ ├── RetailTransactionTableExt.md │ │ │ │ │ │ │ ├── RetailTransactionTable_RU.md │ │ │ │ │ │ │ ├── RetailTransactionTaxMeasure.md │ │ │ │ │ │ │ ├── RetailTransactionTaxTrans.md │ │ │ │ │ │ │ ├── RetailTransactionTaxTransGTE.md │ │ │ │ │ │ │ ├── RetailTransactionTenderDeclarationTrans.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionHeader │ │ │ │ │ │ │ ├── MCRSalesStatsCustTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionLine │ │ │ │ │ │ │ ├── MCRSalesStatsCustItem.md │ │ │ │ │ │ │ ├── RetailTransactionPaymentTrans_BR.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── MCRContinuityCustHeader.md │ │ │ │ │ │ │ ├── MCRContinuityScheduleHeader.md │ │ │ │ │ │ │ ├── MCRHistSalesTable.md │ │ │ │ │ │ │ ├── MCRReturnSalesTable.md │ │ │ │ │ │ │ ├── MCRSalesQuotationTable.md │ │ │ │ │ │ │ ├── MCRSalesTable.md │ │ │ │ │ │ │ ├── MCRSalesTableShipping.md │ │ │ │ │ │ │ ├── RetailPosBatchTable.md │ │ │ │ │ │ │ ├── RetailStatementJour.md │ │ │ │ │ │ │ ├── RetailStatementJourExt.md │ │ │ │ │ │ │ ├── RetailStatementTable.md │ │ │ │ │ │ │ ├── RetailXZReportTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── MCRContinuityCustLine.md │ │ │ │ │ │ │ ├── MCRContinuityScheduleLine.md │ │ │ │ │ │ │ ├── MCRHistSalesLine.md │ │ │ │ │ │ │ ├── MCRSalesLine.md │ │ │ │ │ │ │ ├── MCRSalesLinePriceOverride.md │ │ │ │ │ │ │ ├── RetailPosBatchTaxTrans.md │ │ │ │ │ │ │ ├── RetailPosBatchTenderTrans.md │ │ │ │ │ │ │ ├── RetailSalesAffiliation.md │ │ │ │ │ │ │ ├── RetailSalesDiscountLine.md │ │ │ │ │ │ │ ├── RetailSalesQuotationAffiliation.md │ │ │ │ │ │ │ ├── RetailSalesQuotationDiscountLine.md │ │ │ │ │ │ │ ├── RetailStatementLine.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ └── overview.md │ │ │ │ ├── Common │ │ │ │ │ ├── Currency │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── Currency.md │ │ │ │ │ │ │ ├── CurrencyEuroDenomination.md │ │ │ │ │ │ │ ├── CurrencyLedgerGainLossAccount.md │ │ │ │ │ │ │ ├── CurrencyOnlineConversion.md │ │ │ │ │ │ │ ├── ExchangeRateCurrencyPair.md │ │ │ │ │ │ │ ├── ExchangeRateType.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── ExchangeRateCurrencyPairCalculationRules.md │ │ │ │ │ │ │ ├── ExchangeRateProviderConfiguration.md │ │ │ │ │ │ │ ├── ExchangeRateProviderConfigurationDetails.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── CurrencyGender.md │ │ │ │ │ │ │ ├── ExchangeRate.md │ │ │ │ │ │ │ ├── ISOCurrencyCode.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── Customer │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── CustTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── CustTableChangeProposal.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── CustTableChangeProposalFieldEnablement.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── EMPAShared │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── SharedCategory.md │ │ │ │ │ │ │ ├── SharedCategoryRoleType.md │ │ │ │ │ │ │ ├── SharedCategoryRoles.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── GAB │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── AddressCountryRegionGroupBLWI.md │ │ │ │ │ │ │ ├── AddressTypeTable_RU.md │ │ │ │ │ │ │ ├── DirAddressBook.md │ │ │ │ │ │ │ ├── LogisticsAddressCity.md │ │ │ │ │ │ │ ├── LogisticsAddressCountryRegion.md │ │ │ │ │ │ │ ├── LogisticsAddressCountryRegionTranslation.md │ │ │ │ │ │ │ ├── LogisticsAddressCounty.md │ │ │ │ │ │ │ ├── LogisticsAddressDistrict.md │ │ │ │ │ │ │ ├── LogisticsAddressFlatNumber_RU.md │ │ │ │ │ │ │ ├── LogisticsAddressFormatHeading.md │ │ │ │ │ │ │ ├── LogisticsAddressFormatLines.md │ │ │ │ │ │ │ ├── LogisticsAddressHouseNumber_RU.md │ │ │ │ │ │ │ ├── LogisticsAddressProperties_RU.md │ │ │ │ │ │ │ ├── LogisticsAddressState.md │ │ │ │ │ │ │ ├── LogisticsAddressState_IN.md │ │ │ │ │ │ │ ├── LogisticsAddressSteadNumber_RU.md │ │ │ │ │ │ │ ├── LogisticsAddressStreet_RU.md │ │ │ │ │ │ │ ├── LogisticsAddressZipCode.md │ │ │ │ │ │ │ ├── LogisticsAddresssCity.md │ │ │ │ │ │ │ ├── OMHierPurposeOrgTypeMap.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── AddressCountryRegionBLWI.md │ │ │ │ │ │ │ ├── DirAddressBookParty.md │ │ │ │ │ │ │ ├── DirAddressBookSecurityRole.md │ │ │ │ │ │ │ ├── DirAddressBookTeam.md │ │ │ │ │ │ │ ├── DirDunsNumber.md │ │ │ │ │ │ │ ├── DirExternalRole.md │ │ │ │ │ │ │ ├── DirOrgPersonRelations.md │ │ │ │ │ │ │ ├── DirOrganization.md │ │ │ │ │ │ │ ├── DirOrganizationBase.md │ │ │ │ │ │ │ ├── DirOrganizationName.md │ │ │ │ │ │ │ ├── DirPartyImage.md │ │ │ │ │ │ │ ├── DirPartyLocation.md │ │ │ │ │ │ │ ├── DirPartyLocationRole.md │ │ │ │ │ │ │ ├── DirPartyMemo.md │ │ │ │ │ │ │ ├── DirPartyRelationship.md │ │ │ │ │ │ │ ├── DirPartyTable.md │ │ │ │ │ │ │ ├── DirPerson.md │ │ │ │ │ │ │ ├── DirPersonName.md │ │ │ │ │ │ │ ├── DirPersonUser.md │ │ │ │ │ │ │ ├── IdentityCardTable_RU.md │ │ │ │ │ │ │ ├── LogisticsElectronicAddress.md │ │ │ │ │ │ │ ├── LogisticsElectronicAddressRole.md │ │ │ │ │ │ │ ├── LogisticsLocation.md │ │ │ │ │ │ │ ├── LogisticsLocationExt.md │ │ │ │ │ │ │ ├── LogisticsPostalAddress.md │ │ │ │ │ │ │ ├── OMExplodedOrganizationSecurityGraph.md │ │ │ │ │ │ │ ├── OMHierarchyChangeLog.md │ │ │ │ │ │ │ ├── OMHierarchyPurpose.md │ │ │ │ │ │ │ ├── OMHierarchyRelationship.md │ │ │ │ │ │ │ ├── OMHierarchyType.md │ │ │ │ │ │ │ ├── OMInternalOrganization.md │ │ │ │ │ │ │ ├── OMOperatingUnit.md │ │ │ │ │ │ │ ├── OMRevisionEdit.md │ │ │ │ │ │ │ ├── OMTeam.md │ │ │ │ │ │ │ ├── OMUserRoleOrganization.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── CompanyInfoExtension_CN.md │ │ │ │ │ │ │ ├── DirPolicyPartition.md │ │ │ │ │ │ │ ├── DirSubNameSequence.md │ │ │ │ │ │ │ ├── FIASOperationStatuses_RU.md │ │ │ │ │ │ │ ├── FiasAddressObject.md │ │ │ │ │ │ │ ├── FiasEstateStatus.md │ │ │ │ │ │ │ ├── FiasFlatType.md │ │ │ │ │ │ │ ├── FiasHouse.md │ │ │ │ │ │ │ ├── FiasImportLog_RU.md │ │ │ │ │ │ │ ├── FiasRoom.md │ │ │ │ │ │ │ ├── FiasStead.md │ │ │ │ │ │ │ ├── FiasStructureStatus.md │ │ │ │ │ │ │ ├── LogisticsAddressFiasGuidCodes_RU.md │ │ │ │ │ │ │ ├── LogisticsAddressImportLog_RU.md │ │ │ │ │ │ │ ├── LogisticsAddressNotFoundRecords_RU.md │ │ │ │ │ │ │ ├── PersonSearch.md │ │ │ │ │ │ │ ├── PersonSearchCriteriaAddress.md │ │ │ │ │ │ │ ├── PersonSearchCriteriaKnownId.md │ │ │ │ │ │ │ ├── PersonSearchCriteriaName.md │ │ │ │ │ │ │ ├── PersonSearchEntityExclusion.md │ │ │ │ │ │ │ ├── PersonSearchEntityFilterRelation.md │ │ │ │ │ │ │ ├── PersonSearchPartyNumberTmp.md │ │ │ │ │ │ │ ├── PersonSearchPrintManagement.md │ │ │ │ │ │ │ ├── PersonSearchResult.md │ │ │ │ │ │ │ ├── PersonSearchResultEntityFieldFilter.md │ │ │ │ │ │ │ ├── PersonSearchTemplateMetadataTmp.md │ │ │ │ │ │ │ ├── SysRoleDutyAssignmentsDS.md │ │ │ │ │ │ │ ├── SysRoleEffectiveAccessDS.md │ │ │ │ │ │ │ ├── UserExternalParty.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── DirAppParameters.md │ │ │ │ │ │ │ ├── DirParameters.md │ │ │ │ │ │ │ ├── DirPartyLocationPrivateRoles.md │ │ │ │ │ │ │ ├── EPPersonalize.md │ │ │ │ │ │ │ ├── LogisticsAddressParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── DirNameAffix.md │ │ │ │ │ │ │ ├── DirNameSequence.md │ │ │ │ │ │ │ ├── DirNameSequenceTranslation.md │ │ │ │ │ │ │ ├── DirRelationshipTypeTable.md │ │ │ │ │ │ │ ├── LogisticsLocationRole.md │ │ │ │ │ │ │ ├── LogisticsLocationRoleTranslation.md │ │ │ │ │ │ │ ├── OMTeamMembershipCriterion.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── AddressZipCodeImportLog_NL.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── CommReportTransItem_RU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── Intrastat │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── IntrastatArchiveGeneral.md │ │ │ │ │ │ │ ├── IntrastatItemCode.md │ │ │ │ │ │ │ ├── IntrastatPort.md │ │ │ │ │ │ │ ├── IntrastatSpecMovement_CZ.md │ │ │ │ │ │ │ ├── IntrastatStatProc.md │ │ │ │ │ │ │ ├── IntrastatTransactionCode.md │ │ │ │ │ │ │ ├── IntrastatTransportMode.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── IntrastatArchiveDetail.md │ │ │ │ │ │ │ ├── IntrastatToProdcom.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── IntrastatCompressParameters.md │ │ │ │ │ │ │ ├── IntrastatCountryRegionParameters.md │ │ │ │ │ │ │ ├── IntrastatParameters.md │ │ │ │ │ │ │ ├── IntrastatStateParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── Intrastat.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ └── overview.md │ │ │ │ ├── Finance │ │ │ │ │ ├── APARShared │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── AgreementClassificationExt_RU.md │ │ │ │ │ │ │ ├── Branches_RU.md │ │ │ │ │ │ │ ├── CFOPGroup_BR.md │ │ │ │ │ │ │ ├── CFOPMatrix_BR.md │ │ │ │ │ │ │ ├── CFPSTable_BR.md │ │ │ │ │ │ │ ├── ClaimPercentage_IN.md │ │ │ │ │ │ │ ├── LtInvoiceAutoNumberingGroups.md │ │ │ │ │ │ │ ├── LtInvoiceAutoNumberingTable.md │ │ │ │ │ │ │ ├── OperationTypeList_RU.md │ │ │ │ │ │ │ ├── SATAuthorizationNumber_MX.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── BusinessVerticalsTable_IN.md │ │ │ │ │ │ │ ├── CasualRegistration_IN.md │ │ │ │ │ │ │ ├── ChallanInformation_IN.md │ │ │ │ │ │ │ ├── ConcessionCertificateDetails_IN.md │ │ │ │ │ │ │ ├── DIOTDeclarationConcept_MX.md │ │ │ │ │ │ │ ├── ExciseTariffCodes_IN.md │ │ │ │ │ │ │ ├── LandTypeTable_W.md │ │ │ │ │ │ │ ├── OfficialsTable_RU.md │ │ │ │ │ │ │ ├── PlFiscalPrinterTable.md │ │ │ │ │ │ │ ├── RegNumIssuerTable.md │ │ │ │ │ │ │ ├── ServiceAccountingCodeTable_IN.md │ │ │ │ │ │ │ ├── ServiceCodeTable_IN.md │ │ │ │ │ │ │ ├── WorkTypeTable_W.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── AgreementLine_IN.md │ │ │ │ │ │ │ ├── AifEndPointActionValueMapExt_RU.md │ │ │ │ │ │ │ ├── BaseDocument_IT.md │ │ │ │ │ │ │ ├── BrandTable_MX.md │ │ │ │ │ │ │ ├── ChronologicalNumberingSetup_W.md │ │ │ │ │ │ │ ├── ExceptionCodeTable_BR.md │ │ │ │ │ │ │ ├── ExciseInquiryTable_IN.md │ │ │ │ │ │ │ ├── ExciseNumSequenceRef_IN.md │ │ │ │ │ │ │ ├── ExciseRegisterBalanceInquiry_IN.md │ │ │ │ │ │ │ ├── ExciseRegistersInquiryTable_IN.md │ │ │ │ │ │ │ ├── ExciseTaxTotal_IN.md │ │ │ │ │ │ │ ├── FreeNotesGroupsTable_IT.md │ │ │ │ │ │ │ ├── FreeNotesTable_IT.md │ │ │ │ │ │ │ ├── GiroReportTmp.md │ │ │ │ │ │ │ ├── PlFiscalPrinterWorkerSetup.md │ │ │ │ │ │ │ ├── RPSExportDateRange_BR.md │ │ │ │ │ │ │ ├── RecordReference_RU.md │ │ │ │ │ │ │ ├── ReportArchive_RU.md │ │ │ │ │ │ │ ├── ServiceTariffNumber_PL.md │ │ │ │ │ │ │ ├── TotalFields_IN.md │ │ │ │ │ │ │ ├── TransactionTextParameterSetup.md │ │ │ │ │ │ │ ├── TransferPrice_IN.md │ │ │ │ │ │ │ ├── UniqueCertificationExtraction_IT.md │ │ │ │ │ │ │ ├── UniqueCertificationHeader_IT.md │ │ │ │ │ │ │ ├── UniqueCertificationValueTable_IT.md │ │ │ │ │ │ │ ├── UniqueCertificationVendorDetail_IT.md │ │ │ │ │ │ │ ├── UniqueCertificationVendorList_IT.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── AdvanceAdjustmentParameters_W.md │ │ │ │ │ │ │ ├── AgreementParameters_RU.md │ │ │ │ │ │ │ ├── DefermentSchedule_IN.md │ │ │ │ │ │ │ ├── OverdueJournalSettings_W.md │ │ │ │ │ │ │ ├── ServiceEventGroups_IN.md │ │ │ │ │ │ │ ├── ServiceEvents_IN.md │ │ │ │ │ │ │ ├── TradeBLWIParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── CityHoliday.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── DIOTAdditionalInfoForNoVendor_MX.md │ │ │ │ │ │ │ ├── DIOTAddlInfoForNoVendorLedger_MX.md │ │ │ │ │ │ │ ├── DIOTAddlInfoForNoVendorProj_MX.md │ │ │ │ │ │ │ ├── DefermentScheduleTransLines_IN.md │ │ │ │ │ │ │ ├── DefermentScheduleTrans_IN.md │ │ │ │ │ │ │ ├── ExciseDSARegister_IN.md │ │ │ │ │ │ │ ├── ExcisePLARegister_IN.md │ │ │ │ │ │ │ ├── ExcisePayableRegister_IN.md │ │ │ │ │ │ │ ├── ExciseRG23AIRegister_IN.md │ │ │ │ │ │ │ ├── ExciseRG23ARegister_IN.md │ │ │ │ │ │ │ ├── ExciseRG23CIRegister_IN.md │ │ │ │ │ │ │ ├── ExciseRG23CRegister_IN.md │ │ │ │ │ │ │ ├── ExciseRG23DRegister_IN.md │ │ │ │ │ │ │ ├── ExportSalesInvoice.md │ │ │ │ │ │ │ ├── OfficialsTrans_RU.md │ │ │ │ │ │ │ ├── PreviousYear_IN.md │ │ │ │ │ │ │ ├── PrintoutTable_RU.md │ │ │ │ │ │ │ ├── TradeBLWIJournalPurposeCodes.md │ │ │ │ │ │ │ ├── TradeBLWILines.md │ │ │ │ │ │ │ ├── TransLink_RU.md │ │ │ │ │ │ │ ├── TransactionIdInformation_IN.md │ │ │ │ │ │ │ ├── UpdatePLAEnquiry_IN.md │ │ │ │ │ │ │ ├── UpdatePLA_IN.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionHeader │ │ │ │ │ │ │ ├── AgreementHeaderExt_RU.md │ │ │ │ │ │ │ ├── AgreementHeaderHistoryExt_RU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionLine │ │ │ │ │ │ │ ├── AgreementLineHistoryExt_RU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── ExceptionalEvents_IT.md │ │ │ │ │ │ │ ├── ExportSalesOrder.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── AgreementLineExt_RU.md │ │ │ │ │ │ │ ├── TransitDocumentEWayBill_IN.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── AccountingFoundation │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── AccountingDistributionTemplate.md │ │ │ │ │ │ │ ├── JournalizingDefinitionBankTrans.md │ │ │ │ │ │ │ ├── JournalizingDefinitionBudgetReservation_PSN.md │ │ │ │ │ │ │ ├── JournalizingDefinitionCustomerTrans.md │ │ │ │ │ │ │ ├── JournalizingDefinitionGeneralLedgerTrans.md │ │ │ │ │ │ │ ├── JournalizingDefinitionPayablesTrans.md │ │ │ │ │ │ │ ├── JournalizingDefinitionPayrollTrans.md │ │ │ │ │ │ │ ├── JournalizingDefinitionPurchTrans.md │ │ │ │ │ │ │ ├── LedgerJournalControlHeader.md │ │ │ │ │ │ │ ├── LedgerJournalName.md │ │ │ │ │ │ │ ├── LedgerJournalPostControlUser.md │ │ │ │ │ │ │ ├── LedgerJournalPostControlUserGroup.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── JournalizingDefinition.md │ │ │ │ │ │ │ ├── JournalizingDefinitionBudgetTrans.md │ │ │ │ │ │ │ ├── JournalizingDefinitionMatch.md │ │ │ │ │ │ │ ├── JournalizingDefinitionMatchDetail.md │ │ │ │ │ │ │ ├── JournalizingDefinitionRelatedDefinition.md │ │ │ │ │ │ │ ├── JournalizingDefinitionVersion.md │ │ │ │ │ │ │ ├── LedgerJournalTxt.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── DomainEvent.md │ │ │ │ │ │ │ ├── DomainEventActivityTypeModule.md │ │ │ │ │ │ │ ├── DomainEventSource.md │ │ │ │ │ │ │ ├── DomainEventSourceParticipant.md │ │ │ │ │ │ │ ├── DomainEventStateTransitionModel.md │ │ │ │ │ │ │ ├── DomainEventStatus.md │ │ │ │ │ │ │ ├── DomainEventStatusSequence.md │ │ │ │ │ │ │ ├── DomainEventTransitionModel.md │ │ │ │ │ │ │ ├── LedgerJournal.md │ │ │ │ │ │ │ ├── LedgerJournalLine.md │ │ │ │ │ │ │ ├── LedgerJournalTransAccrual.md │ │ │ │ │ │ │ ├── LedgerJournalTransAccrualTrans.md │ │ │ │ │ │ │ ├── LedgerJournalTrans_Error.md │ │ │ │ │ │ │ ├── Measure.md │ │ │ │ │ │ │ ├── MeasureDimensionAttribute.md │ │ │ │ │ │ │ ├── MeasureMapping.md │ │ │ │ │ │ │ ├── MeasurementDimension.md │ │ │ │ │ │ │ ├── Numbers.md │ │ │ │ │ │ │ ├── ReferenceIdentifier.md │ │ │ │ │ │ │ ├── ReferenceIdentifierMapping.md │ │ │ │ │ │ │ ├── ReferenceIdentity.md │ │ │ │ │ │ │ ├── SourceDocumentDomainEventReferenceIdentity.md │ │ │ │ │ │ │ ├── SourceDocumentHeaderRelation.md │ │ │ │ │ │ │ ├── SourceDocumentLedgerDimensionCache.md │ │ │ │ │ │ │ ├── SourceDocumentLineDomainEventReferenceIdentity.md │ │ │ │ │ │ │ ├── SourceDocumentLineMonetaryAmount.md │ │ │ │ │ │ │ ├── SourceDocumentLineSubledgerJourErrorLog.md │ │ │ │ │ │ │ ├── SourceDocumentModel.md │ │ │ │ │ │ │ ├── SourceMeasurement.md │ │ │ │ │ │ │ ├── SubledgerJournalEntry.md │ │ │ │ │ │ │ ├── SubledgerJournalEntryIdentityInProcess.md │ │ │ │ │ │ │ ├── SubledgerJournalEntryIdentityTransferred.md │ │ │ │ │ │ │ ├── SubledgerJournalErrorLog.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── MeasureDimensionMapping.md │ │ │ │ │ │ │ ├── SourceDocumentParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── SubledgerJournalTransferRule.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Staging │ │ │ │ │ │ │ ├── JournalizingTransactionPostingDefinitionBudgetReservationStaging_PSN.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── AccountingDistribution.md │ │ │ │ │ │ │ ├── AccountingEvent.md │ │ │ │ │ │ │ ├── SubledgerJournalAccountEntryDistribution.md │ │ │ │ │ │ │ ├── SubledgerJournalEntryDomainEvent.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionHeader │ │ │ │ │ │ │ ├── SourceDocumentAcctEventReferenceIdentity.md │ │ │ │ │ │ │ ├── SourceDocumentHeader.md │ │ │ │ │ │ │ ├── SourceDocumentLineReferenceIdentity.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionLine │ │ │ │ │ │ │ ├── SourceDocumentLine.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Worksheet │ │ │ │ │ │ │ ├── AccountingDistributionTemplateDetail.md │ │ │ │ │ │ │ ├── LedgerJournalParmPost.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── LedgerJournalTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── LedgerJournalTrans.md │ │ │ │ │ │ │ ├── LedgerJournalTransBankLC.md │ │ │ │ │ │ │ ├── LedgerJournalTransVoucherTemplate.md │ │ │ │ │ │ │ ├── LedgerJournalTrans_Allocation.md │ │ │ │ │ │ │ ├── LedgerJournalVoucherChanged.md │ │ │ │ │ │ │ ├── SubledgerJournalAccountEntry.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── AccountsPayable │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── InventItemPriceToleranceGroup.md │ │ │ │ │ │ │ ├── LineOfBusiness.md │ │ │ │ │ │ │ ├── MarkupTolerance.md │ │ │ │ │ │ │ ├── Tax1099BoxDetailHistory.md │ │ │ │ │ │ │ ├── Tax1099Fields.md │ │ │ │ │ │ │ ├── VendCoverPageSignature.md │ │ │ │ │ │ │ ├── VendExceptionGroup.md │ │ │ │ │ │ │ ├── VendInvoiceDeclaration_IS.md │ │ │ │ │ │ │ ├── VendLedger.md │ │ │ │ │ │ │ ├── VendLedgerAccounts.md │ │ │ │ │ │ │ ├── VendPriceToleranceGroup.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── Tax1099Reports.md │ │ │ │ │ │ │ ├── Vend1099OIDDetail.md │ │ │ │ │ │ │ ├── VendContractZakat_SA.md │ │ │ │ │ │ │ ├── VendFineSetup_BR.md │ │ │ │ │ │ │ ├── VendInfoZakat_SA.md │ │ │ │ │ │ │ ├── VendInterestSetup_BR.md │ │ │ │ │ │ │ ├── VendItemMatchingPolicy.md │ │ │ │ │ │ │ ├── VendStateTaxID.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── DemoDataPostDocumentTargetCombinations.md │ │ │ │ │ │ │ ├── DemoDataPostRun.md │ │ │ │ │ │ │ ├── DemoDataPostRunDocument.md │ │ │ │ │ │ │ ├── DemoDataPostRunDocumentStatus.md │ │ │ │ │ │ │ ├── PaymTermHold.md │ │ │ │ │ │ │ ├── PurchRFQLineTaxExtensionIN.md │ │ │ │ │ │ │ ├── PurchReqLineTaxExtensionIN.md │ │ │ │ │ │ │ ├── PurchShippingStat_BR.md │ │ │ │ │ │ │ ├── Tax1099BoxDetail.md │ │ │ │ │ │ │ ├── Tax1099CF_SFParticipatingStateCodes.md │ │ │ │ │ │ │ ├── VendAdvanceApplicationTrans.md │ │ │ │ │ │ │ ├── VendCertType.md │ │ │ │ │ │ │ ├── VendConsInvoice_JP.md │ │ │ │ │ │ │ ├── VendDirective_PSN.md │ │ │ │ │ │ │ ├── VendEPRemitInfo_BR.md │ │ │ │ │ │ │ ├── VendInvoiceDocumentTmp.md │ │ │ │ │ │ │ ├── VendInvoiceInfoLineCorrLink_RU.md │ │ │ │ │ │ │ ├── VendInvoiceInfoTableSymbol.md │ │ │ │ │ │ │ ├── VendInvoiceInfoTable_IN.md │ │ │ │ │ │ │ ├── VendInvoiceJourCorrLink_RU.md │ │ │ │ │ │ │ ├── VendInvoiceJourSymbol.md │ │ │ │ │ │ │ ├── VendInvoiceJour_IN.md │ │ │ │ │ │ │ ├── VendInvoicePackingSlip_IN.md │ │ │ │ │ │ │ ├── VendInvoiceTransCorrLink_RU.md │ │ │ │ │ │ │ ├── VendInvoiceTrans_W.md │ │ │ │ │ │ │ ├── VendOneTimeVendInvoiceStaging_PSN.md │ │ │ │ │ │ │ ├── VendPaymReconciliationReturnStatus_W.md │ │ │ │ │ │ │ ├── VendRoutingSlip_PSN.md │ │ │ │ │ │ │ ├── VendSettlementExtensionTH.md │ │ │ │ │ │ │ ├── VendTransEPRemit_BR.md │ │ │ │ │ │ │ ├── VendUnrealizedRev.md │ │ │ │ │ │ │ ├── VendWriteOffFinancialReasonsSetup.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── PurchPriceTolerance.md │ │ │ │ │ │ │ ├── Tax1099SoftwareVendParameters.md │ │ │ │ │ │ │ ├── Tax1099TransmitterParameters.md │ │ │ │ │ │ │ ├── VendCoverPageLayout.md │ │ │ │ │ │ │ ├── VendFormletterDocument.md │ │ │ │ │ │ │ ├── VendFormletterParameters.md │ │ │ │ │ │ │ ├── VendInvoiceInfo_PaymentDisbursement.md │ │ │ │ │ │ │ ├── VendParameters.md │ │ │ │ │ │ │ ├── VendPaymentDisbursement.md │ │ │ │ │ │ │ ├── VendTotalPriceTolerance.md │ │ │ │ │ │ │ ├── VendorInformationFormConfiguration.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── CzVendAdvanceInvoiceLink.md │ │ │ │ │ │ │ ├── PurchComplementaryInvoiceHeader.md │ │ │ │ │ │ │ ├── PurchComplementaryInvoiceLine.md │ │ │ │ │ │ │ ├── PurchImportDeclaration_BR.md │ │ │ │ │ │ │ ├── PurchPrepayTableHistory.md │ │ │ │ │ │ │ ├── PurchTableHistory_BR.md │ │ │ │ │ │ │ ├── PurchTableHistory_RU.md │ │ │ │ │ │ │ ├── PurchTableHistory_W.md │ │ │ │ │ │ │ ├── VendExchRateAdjustment.md │ │ │ │ │ │ │ ├── VendInvoice4PaymJour_RU.md │ │ │ │ │ │ │ ├── VendInvoice4PaymPurchLink_RU.md │ │ │ │ │ │ │ ├── VendInvoice4PaymTrans_RU.md │ │ │ │ │ │ │ ├── VendInvoiceHoldHistory.md │ │ │ │ │ │ │ ├── VendInvoiceInfo.md │ │ │ │ │ │ │ ├── VendInvoiceInfoMarkupMatchingTolerance.md │ │ │ │ │ │ │ ├── VendInvoiceInfoTableCorrectionType_RU.md │ │ │ │ │ │ │ ├── VendInvoiceIntrastat.md │ │ │ │ │ │ │ ├── VendInvoiceJour.md │ │ │ │ │ │ │ ├── VendInvoiceJourExtensionTH.md │ │ │ │ │ │ │ ├── VendInvoiceJour_Intrastat.md │ │ │ │ │ │ │ ├── VendInvoiceJour_W.md │ │ │ │ │ │ │ ├── VendInvoiceMatching.md │ │ │ │ │ │ │ ├── VendInvoicePackingSlipQuantityMatch.md │ │ │ │ │ │ │ ├── VendInvoicePurchLink.md │ │ │ │ │ │ │ ├── VendInvoiceTrans.md │ │ │ │ │ │ │ ├── VendInvoiceTransRef.md │ │ │ │ │ │ │ ├── VendInvoiceTransTaxExtensionIN.md │ │ │ │ │ │ │ ├── VendInvoiceTrans_IN.md │ │ │ │ │ │ │ ├── VendInvoiceTrans_Intrastat.md │ │ │ │ │ │ │ ├── VendOutAttendingNote_PNRemittanceTmp.md │ │ │ │ │ │ │ ├── VendOverdueCITPITJournalLineDetail_W.md │ │ │ │ │ │ │ ├── VendOverdueVATDebtJournalLine_W.md │ │ │ │ │ │ │ ├── VendOverdueVATJournalTable_W.md │ │ │ │ │ │ │ ├── VendOverdueVATTurnJournalLine_W.md │ │ │ │ │ │ │ ├── VendPackingSlipJour_Intrastat.md │ │ │ │ │ │ │ ├── VendPackingSlipTrans_IN.md │ │ │ │ │ │ │ ├── VendPackingSlipTrans_Intrastat.md │ │ │ │ │ │ │ ├── VendQRBillIntegrationData_CH.md │ │ │ │ │ │ │ ├── VendQRBillIntegrationTrans_CH.md │ │ │ │ │ │ │ ├── VendRemitInvoiceRef_ES.md │ │ │ │ │ │ │ ├── VendSettlementTax1099.md │ │ │ │ │ │ │ ├── VendTrans.md │ │ │ │ │ │ │ ├── VendTransCashDisc.md │ │ │ │ │ │ │ ├── VendTransOpen.md │ │ │ │ │ │ │ ├── VendTransPayment_BR.md │ │ │ │ │ │ │ ├── VendTrans_IN.md │ │ │ │ │ │ │ ├── VendTrans_W.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionHeader │ │ │ │ │ │ │ ├── PurchAgreementHeaderHistoryExt_RU.md │ │ │ │ │ │ │ ├── VendInvoiceInfoSubMarkupMatchingTrans.md │ │ │ │ │ │ │ ├── VendInvoiceInfoTable.md │ │ │ │ │ │ │ ├── VendInvoiceInfoTableExtensionTH.md │ │ │ │ │ │ │ ├── VendInvoiceInfoTableTaxExtension_IN.md │ │ │ │ │ │ │ ├── VendInvoiceInfoTable_Officials.md │ │ │ │ │ │ │ ├── VendInvoiceInfoTable_RU.md │ │ │ │ │ │ │ ├── VendInvoiceInfoTable_W.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionLine │ │ │ │ │ │ │ ├── PSNPurchasingCardVendInvoiceInfoTable.md │ │ │ │ │ │ │ ├── PSNPurchasingCardVendTrans.md │ │ │ │ │ │ │ ├── VendInvoiceInfoLine.md │ │ │ │ │ │ │ ├── VendInvoiceInfoLineMarkupMatchingTrans.md │ │ │ │ │ │ │ ├── VendInvoiceInfoLineTaxExtension_IN.md │ │ │ │ │ │ │ ├── VendInvoiceInfoLine_Asset.md │ │ │ │ │ │ │ ├── VendInvoiceInfoLine_BR.md │ │ │ │ │ │ │ ├── VendInvoiceInfoLine_W.md │ │ │ │ │ │ │ ├── VendInvoiceInfoSubLine.md │ │ │ │ │ │ │ ├── VendInvoiceInfoSubTable.md │ │ │ │ │ │ │ ├── VendInvoiceMatchingLine.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Worksheet │ │ │ │ │ │ │ ├── PurchLine_Intrastat.md │ │ │ │ │ │ │ ├── Tax1099StateSummary.md │ │ │ │ │ │ │ ├── Tax1099Summary.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── CzCustAdvanceInvoiceTable.md │ │ │ │ │ │ │ ├── CzVendAdvanceInvoiceTable.md │ │ │ │ │ │ │ ├── PlVendCorrectJour.md │ │ │ │ │ │ │ ├── PurchAgreementHeaderExt_RU.md │ │ │ │ │ │ │ ├── PurchPrepayTable.md │ │ │ │ │ │ │ ├── PurchTable_BR.md │ │ │ │ │ │ │ ├── PurchTable_Intrastat.md │ │ │ │ │ │ │ ├── PurchTable_RU.md │ │ │ │ │ │ │ ├── PurchTable_W.md │ │ │ │ │ │ │ ├── VendInvoiceJour_Customs_IT.md │ │ │ │ │ │ │ ├── VendOverdueCITPITJournalTable_W.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── CzVendAdvanceInvoiceLine.md │ │ │ │ │ │ │ ├── PurchGoodsReceiptNoteTmp_IN.md │ │ │ │ │ │ │ ├── PurchLineHistory_IN.md │ │ │ │ │ │ │ ├── PurchLineHistory_W.md │ │ │ │ │ │ │ ├── PurchLine_IN.md │ │ │ │ │ │ │ ├── PurchLine_W.md │ │ │ │ │ │ │ ├── PurchParmLine_IN.md │ │ │ │ │ │ │ ├── VendInvoiceLineForeignTradeCategory.md │ │ │ │ │ │ │ ├── VendOverdueCITPITDebtJournalLine_W.md │ │ │ │ │ │ │ ├── VendOverdueCITPITTurnJournalLine_W.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── AccountsReceivable │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── CredManAccountStatusTable.md │ │ │ │ │ │ │ ├── CredManCollectionGroupTable.md │ │ │ │ │ │ │ ├── CredManGroup.md │ │ │ │ │ │ │ ├── CredManGuaranteeInsuranceType.md │ │ │ │ │ │ │ ├── CredManInsuranceCoverageType.md │ │ │ │ │ │ │ ├── CredManReasonTable.md │ │ │ │ │ │ │ ├── CredManRiskGroup.md │ │ │ │ │ │ │ ├── CreditCardProcessors.md │ │ │ │ │ │ │ ├── CreditCardTypeSetup.md │ │ │ │ │ │ │ ├── CustAging.md │ │ │ │ │ │ │ ├── CustAgingLegalEntity.md │ │ │ │ │ │ │ ├── CustAgingLine.md │ │ │ │ │ │ │ ├── CustBillingClassification.md │ │ │ │ │ │ │ ├── CustBillingClassificationCode.md │ │ │ │ │ │ │ ├── CustBillingCode.md │ │ │ │ │ │ │ ├── CustBillingCodeLedgerAccount.md │ │ │ │ │ │ │ ├── CustBillingCodeRate.md │ │ │ │ │ │ │ ├── CustCollectionLetterLine.md │ │ │ │ │ │ │ ├── CustCollectionLetterTable.md │ │ │ │ │ │ │ ├── CustCollectionsAgent.md │ │ │ │ │ │ │ ├── CustCollectionsContact.md │ │ │ │ │ │ │ ├── CustCustomField.md │ │ │ │ │ │ │ ├── CustEinvoiceIntegrationTypeTable.md │ │ │ │ │ │ │ ├── CustGiroReportProcessingGroup_CH.md │ │ │ │ │ │ │ ├── CustGroup.md │ │ │ │ │ │ │ ├── CustInterest.md │ │ │ │ │ │ │ ├── CustInterestFee.md │ │ │ │ │ │ │ ├── CustInterestRange.md │ │ │ │ │ │ │ ├── CustInterestVersion.md │ │ │ │ │ │ │ ├── CustInterestVersionDetail.md │ │ │ │ │ │ │ ├── CustInvoiceTemplate.md │ │ │ │ │ │ │ ├── CustInvoiceTemplateTaxExtension_IN.md │ │ │ │ │ │ │ ├── CustLedger.md │ │ │ │ │ │ │ ├── CustLedgerAccounts.md │ │ │ │ │ │ │ ├── CustStatisticsGroup.md │ │ │ │ │ │ │ ├── CustTradingPartnerCode.md │ │ │ │ │ │ │ ├── CustVendItemGroup.md │ │ │ │ │ │ │ ├── CustVendPaymFeeGroup_JP.md │ │ │ │ │ │ │ ├── CustomerInvoiceOrigin.md │ │ │ │ │ │ │ ├── CustomerInvoiceOriginInternalType.md │ │ │ │ │ │ │ ├── CustomsComponentTaxCodes_IN.md │ │ │ │ │ │ │ ├── CustomsImportInvoiceVendAcctSetup_IN.md │ │ │ │ │ │ │ ├── CustomsPayments_IT.md │ │ │ │ │ │ │ ├── PlSADItemAccounts.md │ │ │ │ │ │ │ ├── PlSADRateGroup.md │ │ │ │ │ │ │ ├── SalesPeriodConfirmation_RU.md │ │ │ │ │ │ │ ├── SalesPurchCycle.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── CashRegisterLocation_W.md │ │ │ │ │ │ │ ├── CashRegisterOperator_W.md │ │ │ │ │ │ │ ├── CashRegisterPaymMode_W.md │ │ │ │ │ │ │ ├── CashRegisterTerminal_W.md │ │ │ │ │ │ │ ├── CashRegister_W.md │ │ │ │ │ │ │ ├── CredManCreditLimitAdvanced.md │ │ │ │ │ │ │ ├── CredManCreditLimitCustGroup.md │ │ │ │ │ │ │ ├── CredManCreditLimitCustGroupLine.md │ │ │ │ │ │ │ ├── CredManCustRiskScore.md │ │ │ │ │ │ │ ├── CredManCustRiskScoreGroup.md │ │ │ │ │ │ │ ├── CreditCardCust.md │ │ │ │ │ │ │ ├── CustBankAccount.md │ │ │ │ │ │ │ ├── CustCollectionAgencyGracePeriodSetup_W.md │ │ │ │ │ │ │ ├── CustCollectionsCaseDetail.md │ │ │ │ │ │ │ ├── CustCollectionsLinkTable.md │ │ │ │ │ │ │ ├── CustDefaultLocation.md │ │ │ │ │ │ │ ├── CustDirectDebitMandate.md │ │ │ │ │ │ │ ├── CustEinvoiceIntegrationPaymModeChg.md │ │ │ │ │ │ │ ├── CustFineSetup_BR.md │ │ │ │ │ │ │ ├── CustInterestSetup_BR.md │ │ │ │ │ │ │ ├── CustomPartners_RU.md │ │ │ │ │ │ │ ├── CustomPosts_RU.md │ │ │ │ │ │ │ ├── CustomerInstanceValue.md │ │ │ │ │ │ │ ├── CustomsBillOfEntryNumberTable_IN.md │ │ │ │ │ │ │ ├── CustomsImportInvoiceNumberTable_IN.md │ │ │ │ │ │ │ ├── CustomsShippingBillNumberTable_IN.md │ │ │ │ │ │ │ ├── CustomsTariffCodeTable_IN.md │ │ │ │ │ │ │ ├── RecurrenceInvoice.md │ │ │ │ │ │ │ ├── SalesPurchOperationType_BR.md │ │ │ │ │ │ │ ├── SalesReturnInformation_IN.md │ │ │ │ │ │ │ ├── SalesTaxFormTypes_IN.md │ │ │ │ │ │ │ ├── TransportationTypeTable_RU.md │ │ │ │ │ │ │ ├── VehicleModelTable_W.md │ │ │ │ │ │ │ ├── VehicleTypeTable_W.md │ │ │ │ │ │ │ ├── WarrantyPolicy.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── CredManBlockExclusionRule.md │ │ │ │ │ │ │ ├── CredManBlockReason.md │ │ │ │ │ │ │ ├── CredManOverdueCust.md │ │ │ │ │ │ │ ├── CredManRankTable.md │ │ │ │ │ │ │ ├── CredManTable.md │ │ │ │ │ │ │ ├── CreditCardTypeCurrency.md │ │ │ │ │ │ │ ├── CustBillingCodeCustomField.md │ │ │ │ │ │ │ ├── CustBillingCodeVersion.md │ │ │ │ │ │ │ ├── CustCollectionsLinkActivitiesCustTrans.md │ │ │ │ │ │ │ ├── CustCollectionsLinkCasesActivities.md │ │ │ │ │ │ │ ├── CustConsInvoice_JP.md │ │ │ │ │ │ │ ├── CustDebitCreditNoteTaxTmp.md │ │ │ │ │ │ │ ├── CustDirective_PSN.md │ │ │ │ │ │ │ ├── CustDisputeHistory.md │ │ │ │ │ │ │ ├── CustEPRemitInfo_BR.md │ │ │ │ │ │ │ ├── CustIntentLetter_IT.md │ │ │ │ │ │ │ ├── CustInterestNoteTmp.md │ │ │ │ │ │ │ ├── CustInterestTransLine.md │ │ │ │ │ │ │ ├── CustInvoiceJourAdjustment.md │ │ │ │ │ │ │ ├── CustInvoiceJourCorrLink_RU.md │ │ │ │ │ │ │ ├── CustInvoiceJourSymbol.md │ │ │ │ │ │ │ ├── CustInvoiceLineCorrLink_RU.md │ │ │ │ │ │ │ ├── CustInvoiceLineTaxExtensionIN.md │ │ │ │ │ │ │ ├── CustInvoicePackingSlip_IN.md │ │ │ │ │ │ │ ├── CustInvoiceTableSymbol.md │ │ │ │ │ │ │ ├── CustInvoiceTransCorrLink_RU.md │ │ │ │ │ │ │ ├── CustInvoiceTransTaxExtensionIN.md │ │ │ │ │ │ │ ├── CustRoutingSlip_PSN.md │ │ │ │ │ │ │ ├── CustTransEPRemit_BR.md │ │ │ │ │ │ │ ├── CustVendDirective_PSN.md │ │ │ │ │ │ │ ├── CustVendRoutingSlip_PSN.md │ │ │ │ │ │ │ ├── CustWriteOffFinancialReasonsSetup.md │ │ │ │ │ │ │ ├── CustomChequeLayout_BR.md │ │ │ │ │ │ │ ├── CustomsExportAssessableValue_IN.md │ │ │ │ │ │ │ ├── CustomsImportAssessableValue_IN.md │ │ │ │ │ │ │ ├── CustomsTotal_IN.md │ │ │ │ │ │ │ ├── IntentLetter_IT.md │ │ │ │ │ │ │ ├── PlSADFinanceLedgerJournalRef.md │ │ │ │ │ │ │ ├── SalesLine_BR.md │ │ │ │ │ │ │ ├── SalesParmLineCorrLink_RU.md │ │ │ │ │ │ │ ├── SalesParmUpdate_IN.md │ │ │ │ │ │ │ ├── SalesQuotationLineTaxExtensionIN.md │ │ │ │ │ │ │ ├── SalesTableExtensionTH.md │ │ │ │ │ │ │ ├── SalesTableSymbol.md │ │ │ │ │ │ │ ├── SalesTaxInquiryTable_IN.md │ │ │ │ │ │ │ ├── SalesTaxTotal_IN.md │ │ │ │ │ │ │ ├── TransportationDeliveryParty.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── CredManParameters.md │ │ │ │ │ │ │ ├── CredManStatusCheckSetup.md │ │ │ │ │ │ │ ├── CreditCardAccountSetup.md │ │ │ │ │ │ │ ├── CustParameters.md │ │ │ │ │ │ │ ├── EUSalesListReportingParameter.md │ │ │ │ │ │ │ ├── PlSADParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── CustCollectionsAgentPool.md │ │ │ │ │ │ │ ├── CustCollectionsPool.md │ │ │ │ │ │ │ ├── CustInterestWaiveLimit.md │ │ │ │ │ │ │ ├── CustLedgerTransTypeMapping.md │ │ │ │ │ │ │ ├── CustVendAifPaymTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Staging │ │ │ │ │ │ │ ├── CustIntentLetterStaging_IT.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── CashRegisterFiscalTransCode_W.md │ │ │ │ │ │ │ ├── CashRegisterFiscalTransTax_W.md │ │ │ │ │ │ │ ├── CashRegisterFiscalTrans_W.md │ │ │ │ │ │ │ ├── CashRegisterWebRequestLog_W.md │ │ │ │ │ │ │ ├── CollectionsInCashReportLineChanges_ES.md │ │ │ │ │ │ │ ├── CollectionsInCashReportLine_ES.md │ │ │ │ │ │ │ ├── CollectionsInCashReportTable_ES.md │ │ │ │ │ │ │ ├── CredManTrans.md │ │ │ │ │ │ │ ├── CreditCardAuthTrans.md │ │ │ │ │ │ │ ├── CustAdvanceInvoiceSettlement_W.md │ │ │ │ │ │ │ ├── CustBillOfExchangeInvoice.md │ │ │ │ │ │ │ ├── CustBillOfExchangeJour.md │ │ │ │ │ │ │ ├── CustBillOfExchangeJourExtensionJP.md │ │ │ │ │ │ │ ├── CustBillOfExchangeTrans.md │ │ │ │ │ │ │ ├── CustBillOfExchangeTransExtensionJP.md │ │ │ │ │ │ │ ├── CustCollectionLetterJour.md │ │ │ │ │ │ │ ├── CustCollectionLetterTrans.md │ │ │ │ │ │ │ ├── CustDirectDebitMandateLog.md │ │ │ │ │ │ │ ├── CustDirectDebitMandateLogRecord.md │ │ │ │ │ │ │ ├── CustEinvoiceIntegration.md │ │ │ │ │ │ │ ├── CustEinvoiceIntegrationError.md │ │ │ │ │ │ │ ├── CustEinvoiceIntegrationTrans.md │ │ │ │ │ │ │ ├── CustEntryCertificateInvoiceLink_W.md │ │ │ │ │ │ │ ├── CustEntryCertificateJour_W.md │ │ │ │ │ │ │ ├── CustEntryCertificateTrans_W.md │ │ │ │ │ │ │ ├── CustInterestJour.md │ │ │ │ │ │ │ ├── CustInterestTrans.md │ │ │ │ │ │ │ ├── CustInterestTransLineIdRef.md │ │ │ │ │ │ │ ├── CustInterestTransLineIdRef_MarkupTrans.md │ │ │ │ │ │ │ ├── CustInvLineBillCodeCustomFieldBase.md │ │ │ │ │ │ │ ├── CustInvLineBillCodeCustomFieldBool.md │ │ │ │ │ │ │ ├── CustInvLineBillCodeCustomFieldDateTime.md │ │ │ │ │ │ │ ├── CustInvLineBillCodeCustomFieldInt.md │ │ │ │ │ │ │ ├── CustInvLineBillCodeCustomFieldReal.md │ │ │ │ │ │ │ ├── CustInvLineBillCodeCustomFieldText.md │ │ │ │ │ │ │ ├── CustInvoice4PaymFTILink.md │ │ │ │ │ │ │ ├── CustInvoice4PaymJour_RU.md │ │ │ │ │ │ │ ├── CustInvoice4PaymSalesLink_RU.md │ │ │ │ │ │ │ ├── CustInvoice4PaymTrans_RU.md │ │ │ │ │ │ │ ├── CustInvoiceJour.md │ │ │ │ │ │ │ ├── CustInvoiceJourCorrectionType_RU.md │ │ │ │ │ │ │ ├── CustInvoiceJourExtensionTH.md │ │ │ │ │ │ │ ├── CustInvoiceJourExtension_CN.md │ │ │ │ │ │ │ ├── CustInvoiceJour_BR.md │ │ │ │ │ │ │ ├── CustInvoiceJour_FR.md │ │ │ │ │ │ │ ├── CustInvoiceJour_IN.md │ │ │ │ │ │ │ ├── CustInvoiceJour_Intrastat.md │ │ │ │ │ │ │ ├── CustInvoiceJour_Officials.md │ │ │ │ │ │ │ ├── CustInvoiceJour_PL.md │ │ │ │ │ │ │ ├── CustInvoiceJour_RU.md │ │ │ │ │ │ │ ├── CustInvoiceJour_W.md │ │ │ │ │ │ │ ├── CustInvoiceLineIdRef.md │ │ │ │ │ │ │ ├── CustInvoicePackingSlipQuantityMatch.md │ │ │ │ │ │ │ ├── CustInvoiceSalesLink.md │ │ │ │ │ │ │ ├── CustInvoiceTrans.md │ │ │ │ │ │ │ ├── CustInvoiceTransAsset.md │ │ │ │ │ │ │ ├── CustInvoiceTrans_BR.md │ │ │ │ │ │ │ ├── CustInvoiceTrans_IN.md │ │ │ │ │ │ │ ├── CustInvoiceTrans_Intrastat.md │ │ │ │ │ │ │ ├── CustInvoiceTrans_RU.md │ │ │ │ │ │ │ ├── CustInvoiceTrans_W.md │ │ │ │ │ │ │ ├── CustOverdueVATDebtJournalLine_W.md │ │ │ │ │ │ │ ├── CustOverdueVATJournalTable_W.md │ │ │ │ │ │ │ ├── CustOverdueVATTurnJournalLine_W.md │ │ │ │ │ │ │ ├── CustPackingSlipJour_Intrastat.md │ │ │ │ │ │ │ ├── CustPackingSlipTrans_IN.md │ │ │ │ │ │ │ ├── CustPackingSlipTrans_Intrastat.md │ │ │ │ │ │ │ ├── CustRelatedInvoice.md │ │ │ │ │ │ │ ├── CustReturnTransReplacementTrans_IN.md │ │ │ │ │ │ │ ├── CustTrans.md │ │ │ │ │ │ │ ├── CustTransCashDisc.md │ │ │ │ │ │ │ ├── CustTransExtensionTH.md │ │ │ │ │ │ │ ├── CustTransIdRef.md │ │ │ │ │ │ │ ├── CustTransOpen.md │ │ │ │ │ │ │ ├── CustTransOpenLineWHT_IN.md │ │ │ │ │ │ │ ├── CustTransPayment_BR.md │ │ │ │ │ │ │ ├── CustTrans_IN.md │ │ │ │ │ │ │ ├── CustTrans_W.md │ │ │ │ │ │ │ ├── CustVendCreditInvoicingJour.md │ │ │ │ │ │ │ ├── CustVendCreditInvoicingLine.md │ │ │ │ │ │ │ ├── CustVendCreditInvoicingTable.md │ │ │ │ │ │ │ ├── CustVendCreditInvoicingTrans.md │ │ │ │ │ │ │ ├── CustVendTaxBranchHistory_TH.md │ │ │ │ │ │ │ ├── CustVendTransPostingLog_RU.md │ │ │ │ │ │ │ ├── CustnterestTransLineIdRef_Invoice.md │ │ │ │ │ │ │ ├── CustomsInquiryTable_IN.md │ │ │ │ │ │ │ ├── CustomsInvoiceRegnJournalLine_IN.md │ │ │ │ │ │ │ ├── CustomsInvoiceRegnJournalTable_IN.md │ │ │ │ │ │ │ ├── CustomsInvoiceRegnTrans_IN.md │ │ │ │ │ │ │ ├── CustomsShippingBillJour_IN.md │ │ │ │ │ │ │ ├── CustomsShippingBillSalesLink_IN.md │ │ │ │ │ │ │ ├── CustomsShippingBillTrans_IN.md │ │ │ │ │ │ │ ├── CustomsVendBOEJour_IN.md │ │ │ │ │ │ │ ├── CustomsVendBOEPurchLink_IN.md │ │ │ │ │ │ │ ├── CustomsVendBOESubTrans_IN.md │ │ │ │ │ │ │ ├── CustomsVendBOETrans_IN.md │ │ │ │ │ │ │ ├── CustomsVendInvoiceBOETransLink_IN.md │ │ │ │ │ │ │ ├── CustomsVendPackingSlipBOETransLink_IN.md │ │ │ │ │ │ │ ├── CzCustAdvanceInvoiceLink.md │ │ │ │ │ │ │ ├── EUSalesList.md │ │ │ │ │ │ │ ├── PlSADFinanceInvTrans.md │ │ │ │ │ │ │ ├── PlSADTrans.md │ │ │ │ │ │ │ ├── RCSalesList_UK.md │ │ │ │ │ │ │ ├── SalesComplementaryInvoiceHeader.md │ │ │ │ │ │ │ ├── SalesComplementaryInvoiceLine.md │ │ │ │ │ │ │ ├── SalesOrderEntryStatistics.md │ │ │ │ │ │ │ ├── SalesPurchInvoiceLink_RU.md │ │ │ │ │ │ │ ├── WarrantiedRelationSalesLine.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionHeader │ │ │ │ │ │ │ ├── EUSalesListReportingGroup.md │ │ │ │ │ │ │ ├── EUSalesListReportingHeader.md │ │ │ │ │ │ │ ├── SalesAgreementHeaderHistoryExt_RU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionLine │ │ │ │ │ │ │ ├── CustTransOpenLine.md │ │ │ │ │ │ │ ├── EUSalesListReportingLine.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Worksheet │ │ │ │ │ │ │ ├── CustRecurrenceInvoice.md │ │ │ │ │ │ │ ├── CustRecurrenceInvoiceGroup.md │ │ │ │ │ │ │ ├── FreeTextInvoiceLocalizationTmp.md │ │ │ │ │ │ │ ├── SalesLine_Intrastat.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── CredManCreditLimitAdjTable.md │ │ │ │ │ │ │ ├── CredManRiskScoreGroup.md │ │ │ │ │ │ │ ├── CustCollectionAgencyFeeHeader_W.md │ │ │ │ │ │ │ ├── CustInvoiceTable.md │ │ │ │ │ │ │ ├── CustInvoiceTableExtensionTH.md │ │ │ │ │ │ │ ├── CustInvoiceTableExtension_CN.md │ │ │ │ │ │ │ ├── CustInvoiceTable_W.md │ │ │ │ │ │ │ ├── CustPaymDates_BE.md │ │ │ │ │ │ │ ├── CustomCorrectionTable_RU.md │ │ │ │ │ │ │ ├── CustomJournalTable_RU.md │ │ │ │ │ │ │ ├── CustomsExportOrderTable_IN.md │ │ │ │ │ │ │ ├── PlSADFinanceTable.md │ │ │ │ │ │ │ ├── PlSADPurchTable.md │ │ │ │ │ │ │ ├── PlSADTable.md │ │ │ │ │ │ │ ├── SalesAgreementHeaderExt_RU.md │ │ │ │ │ │ │ ├── SalesParmTableExtension_CN.md │ │ │ │ │ │ │ ├── SalesTable_BR.md │ │ │ │ │ │ │ ├── SalesTable_Intrastat.md │ │ │ │ │ │ │ ├── SalesTable_RU.md │ │ │ │ │ │ │ ├── SalesTable_W.md │ │ │ │ │ │ │ ├── TransportationDocument.md │ │ │ │ │ │ │ ├── TransportationVehicle.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── CredManCreditLimitAdjTrans.md │ │ │ │ │ │ │ ├── CredManCreditLimitRule.md │ │ │ │ │ │ │ ├── CredManCreditLimitRuleLine.md │ │ │ │ │ │ │ ├── CredManCustBalanceStat.md │ │ │ │ │ │ │ ├── CredManCustGuaranteeInsurance.md │ │ │ │ │ │ │ ├── CredManRiskScoreGroupLine.md │ │ │ │ │ │ │ ├── CustCollectionAgencyFeeLine_W.md │ │ │ │ │ │ │ ├── CustDispute.md │ │ │ │ │ │ │ ├── CustInterestAdjustmentHistory.md │ │ │ │ │ │ │ ├── CustInterestWriteOffUnPostedJournal.md │ │ │ │ │ │ │ ├── CustInvoiceBackorderLine.md │ │ │ │ │ │ │ ├── CustInvoiceDistributionTemplate.md │ │ │ │ │ │ │ ├── CustInvoiceDuplicateTable_W.md │ │ │ │ │ │ │ ├── CustInvoiceLine.md │ │ │ │ │ │ │ ├── CustInvoiceLineAsset.md │ │ │ │ │ │ │ ├── CustInvoiceLineScriptBuffer.md │ │ │ │ │ │ │ ├── CustInvoiceLineTemplate.md │ │ │ │ │ │ │ ├── CustInvoiceLineTemplateTaxExtension_IN.md │ │ │ │ │ │ │ ├── CustInvoiceLine_W.md │ │ │ │ │ │ │ ├── CustInvoiceMarkupTransTemplate.md │ │ │ │ │ │ │ ├── CustInvoiceStandardLineTemplate.md │ │ │ │ │ │ │ ├── CustTransMarkedOpenLine.md │ │ │ │ │ │ │ ├── CustVendPDCReceipt.md │ │ │ │ │ │ │ ├── CustVendPDCRegister.md │ │ │ │ │ │ │ ├── CustomCorrectionTrans_RU.md │ │ │ │ │ │ │ ├── CustomJournalCharge_RU.md │ │ │ │ │ │ │ ├── CustomJournalTrans_RU.md │ │ │ │ │ │ │ ├── CustomsExportOrderLine_IN.md │ │ │ │ │ │ │ ├── CzCustAdvanceInvoiceLine.md │ │ │ │ │ │ │ ├── PlSADFinanceInvoice.md │ │ │ │ │ │ │ ├── PlSADFinanceLines.md │ │ │ │ │ │ │ ├── PlSADInvoice.md │ │ │ │ │ │ │ ├── PlSADPurchLine.md │ │ │ │ │ │ │ ├── SalesLineReturnDetails_IN.md │ │ │ │ │ │ │ ├── SalesLine_IN.md │ │ │ │ │ │ │ ├── SalesLine_W.md │ │ │ │ │ │ │ ├── SalesParmLine_BR.md │ │ │ │ │ │ │ ├── SalesParmLine_IN.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── Bank │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── BankCentralBankPurpose.md │ │ │ │ │ │ │ ├── BankClientAccountFormatSetup_RU.md │ │ │ │ │ │ │ ├── BankClientDocumentType_RU.md │ │ │ │ │ │ │ ├── BankCodaAccountTable.md │ │ │ │ │ │ │ ├── BankCodaTransFamily.md │ │ │ │ │ │ │ ├── BankDocumentFacilityGroup.md │ │ │ │ │ │ │ ├── BankDocumentPosting.md │ │ │ │ │ │ │ ├── BankGroup.md │ │ │ │ │ │ │ ├── BankPaymBalanceSurvey.md │ │ │ │ │ │ │ ├── BankStatementTransactionTypeHeader.md │ │ │ │ │ │ │ ├── BankStatementTransactionTypeMapping.md │ │ │ │ │ │ │ ├── BankTransType.md │ │ │ │ │ │ │ ├── BankTransTypeGroupDetails.md │ │ │ │ │ │ │ ├── CFOPTable_BR.md │ │ │ │ │ │ │ ├── CashAccountingRegime_ES.md │ │ │ │ │ │ │ ├── CashDisc.md │ │ │ │ │ │ │ ├── CustPaymFee.md │ │ │ │ │ │ │ ├── CustPaymMethodVal.md │ │ │ │ │ │ │ ├── CustPaymModeSpec.md │ │ │ │ │ │ │ ├── CustPaymModeTable.md │ │ │ │ │ │ │ ├── EPPaymentTypeTable_BR.md │ │ │ │ │ │ │ ├── EPPaymentWayTable_BR.md │ │ │ │ │ │ │ ├── EPSegmentTable_BR.md │ │ │ │ │ │ │ ├── LedgerAccountCov.md │ │ │ │ │ │ │ ├── LedgerLiquidity.md │ │ │ │ │ │ │ ├── PSNPurchasingCardBank.md │ │ │ │ │ │ │ ├── PaymDay.md │ │ │ │ │ │ │ ├── PaymDayLine.md │ │ │ │ │ │ │ ├── PaymDueDateLimitValues_ES.md │ │ │ │ │ │ │ ├── PaymDueDateLimit_ES.md │ │ │ │ │ │ │ ├── PaymFeeBankRuleLine_JP.md │ │ │ │ │ │ │ ├── PaymFeeBankRule_JP.md │ │ │ │ │ │ │ ├── PaymSched.md │ │ │ │ │ │ │ ├── PaymSchedLine.md │ │ │ │ │ │ │ ├── PaymTerm.md │ │ │ │ │ │ │ ├── VendPaymFee.md │ │ │ │ │ │ │ ├── VendPaymModeSpec.md │ │ │ │ │ │ │ ├── VendPaymModeTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── BankAccountTable.md │ │ │ │ │ │ │ ├── BankAccountTrap.md │ │ │ │ │ │ │ ├── BankBillOfExchangeLayout.md │ │ │ │ │ │ │ ├── BankChequeLayout.md │ │ │ │ │ │ │ ├── BankCustPaymIdTable.md │ │ │ │ │ │ │ ├── BankCustPaymModeBankAccounts.md │ │ │ │ │ │ │ ├── BankDocumentFacilityType.md │ │ │ │ │ │ │ ├── BankPaymBalanceSurveyPaymCodes.md │ │ │ │ │ │ │ ├── BankPromissoryNoteLayout.md │ │ │ │ │ │ │ ├── BankTransactionTypeGroupHeader.md │ │ │ │ │ │ │ ├── BankVendPaymModeBankAccounts.md │ │ │ │ │ │ │ ├── CashSourceCodeTable_RU.md │ │ │ │ │ │ │ ├── CustPrenote.md │ │ │ │ │ │ │ ├── CustVendNetAgreement.md │ │ │ │ │ │ │ ├── CustVendNetAgreementRelationship.md │ │ │ │ │ │ │ ├── LedgerCovBankAccount.md │ │ │ │ │ │ │ ├── LogisticsCountryRegionPaymentIdType_NO.md │ │ │ │ │ │ │ ├── LvOtherClients.md │ │ │ │ │ │ │ ├── PaymentFormatCodeSets_W.md │ │ │ │ │ │ │ ├── PaymentOrderBudgetReceiptClassTable_RU.md │ │ │ │ │ │ │ ├── PaymentOrderPaymBaseCodeTable_RU.md │ │ │ │ │ │ │ ├── PaymentOrderStatusTable_RU.md │ │ │ │ │ │ │ ├── PaymentOrderTypeTable_RU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── BankAccountStatementChanged.md │ │ │ │ │ │ │ ├── BankAccountStatementReconciliationCancelHistory.md │ │ │ │ │ │ │ ├── BankAccountStatementTransactionsHistory.md │ │ │ │ │ │ │ ├── BankAccountTransPL.md │ │ │ │ │ │ │ ├── BankAccountTransReportingCurrencyAmounts.md │ │ │ │ │ │ │ ├── BankClientAccountBalance_RU.md │ │ │ │ │ │ │ ├── BankConstantSymbol.md │ │ │ │ │ │ │ ├── BankIBANCountryAccountStructure.md │ │ │ │ │ │ │ ├── BankLGGuaranteeCustomerSalesOrder.md │ │ │ │ │ │ │ ├── BankLGGuaranteeProject.md │ │ │ │ │ │ │ ├── BankLGGuaranteePurchaseOrder.md │ │ │ │ │ │ │ ├── BankLGGuaranteeSalesQuotation.md │ │ │ │ │ │ │ ├── BankReturnFormatErrorCodes_W.md │ │ │ │ │ │ │ ├── BankStatementImportInfoHolder.md │ │ │ │ │ │ │ ├── BankTransCorrectionVoucherHistory.md │ │ │ │ │ │ │ ├── ConfDefinitions_BR.md │ │ │ │ │ │ │ ├── ConfLayoutFields_BR.md │ │ │ │ │ │ │ ├── ConfLayoutGroups_BR.md │ │ │ │ │ │ │ ├── ConfLayoutLines_BR.md │ │ │ │ │ │ │ ├── ConfRange_BR.md │ │ │ │ │ │ │ ├── ConfRelations_BR.md │ │ │ │ │ │ │ ├── ConfSortOrder_BR.md │ │ │ │ │ │ │ ├── ConfSummation_BR.md │ │ │ │ │ │ │ ├── ConfTableSelection_BR.md │ │ │ │ │ │ │ ├── ConfTable_BR.md │ │ │ │ │ │ │ ├── CustOutAttendingNote_BillRemittanceTmp.md │ │ │ │ │ │ │ ├── CustSettlementOffsetVoucher.md │ │ │ │ │ │ │ ├── CustVendNetJournalLineLink.md │ │ │ │ │ │ │ ├── CustVendPaymProposalBatchProcess.md │ │ │ │ │ │ │ ├── EPBankFolders_BR.md │ │ │ │ │ │ │ ├── EPDocumentTypes_BR.md │ │ │ │ │ │ │ ├── EPInstructions_BR.md │ │ │ │ │ │ │ ├── EPRemitOccCodes_BR.md │ │ │ │ │ │ │ ├── EPRetOccCodes_BR.md │ │ │ │ │ │ │ ├── EP_FileSequenceNum_BR.md │ │ │ │ │ │ │ ├── LedgerCovDocument.md │ │ │ │ │ │ │ ├── LegalRepresentative_BR.md │ │ │ │ │ │ │ ├── LvPaymTransCodes.md │ │ │ │ │ │ │ ├── PSNCashControlConfiguration.md │ │ │ │ │ │ │ ├── PSNCashPositionMainAccount.md │ │ │ │ │ │ │ ├── TmpBankImport_RU.md │ │ │ │ │ │ │ ├── TmpBankRegionImport_RU.md │ │ │ │ │ │ │ ├── TmpConfSummation_BR.md │ │ │ │ │ │ │ ├── VendSettlementOffsetVoucher.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── BankCodaParameters.md │ │ │ │ │ │ │ ├── BankParameters.md │ │ │ │ │ │ │ ├── BankState11.md │ │ │ │ │ │ │ ├── CustPaymModeFee.md │ │ │ │ │ │ │ ├── CustPaymModeFeeInterval.md │ │ │ │ │ │ │ ├── CustSettlementPriority.md │ │ │ │ │ │ │ ├── CustSettlementTransactionPriority.md │ │ │ │ │ │ │ ├── CustVendNetParameters.md │ │ │ │ │ │ │ ├── PSNCashPositionColumnSetup.md │ │ │ │ │ │ │ ├── PaymInstruction.md │ │ │ │ │ │ │ ├── VendPaymModeFee.md │ │ │ │ │ │ │ ├── VendPaymModeFeeInterval.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── BankPositivePayFormat.md │ │ │ │ │ │ │ ├── BankReconciliationMatchRule.md │ │ │ │ │ │ │ ├── BankReconciliationMatchRuleLine.md │ │ │ │ │ │ │ ├── BankReconciliationMatchRuleSet.md │ │ │ │ │ │ │ ├── BankReconciliationMatchRuleSetLine.md │ │ │ │ │ │ │ ├── BankStatementFormat.md │ │ │ │ │ │ │ ├── CustPaymFormat.md │ │ │ │ │ │ │ ├── CustPaymMethodAttribute.md │ │ │ │ │ │ │ ├── CustVendPaymProcessingData.md │ │ │ │ │ │ │ ├── LedgerImportMode.md │ │ │ │ │ │ │ ├── PaymCalendar.md │ │ │ │ │ │ │ ├── PaymCalendarCountryRegion.md │ │ │ │ │ │ │ ├── PaymCalendarCountryRegionLegalEntity.md │ │ │ │ │ │ │ ├── PaymCalendarCriteriaRule.md │ │ │ │ │ │ │ ├── PaymCalendarCustInterest.md │ │ │ │ │ │ │ ├── PaymCalendarEvaluationPriority.md │ │ │ │ │ │ │ ├── PaymCalendarException.md │ │ │ │ │ │ │ ├── PaymCalendarLocationRule.md │ │ │ │ │ │ │ ├── PaymCalendarRule.md │ │ │ │ │ │ │ ├── StateHoliday.md │ │ │ │ │ │ │ ├── VendPaymFormat.md │ │ │ │ │ │ │ ├── VendPaymMethodAttribute.md │ │ │ │ │ │ │ ├── VendPaymMethodVal.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── BankAccountStatement.md │ │ │ │ │ │ │ ├── BankAccountTrans.md │ │ │ │ │ │ │ ├── BankBillOfExchangeTable.md │ │ │ │ │ │ │ ├── BankBillOfExchangeTmp_ES.md │ │ │ │ │ │ │ ├── BankChequePaymTrans.md │ │ │ │ │ │ │ ├── BankChequeReprints.md │ │ │ │ │ │ │ ├── BankChequeTable.md │ │ │ │ │ │ │ ├── BankClientOutPaymentLog_RU.md │ │ │ │ │ │ │ ├── BankClientPayment_RU.md │ │ │ │ │ │ │ ├── BankCodaTransDefTable.md │ │ │ │ │ │ │ ├── BankCurrencyRevalHistory.md │ │ │ │ │ │ │ ├── BankCurrencyTransferLog_RU.md │ │ │ │ │ │ │ ├── BankDeposit.md │ │ │ │ │ │ │ ├── BankDepositDocument.md │ │ │ │ │ │ │ ├── BankPaymAdviceChequeTmp_BR.md │ │ │ │ │ │ │ ├── BankPaymentOrderJour_RU.md │ │ │ │ │ │ │ ├── BankPositivePayTable.md │ │ │ │ │ │ │ ├── BankPositivePayTrans.md │ │ │ │ │ │ │ ├── BankPromissoryNoteTable.md │ │ │ │ │ │ │ ├── BankReconciliationHistoryDetails.md │ │ │ │ │ │ │ ├── BankReconciliationMatching.md │ │ │ │ │ │ │ ├── BankReconciliationMatchingItem.md │ │ │ │ │ │ │ ├── BankReconciliationSummaryTmp.md │ │ │ │ │ │ │ ├── BankRemittanceFilesCust.md │ │ │ │ │ │ │ ├── BankRemittanceFilesVend.md │ │ │ │ │ │ │ ├── BankStmtISOAccountStatement.md │ │ │ │ │ │ │ ├── BankStmtISOCashBalance.md │ │ │ │ │ │ │ ├── BankStmtISOPartyIdentification.md │ │ │ │ │ │ │ ├── BankStmtISOReportEntry.md │ │ │ │ │ │ │ ├── CashDueAnnouncementJournal_RU.md │ │ │ │ │ │ │ ├── CommPrepaymAllocRef_RU.md │ │ │ │ │ │ │ ├── CustExchRateAdjustment.md │ │ │ │ │ │ │ ├── CustPaymSched.md │ │ │ │ │ │ │ ├── CustSettlement.md │ │ │ │ │ │ │ ├── LedgerCov.md │ │ │ │ │ │ │ ├── LedgerCurrencyReq.md │ │ │ │ │ │ │ ├── LvCashStateTrans.md │ │ │ │ │ │ │ ├── VendPaymSched.md │ │ │ │ │ │ │ ├── VendPaymSchedHistory.md │ │ │ │ │ │ │ ├── VendPrenote.md │ │ │ │ │ │ │ ├── VendPromissoryNoteInvoice.md │ │ │ │ │ │ │ ├── VendPromissoryNoteJour.md │ │ │ │ │ │ │ ├── VendPromissoryNoteTrans.md │ │ │ │ │ │ │ ├── VendSettlement.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionHeader │ │ │ │ │ │ │ ├── BankCodaAccountStatement.md │ │ │ │ │ │ │ ├── BankDocumentTable.md │ │ │ │ │ │ │ ├── BankStmtISODocument.md │ │ │ │ │ │ │ ├── BankStmtISOGroupHeader.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionLine │ │ │ │ │ │ │ ├── BankCodaAccountStatementLines.md │ │ │ │ │ │ │ ├── BankCodaTrans.md │ │ │ │ │ │ │ ├── BankCodaTransCategory.md │ │ │ │ │ │ │ ├── BankStmtISOCashBalanceAvailibility.md │ │ │ │ │ │ │ ├── CustPaymSchedLine.md │ │ │ │ │ │ │ ├── CustSettlementLine.md │ │ │ │ │ │ │ ├── VendPaymSchedLine.md │ │ │ │ │ │ │ ├── VendPaymSchedLineHistory.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── BankDocumentFacilityAgreement.md │ │ │ │ │ │ │ ├── BankLC.md │ │ │ │ │ │ │ ├── BankLCExport.md │ │ │ │ │ │ │ ├── BankLCImport.md │ │ │ │ │ │ │ ├── BankLCImportCharge_SA.md │ │ │ │ │ │ │ ├── BankLCImportHistory.md │ │ │ │ │ │ │ ├── BankLCImportLineHistory.md │ │ │ │ │ │ │ ├── BankLCImportMargin.md │ │ │ │ │ │ │ ├── BankLCInfo.md │ │ │ │ │ │ │ ├── BankLGGuarantee.md │ │ │ │ │ │ │ ├── BankReconciliationHeader.md │ │ │ │ │ │ │ ├── LvCashReceiptTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── BankDocumentFacilityAgreementLine.md │ │ │ │ │ │ │ ├── BankLCExportLine.md │ │ │ │ │ │ │ ├── BankLCImportChargeAllocation_SA.md │ │ │ │ │ │ │ ├── BankLCImportLine.md │ │ │ │ │ │ │ ├── BankLCImportMarginAllocation.md │ │ │ │ │ │ │ ├── BankLCLine.md │ │ │ │ │ │ │ ├── BankLGAction.md │ │ │ │ │ │ │ ├── BankLGAmountCalculation.md │ │ │ │ │ │ │ ├── BankLGFacilityAgreementLine.md │ │ │ │ │ │ │ ├── BankStatementLineBankDocumentInformation.md │ │ │ │ │ │ │ ├── CommReportTransPrepayment_RU.md │ │ │ │ │ │ │ ├── CustVendNACHAIATInfoTable_US.md │ │ │ │ │ │ │ ├── CustVendPaymJournalFee.md │ │ │ │ │ │ │ ├── CustVendPaymProposalLine.md │ │ │ │ │ │ │ ├── DocuRefExt_BR.md │ │ │ │ │ │ │ ├── LvCashReceiptTrans.md │ │ │ │ │ │ │ ├── PaymentOrderBudgetTrans_RU.md │ │ │ │ │ │ │ ├── SpecContext.md │ │ │ │ │ │ │ ├── SpecTrans.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── Budget │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── BudgetAllocationTerm.md │ │ │ │ │ │ │ ├── BudgetAllocationTermDetail.md │ │ │ │ │ │ │ ├── BudgetAllowTransferRule.md │ │ │ │ │ │ │ ├── BudgetAllowTransferRuleMember.md │ │ │ │ │ │ │ ├── BudgetAllowTransferRuleMemberCriteria.md │ │ │ │ │ │ │ ├── BudgetControlBudgetCycle.md │ │ │ │ │ │ │ ├── BudgetControlConfiguration.md │ │ │ │ │ │ │ ├── BudgetControlDimensionAttribute.md │ │ │ │ │ │ │ ├── BudgetControlMainAccount.md │ │ │ │ │ │ │ ├── BudgetControlRule.md │ │ │ │ │ │ │ ├── BudgetControlRuleCriteria.md │ │ │ │ │ │ │ ├── BudgetControlRuleLedgerDimension.md │ │ │ │ │ │ │ ├── BudgetControlRuleUserGroupOption.md │ │ │ │ │ │ │ ├── BudgetControlSourceIntegratorEnabled.md │ │ │ │ │ │ │ ├── BudgetControlUserGroupSuppressWarnings.md │ │ │ │ │ │ │ ├── BudgetCycle.md │ │ │ │ │ │ │ ├── BudgetCycleTimeSpan.md │ │ │ │ │ │ │ ├── BudgetGroup.md │ │ │ │ │ │ │ ├── BudgetGroupLedgerDimension.md │ │ │ │ │ │ │ ├── BudgetGroupMember.md │ │ │ │ │ │ │ ├── BudgetGroupMemberCriteria.md │ │ │ │ │ │ │ ├── BudgetGroupUserGroupOption.md │ │ │ │ │ │ │ ├── BudgetModel.md │ │ │ │ │ │ │ ├── BudgetOverrideUserGroupOption.md │ │ │ │ │ │ │ ├── BudgetPlanAlternateLayout.md │ │ │ │ │ │ │ ├── BudgetPlanAttachmentDirectory.md │ │ │ │ │ │ │ ├── BudgetPlanColumn.md │ │ │ │ │ │ │ ├── BudgetPlanElementDefinition.md │ │ │ │ │ │ │ ├── BudgetPlanElementDefinitionTranslation.md │ │ │ │ │ │ │ ├── BudgetPlanLayout.md │ │ │ │ │ │ │ ├── BudgetPlanLayoutDescriptionElement.md │ │ │ │ │ │ │ ├── BudgetPlanLayoutElement.md │ │ │ │ │ │ │ ├── BudgetPlanLayoutTranslation.md │ │ │ │ │ │ │ ├── BudgetPlanPriority.md │ │ │ │ │ │ │ ├── BudgetPlanPriorityConstraint.md │ │ │ │ │ │ │ ├── BudgetPlanPriorityTranslation.md │ │ │ │ │ │ │ ├── BudgetPlanProposedAsset.md │ │ │ │ │ │ │ ├── BudgetPlanProposedProject.md │ │ │ │ │ │ │ ├── BudgetPlanRow.md │ │ │ │ │ │ │ ├── BudgetPlanScenario.md │ │ │ │ │ │ │ ├── BudgetPlanScenarioConstraint.md │ │ │ │ │ │ │ ├── BudgetPlanScenarioTranslation.md │ │ │ │ │ │ │ ├── BudgetPlanTemplate.md │ │ │ │ │ │ │ ├── BudgetPlanningAllocationSchedule.md │ │ │ │ │ │ │ ├── BudgetPlanningProcess.md │ │ │ │ │ │ │ ├── BudgetPlanningProcessAdministration.md │ │ │ │ │ │ │ ├── BudgetPlanningProcessMilestone.md │ │ │ │ │ │ │ ├── BudgetPlanningProcessTranslation.md │ │ │ │ │ │ │ ├── BudgetPlanningStage.md │ │ │ │ │ │ │ ├── BudgetPlanningStageAllocation.md │ │ │ │ │ │ │ ├── BudgetPlanningStageRule.md │ │ │ │ │ │ │ ├── BudgetPlanningStageTranslation.md │ │ │ │ │ │ │ ├── BudgetPlanningWorkflow.md │ │ │ │ │ │ │ ├── BudgetPlanningWorkflowStage.md │ │ │ │ │ │ │ ├── BudgetPlanningWorkflowTranslation.md │ │ │ │ │ │ │ ├── BudgetPrimaryLedgerDimensionAttribute.md │ │ │ │ │ │ │ ├── BudgetTransactionCode.md │ │ │ │ │ │ │ ├── HcmBudgetPurposeType.md │ │ │ │ │ │ │ ├── HcmBudgetPurposeTypeDetail.md │ │ │ │ │ │ │ ├── HcmForecastScenario.md │ │ │ │ │ │ │ ├── HcmPositionActionBudgetAccountLine.md │ │ │ │ │ │ │ ├── HcmPositionBudgetAccountLine.md │ │ │ │ │ │ │ ├── HcmPositionForecastBudgetAcctLine.md │ │ │ │ │ │ │ ├── HcmPositionForecastBudgetDefaultValue.md │ │ │ │ │ │ │ ├── HcmPositionForecastCompensationGroup.md │ │ │ │ │ │ │ ├── HcmPositionForecastDefaultDim.md │ │ │ │ │ │ │ ├── HcmPositionForecastDetail.md │ │ │ │ │ │ │ ├── HcmPositionForecastHierarchy.md │ │ │ │ │ │ │ ├── HcmPositionForecastScenario.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── HcmPositionForecast.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── BudgetControlDataMaintenance.md │ │ │ │ │ │ │ ├── BudgetControlDataMaintenanceTracking.md │ │ │ │ │ │ │ ├── BudgetPlanColumnRule.md │ │ │ │ │ │ │ ├── BudgetPlanLayoutCache.md │ │ │ │ │ │ │ ├── BudgetPlanLineDefaultRowTemplate.md │ │ │ │ │ │ │ ├── BudgetProposalConfiguration.md │ │ │ │ │ │ │ ├── BudgetProposalSource.md │ │ │ │ │ │ │ ├── BudgetReservationType_PSN.md │ │ │ │ │ │ │ ├── BudgetSourceTrackingDetailClosing.md │ │ │ │ │ │ │ ├── BudgetTransactionLineClosing.md │ │ │ │ │ │ │ ├── HcmPositionActionBudgetDefaultValue.md │ │ │ │ │ │ │ ├── HcmPositionBudgetDefaultValue.md │ │ │ │ │ │ │ ├── HcmPositionForecastAcctLineNote.md │ │ │ │ │ │ │ ├── HcmPositionForecastCalculationResult.md │ │ │ │ │ │ │ ├── HcmPositionForecastCompGroupElement.md │ │ │ │ │ │ │ ├── HcmPositionForecastLastModified.md │ │ │ │ │ │ │ ├── PSNBudgetReservationTransactionLineForCorrection.md │ │ │ │ │ │ │ ├── PurchCommitmentHeader_PSN.md │ │ │ │ │ │ │ ├── PurchCommitmentLine_PSN.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── BudgetParameters.md │ │ │ │ │ │ │ ├── BudgetPlanningBIParameter.md │ │ │ │ │ │ │ ├── BudgetPlanningBIParameterDetail.md │ │ │ │ │ │ │ ├── BudgetPlanningConfiguration.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── BudgetPlanLineSource.md │ │ │ │ │ │ │ ├── HcmBudgetPurposeEarningBasis.md │ │ │ │ │ │ │ ├── HcmPositionForecastCompGroupRefPoint.md │ │ │ │ │ │ │ ├── HcmPositionForecastCompensationGrid.md │ │ │ │ │ │ │ ├── HcmPositionForecastCompensationRate.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Staging │ │ │ │ │ │ │ ├── BudgetReservationAgreementLineStaging_PSN.md │ │ │ │ │ │ │ ├── BudgetReservationTypeStaging_PSN.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── BudgetCheckResultErrorWarningDetail.md │ │ │ │ │ │ │ ├── BudgetDimensionFocusDimensionReference.md │ │ │ │ │ │ │ ├── BudgetPlanLineBudgetTransactionLineLink.md │ │ │ │ │ │ │ ├── BudgetSource.md │ │ │ │ │ │ │ ├── BudgetSourceTracking.md │ │ │ │ │ │ │ ├── BudgetSourceTrackingDetail.md │ │ │ │ │ │ │ ├── BudgetSourceTrackingRelievingDetail.md │ │ │ │ │ │ │ ├── BudgetTransactionLineReverse.md │ │ │ │ │ │ │ ├── PSNPositionForecastDimensionValidation.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── BudgetPlanHeader.md │ │ │ │ │ │ │ ├── BudgetReservationHeader_PSN.md │ │ │ │ │ │ │ ├── BudgetTransactionHeader.md │ │ │ │ │ │ │ ├── HcmPositionForecastCalculationStatus.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── BudgetPlanAttachment.md │ │ │ │ │ │ │ ├── BudgetPlanLine.md │ │ │ │ │ │ │ ├── BudgetPlanLineActiveView.md │ │ │ │ │ │ │ ├── BudgetResLineAgreementLine_PSN.md │ │ │ │ │ │ │ ├── BudgetReservationLine_PSN.md │ │ │ │ │ │ │ ├── BudgetTransactionLine.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── ComplianceAndInternalControls │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── AuditPolicyAdditionalOption.md │ │ │ │ │ │ │ ├── AuditPolicyCaseGroup.md │ │ │ │ │ │ │ ├── AuditPolicyCaseGroupAttribute.md │ │ │ │ │ │ │ ├── AuditPolicyListKeyword.md │ │ │ │ │ │ │ ├── AuditPolicyListParty.md │ │ │ │ │ │ │ ├── AuditPolicyRuleDetail.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── AuditPolicyRuleViolation.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── EGAIS │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── EGAISInfoVersionTTN_RU.md │ │ │ │ │ │ │ ├── EGAISQuery_RU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── EGAISAlcoholProduction_RU.md │ │ │ │ │ │ │ ├── EGAISClient_RU.md │ │ │ │ │ │ │ ├── EGAISConfirmRepealWB_RU.md │ │ │ │ │ │ │ ├── EGAISConfirmTicket_RU.md │ │ │ │ │ │ │ ├── EGAISIncomingDocument_RU.md │ │ │ │ │ │ │ ├── EGAISInformA_RU.md │ │ │ │ │ │ │ ├── EGAISInformB_RU.md │ │ │ │ │ │ │ ├── EGAISOutgoingDocument_RU.md │ │ │ │ │ │ │ ├── EGAISRequestRepealWB_RU.md │ │ │ │ │ │ │ ├── EGAISTicket_RU.md │ │ │ │ │ │ │ ├── EGAISWaybillSettlement_RU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── AlcoholLicenseRelTable_RU.md │ │ │ │ │ │ │ ├── EGAISRestsLine_RU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── AlcoholActivityKind_RU.md │ │ │ │ │ │ │ ├── AlcoholLicenseLine_RU.md │ │ │ │ │ │ │ ├── AlcoholLicenseTable_RU.md │ │ │ │ │ │ │ ├── AlcoholProductionType_RU.md │ │ │ │ │ │ │ ├── EGAISParameters_RU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── EGAISMarkReference_RU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── AlcoholDailyTransIssue_RU.md │ │ │ │ │ │ │ ├── AlcoholDailyTransMovement_RU.md │ │ │ │ │ │ │ ├── AlcoholDeclarationTransMovement_RU.md │ │ │ │ │ │ │ ├── AlcoholDeclarationTrans_RU.md │ │ │ │ │ │ │ ├── AlcoholJournalTrans_RU.md │ │ │ │ │ │ │ ├── EGAISChargeOnTrans_RU.md │ │ │ │ │ │ │ ├── EGAISWriteOffTrans_RU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── AlcoholDailyJournalTable_RU.md │ │ │ │ │ │ │ ├── AlcoholDeclarationJournalTable_RU.md │ │ │ │ │ │ │ ├── AlcoholJournalTable_RU.md │ │ │ │ │ │ │ ├── EGAISChargeOnJour_RU.md │ │ │ │ │ │ │ ├── EGAISRestsJour_RU.md │ │ │ │ │ │ │ ├── EGAISTTNInformBRegJour_RU.md │ │ │ │ │ │ │ ├── EGAISWaybillActJour_RU.md │ │ │ │ │ │ │ ├── EGAISWaybillJour_RU.md │ │ │ │ │ │ │ ├── EGAISWriteOffJour_RU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── AlcoholDeclarationJournalTransBranch_RU.md │ │ │ │ │ │ │ ├── AlcoholDeclarationJournalTrans_RU.md │ │ │ │ │ │ │ ├── EGAISMark_RU.md │ │ │ │ │ │ │ ├── EGAISTTNInformBRegLine_RU.md │ │ │ │ │ │ │ ├── EGAISWaybillActLine_RU.md │ │ │ │ │ │ │ ├── EGAISWaybillLine_RU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── EInvoice │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── CFDIWithholdingType_MX.md │ │ │ │ │ │ │ ├── EInvoiceExtCodeTable_MX.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── EInvoicePropertyTable.md │ │ │ │ │ │ │ ├── EInvoicePropertyTypeApplicabilitySetup.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── EInvoiceCFDIPACTable_MX.md │ │ │ │ │ │ │ ├── EInvoiceCFDIWebServiceSetup_MX.md │ │ │ │ │ │ │ ├── EInvoiceHist_MX.md │ │ │ │ │ │ │ ├── OnlineInvoicingParameters_HU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── EInvoiceCFDIParameters_MX.md │ │ │ │ │ │ │ ├── EInvoiceParameters_IT.md │ │ │ │ │ │ │ ├── EInvoiceParameters_MX.md │ │ │ │ │ │ │ ├── EInvoicePropertyTypeTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── CFDIWithholdingJour_MX.md │ │ │ │ │ │ │ ├── CFDIWithholdingTrans_MX.md │ │ │ │ │ │ │ ├── EInvoiceCFDIReferenceParm_MX.md │ │ │ │ │ │ │ ├── EInvoiceCFDIReference_MX.md │ │ │ │ │ │ │ ├── EInvoiceJour_MX.md │ │ │ │ │ │ │ ├── EInvoiceRefCust_IT.md │ │ │ │ │ │ │ ├── EInvoiceRefProj_IT.md │ │ │ │ │ │ │ ├── EInvoiceTrans_MX.md │ │ │ │ │ │ │ ├── EInvoice_IT.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── CFDIWithholdingComplInterest_MX.md │ │ │ │ │ │ │ ├── CFDIWithholdingComplPaymBeneficiary_MX.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── Expense │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── EmplAdvExpendTable_RU.md │ │ │ │ │ │ │ ├── EmplGroup_RU.md │ │ │ │ │ │ │ ├── EmplLedgerAccounts_RU.md │ │ │ │ │ │ │ ├── EmplLedger_RU.md │ │ │ │ │ │ │ ├── TrvCostTypeStatistics.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── EmployeeTable_RU.md │ │ │ │ │ │ │ ├── TrvPartyEmployeeRelationship.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── TrvAccountingEventVoucher.md │ │ │ │ │ │ │ ├── TrvExpPerdiemData.md │ │ │ │ │ │ │ ├── TrvPBSItemizations.md │ │ │ │ │ │ │ ├── TrvReceiptsFailedAttempts.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── EmplParameters_RU.md │ │ │ │ │ │ │ ├── TrvParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── TrvAdminCustomFields.md │ │ │ │ │ │ │ ├── TrvAllowanceRate.md │ │ │ │ │ │ │ ├── TrvAntiCorruptionLanguageText.md │ │ │ │ │ │ │ ├── TrvAppEmplSub.md │ │ │ │ │ │ │ ├── TrvBarcodeInstructionsLanguageTxt.md │ │ │ │ │ │ │ ├── TrvCardTypes.md │ │ │ │ │ │ │ ├── TrvCostType.md │ │ │ │ │ │ │ ├── TrvCostTypeRates.md │ │ │ │ │ │ │ ├── TrvDestinations.md │ │ │ │ │ │ │ ├── TrvEmpPaymethod.md │ │ │ │ │ │ │ ├── TrvExchSetup.md │ │ │ │ │ │ │ ├── TrvExpMerchant.md │ │ │ │ │ │ │ ├── TrvExpSubCategory.md │ │ │ │ │ │ │ ├── TrvExpenseTaxConfiguration.md │ │ │ │ │ │ │ ├── TrvLinePurpose.md │ │ │ │ │ │ │ ├── TrvLocations.md │ │ │ │ │ │ │ ├── TrvPBSCatCodes.md │ │ │ │ │ │ │ ├── TrvPBSSubCategoryCodes.md │ │ │ │ │ │ │ ├── TrvPBSSubCategoryCodesMapping.md │ │ │ │ │ │ │ ├── TrvPayMethod.md │ │ │ │ │ │ │ ├── TrvPerDiems.md │ │ │ │ │ │ │ ├── TrvPolicyLanguageTxt.md │ │ │ │ │ │ │ ├── TrvPolicyRule.md │ │ │ │ │ │ │ ├── TrvSharedSubCategory.md │ │ │ │ │ │ │ ├── TrvTravelTxt.md │ │ │ │ │ │ │ ├── TrvValidatePayment.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Staging │ │ │ │ │ │ │ ├── EmplPostingStaging_W.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── EmplExchRateAdjustment_RU.md │ │ │ │ │ │ │ ├── EmplSettlement_RU.md │ │ │ │ │ │ │ ├── EmplTrans_RU.md │ │ │ │ │ │ │ ├── TrvAccountingDistribution.md │ │ │ │ │ │ │ ├── TrvExpPaymentDetails.md │ │ │ │ │ │ │ ├── TrvExpTrans.md │ │ │ │ │ │ │ ├── TrvExpTransSplit.md │ │ │ │ │ │ │ ├── TrvGroupedTransactionDetails.md │ │ │ │ │ │ │ ├── TrvRequisitionLine.md │ │ │ │ │ │ │ ├── TrvRequisitionTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Worksheet │ │ │ │ │ │ │ ├── TrvCashAdvance.md │ │ │ │ │ │ │ ├── TrvExpGuest.md │ │ │ │ │ │ │ ├── TrvExpTableTrvRequisitionTable.md │ │ │ │ │ │ │ ├── TrvExpTransGuest.md │ │ │ │ │ │ │ ├── TrvInterimApprover.md │ │ │ │ │ │ │ ├── TrvKmSum.md │ │ │ │ │ │ │ ├── TrvMatchedExpenseLines.md │ │ │ │ │ │ │ ├── TrvReceiptOcrInfo.md │ │ │ │ │ │ │ ├── TrvWorkflowLog.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── EmplAdvTable_RU.md │ │ │ │ │ │ │ ├── TrvExpTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── EmplAdvLine_RU.md │ │ │ │ │ │ │ ├── TrvEnhancedCarRentalData.md │ │ │ │ │ │ │ ├── TrvEnhancedData.md │ │ │ │ │ │ │ ├── TrvEnhancedHotelData.md │ │ │ │ │ │ │ ├── TrvEnhancedItineraryData.md │ │ │ │ │ │ │ ├── TrvEnhancedTripLegDetail.md │ │ │ │ │ │ │ ├── TrvExpTransLinkReceipts.md │ │ │ │ │ │ │ ├── TrvExpenseTaxRecovery.md │ │ │ │ │ │ │ ├── TrvPBSMaindata.md │ │ │ │ │ │ │ ├── TrvPolicyViolationJustification.md │ │ │ │ │ │ │ ├── TrvPolicyViolationsCache.md │ │ │ │ │ │ │ ├── TrvPolicyViolationsLog.md │ │ │ │ │ │ │ ├── TrvUnreconciledExpenseTransaction.md │ │ │ │ │ │ │ ├── TrvWorkflowExpProviderCache.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── ExportImportIndia │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── EximDBKRates_IN.md │ │ │ │ │ │ │ ├── EximDEPBScheduleTable_IN.md │ │ │ │ │ │ │ ├── EximIncentiveSchemeGroup_IN.md │ │ │ │ │ │ │ ├── EximProductGroupTable_IN.md │ │ │ │ │ │ │ ├── EximSionTable_IN.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── EximDBKValues_IN.md │ │ │ │ │ │ │ ├── EximDEPBScheduleValues_IN.md │ │ │ │ │ │ │ ├── EximIncentiveSchemeData_IN.md │ │ │ │ │ │ │ ├── EximPorts_IN.md │ │ │ │ │ │ │ ├── EximSionItemTable_IN.md │ │ │ │ │ │ │ ├── EximSionLine_IN.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── EximAuthorizationSchemeReference_IN.md │ │ │ │ │ │ │ ├── EximEPCGBankGuaranteeDetails_IN.md │ │ │ │ │ │ │ ├── EximEPCGBlockExtension_IN.md │ │ │ │ │ │ │ ├── EximEPCGExportObligationDetails_IN.md │ │ │ │ │ │ │ ├── EximEPCGExportObligationPeriod_IN.md │ │ │ │ │ │ │ ├── EximEPCGExportableItems_IN.md │ │ │ │ │ │ │ ├── EximEPCGImportableItems_IN.md │ │ │ │ │ │ │ ├── EximEPCGSchemeApprove_IN.md │ │ │ │ │ │ │ ├── EximEPCGSchemeMergeReference_IN.md │ │ │ │ │ │ │ ├── EximEPCGVendorDetails_IN.md │ │ │ │ │ │ │ ├── EximImportableItems_IN.md │ │ │ │ │ │ │ ├── EximSetOffRulesLine_IN.md │ │ │ │ │ │ │ ├── EximSetOffRulesTable_IN.md │ │ │ │ │ │ │ ├── EximSionItemTableRelationship_IN.md │ │ │ │ │ │ │ ├── EximSionStandardQtyTable_IN.md │ │ │ │ │ │ │ ├── EximSummaryImportableItems_IN.md │ │ │ │ │ │ │ ├── EximTaxTable_IN.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── EximParameters_IN.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── EximAnnualConsumption_IN.md │ │ │ │ │ │ │ ├── EximCustConfirmTrans_IN.md │ │ │ │ │ │ │ ├── EximCustInvoiceTrans_IN.md │ │ │ │ │ │ │ ├── EximDBKTrans_IN.md │ │ │ │ │ │ │ ├── EximDEPBDetailsLine_IN.md │ │ │ │ │ │ │ ├── EximDEPBDetailsTable_IN.md │ │ │ │ │ │ │ ├── EximEPCGExportTrans_IN.md │ │ │ │ │ │ │ ├── EximEPCGImportTrans_IN.md │ │ │ │ │ │ │ ├── EximEntitlementDetails_IN.md │ │ │ │ │ │ │ ├── EximExportDetails_IN.md │ │ │ │ │ │ │ ├── EximExportTrans_IN.md │ │ │ │ │ │ │ ├── EximImportDetails_IN.md │ │ │ │ │ │ │ ├── EximImportTrans_IN.md │ │ │ │ │ │ │ ├── EximProjItemTrans_IN.md │ │ │ │ │ │ │ ├── EximSalesParmLine_IN.md │ │ │ │ │ │ │ ├── EximShippingBillTrans_IN.md │ │ │ │ │ │ │ ├── EximTaxDetails_IN.md │ │ │ │ │ │ │ ├── EximTaxTrans_IN.md │ │ │ │ │ │ │ ├── EximVendBOESubTrans_IN.md │ │ │ │ │ │ │ ├── EximVendBOETrans_IN.md │ │ │ │ │ │ │ ├── EximVendInvoiceTrans_IN.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── EximAuthorizationSchemesTable_IN.md │ │ │ │ │ │ │ ├── EximConfirmOrderTable_IN.md │ │ │ │ │ │ │ ├── EximDBKSchemesTable_IN.md │ │ │ │ │ │ │ ├── EximDEPBExportOrderTable_IN.md │ │ │ │ │ │ │ ├── EximDEPBSchemesTable_IN.md │ │ │ │ │ │ │ ├── EximEPCGSchemeTable_IN.md │ │ │ │ │ │ │ ├── EximExportOrderTable_IN.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── EximAuthorizationSchemesLine_IN.md │ │ │ │ │ │ │ ├── EximConfirmOrderLines_IN.md │ │ │ │ │ │ │ ├── EximDBKSchemesLine_IN.md │ │ │ │ │ │ │ ├── EximDEPBExportOrderLine_IN.md │ │ │ │ │ │ │ ├── EximDEPBSchemesLine_IN.md │ │ │ │ │ │ │ ├── EximEPCGSchemeLine_IN.md │ │ │ │ │ │ │ ├── EximExportOrderLines_IN.md │ │ │ │ │ │ │ ├── EximPurchLine_IN.md │ │ │ │ │ │ │ ├── EximSalesLine_IN.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── FinancialDimensions │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── DimensionAttributeValueGroupStatus.md │ │ │ │ │ │ │ ├── DimensionConstraintNodeCriteria.md │ │ │ │ │ │ │ ├── DimensionConstraintTree.md │ │ │ │ │ │ │ ├── DimensionHierarchy.md │ │ │ │ │ │ │ ├── DimensionHierarchyLevel.md │ │ │ │ │ │ │ ├── DimensionRelationshipConstraint.md │ │ │ │ │ │ │ ├── DimensionRule.md │ │ │ │ │ │ │ ├── DimensionRuleAppliedHierarchy.md │ │ │ │ │ │ │ ├── DimensionRuleCriteria.md │ │ │ │ │ │ │ ├── FinancialTagCategory.md │ │ │ │ │ │ │ ├── MainAccountControlCurrencyCode.md │ │ │ │ │ │ │ ├── MainAccountControlPosting.md │ │ │ │ │ │ │ ├── MainAccountControlTaxCode.md │ │ │ │ │ │ │ ├── MainAccountControlUser.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── DimensionAttrValueCOAOverride.md │ │ │ │ │ │ │ ├── DimensionAttrValueLedgerOverride.md │ │ │ │ │ │ │ ├── DimensionAttributeDerivedDimensions.md │ │ │ │ │ │ │ ├── DimensionAttributeLegalEntityOverride.md │ │ │ │ │ │ │ ├── DimensionAttributeTranslation.md │ │ │ │ │ │ │ ├── DimensionAttributeValue.md │ │ │ │ │ │ │ ├── DimensionAttributeValueCombination.md │ │ │ │ │ │ │ ├── DimensionAttributeValueCombinationStatus.md │ │ │ │ │ │ │ ├── DimensionAttributeValueConsolidation.md │ │ │ │ │ │ │ ├── DimensionAttributeValueFinancialStmt.md │ │ │ │ │ │ │ ├── DimensionAttributeValueSet.md │ │ │ │ │ │ │ ├── DimensionAttributeValueTotallingCriteria.md │ │ │ │ │ │ │ ├── DimensionAttributeValueTranslation.md │ │ │ │ │ │ │ ├── DimensionConstraintNode.md │ │ │ │ │ │ │ ├── DimensionFinancialTag.md │ │ │ │ │ │ │ ├── DimensionFinancialTagTranslation.md │ │ │ │ │ │ │ ├── MainAccount.md │ │ │ │ │ │ │ ├── MainAccountLegalEntity.md │ │ │ │ │ │ │ ├── MainAccountSeparateBalance.md │ │ │ │ │ │ │ ├── MainAccountTemplate.md │ │ │ │ │ │ │ ├── MainAccountTemplateTranslation.md │ │ │ │ │ │ │ ├── MainAccountTranslation.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── DimensionAttributeValueDerivedDimensions.md │ │ │ │ │ │ │ ├── DimensionDataEntitySFKCache.md │ │ │ │ │ │ │ ├── DimensionDataIntegrityLog.md │ │ │ │ │ │ │ ├── DimensionHierarchyConstraintCriteria.md │ │ │ │ │ │ │ ├── DimensionHierarchyIntegration.md │ │ │ │ │ │ │ ├── DimensionValueDeleteAudit.md │ │ │ │ │ │ │ ├── DimensionValueRenameAudit.md │ │ │ │ │ │ │ ├── LedgerStructure.md │ │ │ │ │ │ │ ├── MainAccountConsolidateAccount.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── DimensionAlias.md │ │ │ │ │ │ │ ├── DimensionParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── DimensionAttribute.md │ │ │ │ │ │ │ ├── DimensionAttributeDirCategory.md │ │ │ │ │ │ │ ├── DimensionAttributeLevelValue.md │ │ │ │ │ │ │ ├── DimensionAttributeSet.md │ │ │ │ │ │ │ ├── DimensionAttributeSetItem.md │ │ │ │ │ │ │ ├── DimensionAttributeValueGroup.md │ │ │ │ │ │ │ ├── DimensionAttributeValueGroupCombination.md │ │ │ │ │ │ │ ├── DimensionAttributeValueSetItem.md │ │ │ │ │ │ │ ├── DimensionReferences.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Staging │ │ │ │ │ │ │ ├── FinancialDimensionValueTotalAccountIntervalEntityStagingV2.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── FinancialReporting │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── FinancialReportVersion.md │ │ │ │ │ │ │ ├── FinancialReports.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── FinancialReportingSettings.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── FiscalBooksBrazil │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── CustFiscalDocumentType_BR.md │ │ │ │ │ │ │ ├── FBTaxStatementsCode_BR.md │ │ │ │ │ │ │ ├── FiscalDocModel_BR.md │ │ │ │ │ │ │ ├── FiscalEstablishmentFiscalDocumentType_BR.md │ │ │ │ │ │ │ ├── FiscalEstablishmentGroup_BR.md │ │ │ │ │ │ │ ├── VendFiscalDocumentType_BR.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── EFDocSchema_BR.md │ │ │ │ │ │ │ ├── FBExplanationSuspensionCode_BR.md │ │ │ │ │ │ │ ├── FBFiscalAuditor_BR.md │ │ │ │ │ │ │ ├── FBFiscalDocumentAdjustmentCodeICMS_BR.md │ │ │ │ │ │ │ ├── FBGeneralAdjustmentCodeICMS_BR.md │ │ │ │ │ │ │ ├── FBGeneralAdjustmentCodeINSSCPRB_BR.md │ │ │ │ │ │ │ ├── FBGeneralAdjustmentCodeIPI_BR.md │ │ │ │ │ │ │ ├── FBGeneralAdjustmentCodePISCOFINS_BR.md │ │ │ │ │ │ │ ├── FBGeneralAdjustmentCode_BR.md │ │ │ │ │ │ │ ├── FBObservationCodeTable_BR.md │ │ │ │ │ │ │ ├── FBRelatedSCP_BR.md │ │ │ │ │ │ │ ├── FiscalDocumentFormat_BR.md │ │ │ │ │ │ │ ├── FiscalDocumentSourceText_BR.md │ │ │ │ │ │ │ ├── FiscalEstablishment_BR.md │ │ │ │ │ │ │ ├── FiscalOrganizationChangeHistory_BR.md │ │ │ │ │ │ │ ├── FiscalOrganization_BR.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── BrazilianElectronicReportingParameters.md │ │ │ │ │ │ │ ├── EFDReturnCode_BR.md │ │ │ │ │ │ │ ├── EFDocAuthorityState_BR.md │ │ │ │ │ │ │ ├── EFDocAuthority_BR.md │ │ │ │ │ │ │ ├── EFDocContingencyMode_BR.md │ │ │ │ │ │ │ ├── EFDocCorrectionLetter_BR.md │ │ │ │ │ │ │ ├── EFDocEmailHistory_BR.md │ │ │ │ │ │ │ ├── EFDocFormatClassInfo_BR.md │ │ │ │ │ │ │ ├── EFDocHist_BR.md │ │ │ │ │ │ │ ├── EFDocReceivedXmlApprovedDivergences_BR.md │ │ │ │ │ │ │ ├── EFDocWebServiceParameters_BR.md │ │ │ │ │ │ │ ├── EFDocumentEmailAccount_BR.md │ │ │ │ │ │ │ ├── EFDocumentReceivedDanfe_BR.md │ │ │ │ │ │ │ ├── EFDocumentReceivedXMLData_BR.md │ │ │ │ │ │ │ ├── ExternalFiscalDocumentLine_BR.md │ │ │ │ │ │ │ ├── ExternalFiscalDocument_BR.md │ │ │ │ │ │ │ ├── FBAdditionalInformationCodeLink_BR.md │ │ │ │ │ │ │ ├── FBAdditionalInformationCode_BR.md │ │ │ │ │ │ │ ├── FBAdministrativeProcessLine_BR.md │ │ │ │ │ │ │ ├── FBAdministrativeProcess_BR.md │ │ │ │ │ │ │ ├── FBBookingPeriodInventTrans_BR.md │ │ │ │ │ │ │ ├── FBBookingPeriodPresumedIncDocuments_BR.md │ │ │ │ │ │ │ ├── FBCFOPCreditBaseSource_BR.md │ │ │ │ │ │ │ ├── FBCIAPAssetTrans_FiscalDoc_BR.md │ │ │ │ │ │ │ ├── FBCIAPAssetTrans_OtherCredits_BR.md │ │ │ │ │ │ │ ├── FBContribAssetAssessment_BR.md │ │ │ │ │ │ │ ├── FBContribAssetTable_BR.md │ │ │ │ │ │ │ ├── FBContribAssetTransReferencedProcess_BR.md │ │ │ │ │ │ │ ├── FBContribCreditControlDetail_BR.md │ │ │ │ │ │ │ ├── FBContribCreditTypeTaxTrans_BR.md │ │ │ │ │ │ │ ├── FBContribCreditType_BR.md │ │ │ │ │ │ │ ├── FBEconomicActivityCodeLine_BR.md │ │ │ │ │ │ │ ├── FBEconomicActivityCode_BR.md │ │ │ │ │ │ │ ├── FBFiscalDocAdjustmentCodeICMSLedger_BR.md │ │ │ │ │ │ │ ├── FBFiscalPrinterDailyReport_BR.md │ │ │ │ │ │ │ ├── FBGeneralAdjustmentCodeLedger_BR.md │ │ │ │ │ │ │ ├── FBICMSSTInventoryBalance_BR.md │ │ │ │ │ │ │ ├── FBInventoryBalanceOutDocuments_BR.md │ │ │ │ │ │ │ ├── FBNonFiscalOperationTaxTrans_BR.md │ │ │ │ │ │ │ ├── FBNonFiscalOperation_BR.md │ │ │ │ │ │ │ ├── FBReasonCodeForRestitutionComplement_BR.md │ │ │ │ │ │ │ ├── FBSpedEcfDerexClassificationCode_BR.md │ │ │ │ │ │ │ ├── FBSpedEcfForeignBankAccount_BR.md │ │ │ │ │ │ │ ├── FBSpedEcfJournalName_BR.md │ │ │ │ │ │ │ ├── FBSpedEcfSetupParameters_BR.md │ │ │ │ │ │ │ ├── FBSpedReinfEventFiscalDocument_BR.md │ │ │ │ │ │ │ ├── FBSpedReinfEvent_BR.md │ │ │ │ │ │ │ ├── FBSpedReinfSetupParameters_BR.md │ │ │ │ │ │ │ ├── FBTaxAssessmentINSSCPRBTaxTrans_BR.md │ │ │ │ │ │ │ ├── FBTaxAssessmentINSSCPRB_BR.md │ │ │ │ │ │ │ ├── FBTaxAssessmentPaymentParameters_BR.md │ │ │ │ │ │ │ ├── FBTaxClassificationCode_BR.md │ │ │ │ │ │ │ ├── FBTaxStatementLocation_BR.md │ │ │ │ │ │ │ ├── FBTaxStatementTaxType_BR.md │ │ │ │ │ │ │ ├── FBTaxTransPovertyFund_BR.md │ │ │ │ │ │ │ ├── FBTaxTransTaxAssessmentPayment_BR.md │ │ │ │ │ │ │ ├── FBTaxWithholdTransCreditDetail_BR.md │ │ │ │ │ │ │ ├── FBTaxWithholdTrans_BR.md │ │ │ │ │ │ │ ├── FBVendToPaymMode_BR.md │ │ │ │ │ │ │ ├── FbNonFiscalOpReferencedProcess_BR.md │ │ │ │ │ │ │ ├── FiscalDocSourceTextReferenceProcess_BR.md │ │ │ │ │ │ │ ├── FiscalDocumentAdditionalAmount_BR.md │ │ │ │ │ │ │ ├── FiscalDocumentLineSource_BR.md │ │ │ │ │ │ │ ├── FiscalDocumentReferencedProcess_BR.md │ │ │ │ │ │ │ ├── FiscalDocumentTaxTransOutgoingICMSDif_BR.md │ │ │ │ │ │ │ ├── FiscalDocumentTaxTransPovertyFund_BR.md │ │ │ │ │ │ │ ├── FiscalDocumentTaxTransPresumed_BR.md │ │ │ │ │ │ │ ├── FiscalEstablishmentIEPerState_BR.md │ │ │ │ │ │ │ ├── FiscalEstablishmentInventSite_BR.md │ │ │ │ │ │ │ ├── FiscalEstablishmentVendInvoiceJour_BR.md │ │ │ │ │ │ │ ├── FiscalReferenceParm_BR.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── BrazilParameters.md │ │ │ │ │ │ │ ├── FBParametersPerState_BR.md │ │ │ │ │ │ │ ├── FBSPEDContabilSetupParameters_BR.md │ │ │ │ │ │ │ ├── FBSpedDRCSTSetupParameters_BR.md │ │ │ │ │ │ │ ├── FBSpedFiscal4218SPFileParameters_BR.md │ │ │ │ │ │ │ ├── FBSpedFiscalFileParameters_BR.md │ │ │ │ │ │ │ ├── FiscalDocumentType_BR.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── EFDocumentCity_BR.md │ │ │ │ │ │ │ ├── EFDocumentReceivedXML_BR.md │ │ │ │ │ │ │ ├── EFDocumentReceivedXmlViewAddInfo_BR.md │ │ │ │ │ │ │ ├── EFDocumentReceivedXmlViewAddress_BR.md │ │ │ │ │ │ │ ├── EFDocumentReceivedXmlViewLine_BR.md │ │ │ │ │ │ │ ├── EFDocumentReceivedXmlView_BR.md │ │ │ │ │ │ │ ├── EFDocumentXML_BR.md │ │ │ │ │ │ │ ├── EFDocument_BR.md │ │ │ │ │ │ │ ├── FBBookingPeriodFiscalDocument_BR.md │ │ │ │ │ │ │ ├── FBBookingPeriodPrepFiscalDocument_BR.md │ │ │ │ │ │ │ ├── FBBookingPeriodProdTable_BR.md │ │ │ │ │ │ │ ├── FBBookingPeriodProduction_BR.md │ │ │ │ │ │ │ ├── FBBookingPeriod_BR.md │ │ │ │ │ │ │ ├── FBCIAPAssessment_BR.md │ │ │ │ │ │ │ ├── FBCIAPAssetTable_BR.md │ │ │ │ │ │ │ ├── FBCIAPAssetTrans_BR.md │ │ │ │ │ │ │ ├── FBContribAssetTrans_BR.md │ │ │ │ │ │ │ ├── FBFiscalDocumentAdjustment_BR.md │ │ │ │ │ │ │ ├── FBInventBalance_BR.md │ │ │ │ │ │ │ ├── FBProductionReportingPeriod_BR.md │ │ │ │ │ │ │ ├── FBTaxAssessmentAdjustment_BR.md │ │ │ │ │ │ │ ├── FBTaxAssessmentPayment_BR.md │ │ │ │ │ │ │ ├── FBTaxAssessment_BR.md │ │ │ │ │ │ │ ├── FBTaxTrans_BR.md │ │ │ │ │ │ │ ├── FiscalDocumentCustVendTrans_BR.md │ │ │ │ │ │ │ ├── FiscalDocumentInstallment_BR.md │ │ │ │ │ │ │ ├── FiscalDocumentLine_BR.md │ │ │ │ │ │ │ ├── FiscalDocumentMiscCharge_BR.md │ │ │ │ │ │ │ ├── FiscalDocumentPaymentTrans_BR.md │ │ │ │ │ │ │ ├── FiscalDocumentReferenced_BR.md │ │ │ │ │ │ │ ├── FiscalDocumentShipmentStat_BR.md │ │ │ │ │ │ │ ├── FiscalDocumentTaxTransSource_BR.md │ │ │ │ │ │ │ ├── FiscalDocumentTaxTrans_BR.md │ │ │ │ │ │ │ ├── FiscalDocument_BR.md │ │ │ │ │ │ │ ├── NoSaleFiscalDocumentTransaction_BR.md │ │ │ │ │ │ │ ├── RetailFiscalDocTaxTransPovertyFund_BR.md │ │ │ │ │ │ │ ├── RetailFiscalDocumentCancel_BR.md │ │ │ │ │ │ │ ├── RetailFiscalDocumentLegalText_BR.md │ │ │ │ │ │ │ ├── RetailFiscalDocumentLine_BR.md │ │ │ │ │ │ │ ├── RetailFiscalDocumentPaymentTrans_BR.md │ │ │ │ │ │ │ ├── RetailFiscalDocumentReference_BR.md │ │ │ │ │ │ │ ├── RetailFiscalDocumentTaxTrans_BR.md │ │ │ │ │ │ │ ├── RetailFiscalDocument_BR.md │ │ │ │ │ │ │ ├── TaxFiscalDocumentLine_BR.md │ │ │ │ │ │ │ ├── TaxFiscalDocument_BR.md │ │ │ │ │ │ │ ├── TmpInvoiceCancel_BR.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionHeader │ │ │ │ │ │ │ ├── FBProductionHeader_BR.md │ │ │ │ │ │ │ ├── RetailFiscalDocumentModel2_BR.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionLine │ │ │ │ │ │ │ ├── FBProductionBOMLine_BR.md │ │ │ │ │ │ │ ├── FBProductionLine_BR.md │ │ │ │ │ │ │ ├── RetailFiscalDocumentModel2Line_BR.md │ │ │ │ │ │ │ ├── RetailFiscalDocumentModel2TaxTrans_BR.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── WHSLoadLineFiscalDocument_BR.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── FBLedgerJournalTrans_FiscalBooks_BR.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── FixedAssets │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── AssetAcceleratedDepGroup_JP.md │ │ │ │ │ │ │ ├── AssetActivityCode.md │ │ │ │ │ │ │ ├── AssetBookShiftDepreciation_IN.md │ │ │ │ │ │ │ ├── AssetBookTableShiftDepreciation_IN.md │ │ │ │ │ │ │ ├── AssetDepreciationGroup_W.md │ │ │ │ │ │ │ ├── AssetDistributionTable_RU.md │ │ │ │ │ │ │ ├── AssetDocumentLedgerAccounts_JP.md │ │ │ │ │ │ │ ├── AssetGroup.md │ │ │ │ │ │ │ ├── AssetGroupBookSetup.md │ │ │ │ │ │ │ ├── AssetGroupDepBookSetup.md │ │ │ │ │ │ │ ├── AssetGroupGlobal.md │ │ │ │ │ │ │ ├── AssetGroupGlobalMapping.md │ │ │ │ │ │ │ ├── AssetGroupZakat_SA.md │ │ │ │ │ │ │ ├── AssetImpairmentCGUGroup_JP.md │ │ │ │ │ │ │ ├── AssetLocation.md │ │ │ │ │ │ │ ├── AssetPropertyGroup.md │ │ │ │ │ │ │ ├── AssetReductionEntryProfile_JP.md │ │ │ │ │ │ │ ├── AssetRevaluationGroup.md │ │ │ │ │ │ │ ├── AssetStatementInterval.md │ │ │ │ │ │ │ ├── AssetStatementRow.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── AssetAcquisitionMethod.md │ │ │ │ │ │ │ ├── AssetAddition.md │ │ │ │ │ │ │ ├── AssetBonus.md │ │ │ │ │ │ │ ├── AssetBook.md │ │ │ │ │ │ │ ├── AssetBookBonus.md │ │ │ │ │ │ │ ├── AssetBookMerge.md │ │ │ │ │ │ │ ├── AssetBookMergeLookup.md │ │ │ │ │ │ │ ├── AssetBookTable.md │ │ │ │ │ │ │ ├── AssetBookTableDerived.md │ │ │ │ │ │ │ ├── AssetCondition.md │ │ │ │ │ │ │ ├── AssetDocumentReductionEntryTable_JP.md │ │ │ │ │ │ │ ├── AssetImpairmentCGU_JP.md │ │ │ │ │ │ │ ├── AssetImpairmentIndicator_JP.md │ │ │ │ │ │ │ ├── AssetInternalTransferHistory.md │ │ │ │ │ │ │ ├── AssetLVPTransferProposal_AU.md │ │ │ │ │ │ │ ├── AssetMajorType.md │ │ │ │ │ │ │ ├── AssetParametersDeprRates_DE.md │ │ │ │ │ │ │ ├── AssetRBSLFactorTable.md │ │ │ │ │ │ │ ├── AssetRuleThreshold.md │ │ │ │ │ │ │ ├── AssetRuleThresholdLocal.md │ │ │ │ │ │ │ ├── AssetSourceType_CN.md │ │ │ │ │ │ │ ├── AssetTable.md │ │ │ │ │ │ │ ├── AssetTransferHistory.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── AssetDepProfileChange_JP.md │ │ │ │ │ │ │ ├── AssetDepSuspension_CZ.md │ │ │ │ │ │ │ ├── AssetGroupInformation_IN.md │ │ │ │ │ │ │ ├── AssetGroupSetupBonus.md │ │ │ │ │ │ │ ├── AssetIdlePeriodAssign_JP.md │ │ │ │ │ │ │ ├── AssetIdlePeriodTable_JP.md │ │ │ │ │ │ │ ├── AssetImage.md │ │ │ │ │ │ │ ├── AssetImpairmentCGUAssets_JP.md │ │ │ │ │ │ │ ├── AssetImpairmentCGUSharedAssetsAlloc_JP.md │ │ │ │ │ │ │ ├── AssetImpairmentCGUSharedAssets_JP.md │ │ │ │ │ │ │ ├── AssetLocationTransferHistory_CN.md │ │ │ │ │ │ │ ├── AssetNumberSeqAllocationUpgradeTmp.md │ │ │ │ │ │ │ ├── AssetTransReportingCurrencyAmounts.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── AssetBookTaxCoefficient.md │ │ │ │ │ │ │ ├── AssetConsumptionFactor.md │ │ │ │ │ │ │ ├── AssetConsumptionFactorLines.md │ │ │ │ │ │ │ ├── AssetConsumptionUnit.md │ │ │ │ │ │ │ ├── AssetDepreciationProfile.md │ │ │ │ │ │ │ ├── AssetDepreciationProfileSpec.md │ │ │ │ │ │ │ ├── AssetDisposalParameters.md │ │ │ │ │ │ │ ├── AssetDisposalParameters_JP.md │ │ │ │ │ │ │ ├── AssetLedger.md │ │ │ │ │ │ │ ├── AssetLedgerAccounts.md │ │ │ │ │ │ │ ├── AssetParameters.md │ │ │ │ │ │ │ ├── AssetParametersProposalJournalNames.md │ │ │ │ │ │ │ ├── AssetReserveType.md │ │ │ │ │ │ │ ├── AssetRevaluationGroupSpec.md │ │ │ │ │ │ │ ├── AssetShiftDepreciationProfile_IN.md │ │ │ │ │ │ │ ├── AssetSorting.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── AssetAdvancedRule_JP.md │ │ │ │ │ │ │ ├── AssetAllocationRuleLine_CN.md │ │ │ │ │ │ │ ├── AssetAllocationRule_CN.md │ │ │ │ │ │ │ ├── AssetDepBookCalendarSchedule_JP.md │ │ │ │ │ │ │ ├── AssetDepRateSchedule_JP.md │ │ │ │ │ │ │ ├── AssetDepRate_JP.md │ │ │ │ │ │ │ ├── AssetDiscountRate_JP.md │ │ │ │ │ │ │ ├── AssetRule.md │ │ │ │ │ │ │ ├── AssetRuleEcoResCategory.md │ │ │ │ │ │ │ ├── AssetRuleLocal.md │ │ │ │ │ │ │ ├── AssetRuleQualifier.md │ │ │ │ │ │ │ ├── AssetRuleQualifierLanguage.md │ │ │ │ │ │ │ ├── AssetRuleQualifierLanguageLocal.md │ │ │ │ │ │ │ ├── AssetRuleQualifierLocal.md │ │ │ │ │ │ │ ├── AssetRuleQualifierOption.md │ │ │ │ │ │ │ ├── AssetRuleQualifierOptionLanguage.md │ │ │ │ │ │ │ ├── AssetRuleQualifierOptionLanguageLocal.md │ │ │ │ │ │ │ ├── AssetRuleQualifierOptionLocal.md │ │ │ │ │ │ │ ├── AssetUndepreciatedBalanceSchedule_JP.md │ │ │ │ │ │ │ ├── AssetUndepreciatedBalance_JP.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── AssetBookTableDerivedJournal.md │ │ │ │ │ │ │ ├── AssetBudget.md │ │ │ │ │ │ │ ├── AssetChangesHistory.md │ │ │ │ │ │ │ ├── AssetConsumptionProposalTmp.md │ │ │ │ │ │ │ ├── AssetDepDistributionLine_JP.md │ │ │ │ │ │ │ ├── AssetDepDistribution_JP.md │ │ │ │ │ │ │ ├── AssetDepreciationZakat_SA.md │ │ │ │ │ │ │ ├── AssetDocumentLinkReductionEntryTable_JP.md │ │ │ │ │ │ │ ├── AssetDocumentReductionEntryTrans_JP.md │ │ │ │ │ │ │ ├── AssetDocumentTrans_JP.md │ │ │ │ │ │ │ ├── AssetGroupTrans_IN.md │ │ │ │ │ │ │ ├── AssetInventTrans.md │ │ │ │ │ │ │ ├── AssetLending.md │ │ │ │ │ │ │ ├── AssetRetirementObligationTrans_JP.md │ │ │ │ │ │ │ ├── AssetTrans.md │ │ │ │ │ │ │ ├── AssetTransVendInvoiceTrans.md │ │ │ │ │ │ │ ├── LtAssetPackingSlip.md │ │ │ │ │ │ │ ├── LtAssetPackingSlipLine.md │ │ │ │ │ │ │ ├── LtAssetRepair.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionHeader │ │ │ │ │ │ │ ├── AssetTaxDepr_LV.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionLine │ │ │ │ │ │ │ ├── AssetTaxDeprCategory_LV.md │ │ │ │ │ │ │ ├── AssetTaxDepreciationCategoryDetail.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── AssetDepPreTaxDedProcess_JP.md │ │ │ │ │ │ │ ├── AssetDocumentAcceleratedDepTable_JP.md │ │ │ │ │ │ │ ├── AssetDocumentLinkTable_JP.md │ │ │ │ │ │ │ ├── AssetDocumentTable_JP.md │ │ │ │ │ │ │ ├── AssetImpairmentTestResultDocument_JP.md │ │ │ │ │ │ │ ├── AssetImpairmentTestResult_JP.md │ │ │ │ │ │ │ ├── AssetRetirementObligationTable_JP.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── AssetAcceleratedDepWorkingHours_JP.md │ │ │ │ │ │ │ ├── AssetComponent_JP.md │ │ │ │ │ │ │ ├── AssetDepPreTaxDedProcessContext_JP.md │ │ │ │ │ │ │ ├── AssetDepPreTaxDedProcessIgnored_JP.md │ │ │ │ │ │ │ ├── AssetDepreciationRate_W.md │ │ │ │ │ │ │ ├── AssetDocumentAcceleratedDepEntry_JP.md │ │ │ │ │ │ │ ├── AssetDocumentEntry_JP.md │ │ │ │ │ │ │ ├── AssetImpairmentCGURecognitionTotal_JP.md │ │ │ │ │ │ │ ├── AssetImpairmentTestResultDocEntry_JP.md │ │ │ │ │ │ │ ├── AssetRetirementCostSchedule_JP.md │ │ │ │ │ │ │ ├── AssetRetirementObligation_JP.md │ │ │ │ │ │ │ ├── LedgerJournalTrans_Asset.md │ │ │ │ │ │ │ ├── PurchParmLine_Asset.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── Ledger │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── CompanyImage.md │ │ │ │ │ │ │ ├── CurrencyNameDeclension_RU.md │ │ │ │ │ │ │ ├── DimensionMatrixLine_CN.md │ │ │ │ │ │ │ ├── DimensionMatrixTable_CN.md │ │ │ │ │ │ │ ├── DimensionValueGroupJournalControlStatus.md │ │ │ │ │ │ │ ├── HuDenominations.md │ │ │ │ │ │ │ ├── ISRConceptMainAccount_MX.md │ │ │ │ │ │ │ ├── InpcRateTable_MX.md │ │ │ │ │ │ │ ├── LanguageTxt.md │ │ │ │ │ │ │ ├── LedgerAccountTypePrefix.md │ │ │ │ │ │ │ ├── LedgerAllocateKey.md │ │ │ │ │ │ │ ├── LedgerAllocateTrans.md │ │ │ │ │ │ │ ├── LedgerBalanceControl.md │ │ │ │ │ │ │ ├── LedgerConsolidateAccountGroup.md │ │ │ │ │ │ │ ├── LedgerCurrencyParameters_RU.md │ │ │ │ │ │ │ ├── LedgerFundType.md │ │ │ │ │ │ │ ├── LedgerInterCompany.md │ │ │ │ │ │ │ ├── LedgerJournalControlDetail.md │ │ │ │ │ │ │ ├── LedgerJournalPeriodFinalPrintBE.md │ │ │ │ │ │ │ ├── LedgerJournalTableTypeBE.md │ │ │ │ │ │ │ ├── LedgerMatrixLine_CN.md │ │ │ │ │ │ │ ├── LedgerMatrixTable_CN.md │ │ │ │ │ │ │ ├── LedgerPeriodCode.md │ │ │ │ │ │ │ ├── LedgerPeriodModuleAccessControl.md │ │ │ │ │ │ │ ├── LedgerPostingJournal.md │ │ │ │ │ │ │ ├── LedgerPostingJournalVoucherSeries.md │ │ │ │ │ │ │ ├── LedgerPrintLayout_CN.md │ │ │ │ │ │ │ ├── LedgerRCOADtoRCM_RU.md │ │ │ │ │ │ │ ├── LedgerRRGCellTable_RU.md │ │ │ │ │ │ │ ├── LedgerRRGECommonSections_W.md │ │ │ │ │ │ │ ├── LedgerRRGEFormatPeriods_W.md │ │ │ │ │ │ │ ├── LedgerRRGEProperties_W.md │ │ │ │ │ │ │ ├── LedgerRRGEPropertyLayouts_W.md │ │ │ │ │ │ │ ├── LedgerRRGEQueries_W.md │ │ │ │ │ │ │ ├── LedgerRRGERequisiteTypes_W.md │ │ │ │ │ │ │ ├── LedgerRRGETemplates_W.md │ │ │ │ │ │ │ ├── LedgerRefinancingRates_RU.md │ │ │ │ │ │ │ ├── LedgerReportIndexZakat_SA.md │ │ │ │ │ │ │ ├── LedgerReportZakat_SA.md │ │ │ │ │ │ │ ├── LedgerSystemAccounts.md │ │ │ │ │ │ │ ├── LedgerVoucherType_CN.md │ │ │ │ │ │ │ ├── RLedgerTurnoverParamValueCombination.md │ │ │ │ │ │ │ ├── RTSLCurrencyIndex.md │ │ │ │ │ │ │ ├── RTSLCurrencyIndexTrans.md │ │ │ │ │ │ │ ├── RTSLCurrencyRule.md │ │ │ │ │ │ │ ├── RTSLCurrencyRuleGroup.md │ │ │ │ │ │ │ ├── RTSLDimensionRule.md │ │ │ │ │ │ │ ├── RTSLDimensionRuleGroup.md │ │ │ │ │ │ │ ├── RTSLRuleGroup.md │ │ │ │ │ │ │ ├── RTSLRuleModule.md │ │ │ │ │ │ │ ├── ReasonTable.md │ │ │ │ │ │ │ ├── SimulationJournalGroupLine_IT.md │ │ │ │ │ │ │ ├── SimulationJournalGroupTable_IT.md │ │ │ │ │ │ │ ├── StandardMainAccount_W.md │ │ │ │ │ │ │ ├── TransactTxt.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── AccountantLogisticsLocationRole_BR.md │ │ │ │ │ │ │ ├── AccountantLogisticsLocation_BR.md │ │ │ │ │ │ │ ├── Accountant_BR.md │ │ │ │ │ │ │ ├── CompanyDefaultLocation.md │ │ │ │ │ │ │ ├── CompanyInfo.md │ │ │ │ │ │ │ ├── GeneralJournalAccountEntryDimension.md │ │ │ │ │ │ │ ├── GeneralJournalAccountEntryHash.md │ │ │ │ │ │ │ ├── GeneralJournalAccountEntryHashLink.md │ │ │ │ │ │ │ ├── HuDenominationSummary.md │ │ │ │ │ │ │ ├── ISRConcept_MX.md │ │ │ │ │ │ │ ├── ISRRateTable_MX.md │ │ │ │ │ │ │ ├── Ledger.md │ │ │ │ │ │ │ ├── LedgerAccountRenameTable_RU.md │ │ │ │ │ │ │ ├── LedgerAccrualTable.md │ │ │ │ │ │ │ ├── LedgerAllocation.md │ │ │ │ │ │ │ ├── LedgerAllocationBasisRule.md │ │ │ │ │ │ │ ├── LedgerAllocationBasisRuleSource.md │ │ │ │ │ │ │ ├── LedgerAllocationRule.md │ │ │ │ │ │ │ ├── LedgerAllocationRuleDestination.md │ │ │ │ │ │ │ ├── LedgerAllocationRuleSource.md │ │ │ │ │ │ │ ├── LedgerChartOfAccounts.md │ │ │ │ │ │ │ ├── LedgerChartOfAccountsTreeLevel_CN.md │ │ │ │ │ │ │ ├── LedgerChartOfAccountsTree_CN.md │ │ │ │ │ │ │ ├── LedgerDimensionTmp.md │ │ │ │ │ │ │ ├── LedgerEliminationRule.md │ │ │ │ │ │ │ ├── LedgerEliminationRuleLine.md │ │ │ │ │ │ │ ├── LedgerEliminationRuleLineCriteria.md │ │ │ │ │ │ │ ├── LedgerExtensionIN.md │ │ │ │ │ │ │ ├── LedgerFiscalCloseGroup.md │ │ │ │ │ │ │ ├── LedgerFiscalCloseLedgerOptions.md │ │ │ │ │ │ │ ├── LedgerFund.md │ │ │ │ │ │ │ ├── LedgerInfoZakat_SA.md │ │ │ │ │ │ │ ├── LedgerInterunitDimensionAttribute.md │ │ │ │ │ │ │ ├── LedgerItemCodeZakat_SA.md │ │ │ │ │ │ │ ├── LedgerRRGEDocuments_W.md │ │ │ │ │ │ │ ├── LedgerRelatedAccounts_ES.md │ │ │ │ │ │ │ ├── MainAccountCategory.md │ │ │ │ │ │ │ ├── RTSLLedgerTransRule.md │ │ │ │ │ │ │ ├── RTSLModule.md │ │ │ │ │ │ │ ├── StatRepInterval.md │ │ │ │ │ │ │ ├── StatRepIntervalLine.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── DimensionFocusBalance.md │ │ │ │ │ │ │ ├── DimensionFocusLedgerBalanceTracking.md │ │ │ │ │ │ │ ├── DimensionFocusLedgerDimensionReference.md │ │ │ │ │ │ │ ├── GeneralJournalAccountEntrySubledgerJournalAccountEntry.md │ │ │ │ │ │ │ ├── ImportedContentPerItem_BR.md │ │ │ │ │ │ │ ├── LedgerDerivedFinHierarchyFilterResults.md │ │ │ │ │ │ │ ├── LedgerDerivedFinHierarchyLegalEntities.md │ │ │ │ │ │ │ ├── LedgerDerivedFinHierarchyRuleCriteria.md │ │ │ │ │ │ │ ├── LedgerIndirectTaxExcGoodsKindCodes_RU.md │ │ │ │ │ │ │ ├── LedgerIndirectTaxExcGoodsTaxCodes_RU.md │ │ │ │ │ │ │ ├── LedgerIndirectTaxVATSetup_RU.md │ │ │ │ │ │ │ ├── LedgerJournalTransPayment_LV.md │ │ │ │ │ │ │ ├── LedgerJournalTransSymbol.md │ │ │ │ │ │ │ ├── LedgerJournalTransTaxExtensionIN.md │ │ │ │ │ │ │ ├── LedgerJournalTrans_ProjectTaxExtensionIN.md │ │ │ │ │ │ │ ├── LedgerRRGECommonSectionLines_W.md │ │ │ │ │ │ │ ├── LedgerRRGEDConfigurations_W.md │ │ │ │ │ │ │ ├── LedgerRRGEDIdentifiers_W.md │ │ │ │ │ │ │ ├── LedgerRRGEDSendStatuses_W.md │ │ │ │ │ │ │ ├── LedgerRRGEDocumentVersions_W.md │ │ │ │ │ │ │ ├── LedgerRRGEExpressionLines_W.md │ │ │ │ │ │ │ ├── LedgerRRGEPatternValue_W.md │ │ │ │ │ │ │ ├── LedgerRRGEPermissibleValue_W.md │ │ │ │ │ │ │ ├── LedgerRRGEPropertyCells_W.md │ │ │ │ │ │ │ ├── LedgerRRGEPropertyLayoutLines_W.md │ │ │ │ │ │ │ ├── LedgerRRGESectionProperties_W.md │ │ │ │ │ │ │ ├── LedgerRRGETableColumns_W.md │ │ │ │ │ │ │ ├── LedgerRRGETableLayouts_W.md │ │ │ │ │ │ │ ├── LedgerRRGETemplateSections_W.md │ │ │ │ │ │ │ ├── LedgerSalesTaxExchangeRateTypeCurrency.md │ │ │ │ │ │ │ ├── LedgerTransAccountTmp.md │ │ │ │ │ │ │ ├── LedgerTransFurtherPosting.md │ │ │ │ │ │ │ ├── MainAccountConsolidateAccount_BR.md │ │ │ │ │ │ │ ├── NumberPeriod_CN.md │ │ │ │ │ │ │ ├── NumberSequenceTable_CN.md │ │ │ │ │ │ │ ├── PSNLedgerInterestDistributionResults.md │ │ │ │ │ │ │ ├── PSNLedgerInterestDistributionRules.md │ │ │ │ │ │ │ ├── PSNTreasurerFundReportMainAccounts.md │ │ │ │ │ │ │ ├── TransactionReversalExecutionDetail.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── CurrencyBLWI.md │ │ │ │ │ │ │ ├── LedgerInvoiceIssueDueDateSetup_W.md │ │ │ │ │ │ │ ├── LedgerParameters.md │ │ │ │ │ │ │ ├── LedgerRRGEDParameters_W.md │ │ │ │ │ │ │ ├── LedgerTransSettlementAccount.md │ │ │ │ │ │ │ ├── PSNTreasurerFundReportParameters.md │ │ │ │ │ │ │ ├── RTSLParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── FiscalCalendar.md │ │ │ │ │ │ │ ├── FiscalCalendarPeriod.md │ │ │ │ │ │ │ ├── FiscalCalendarPeriod_IN.md │ │ │ │ │ │ │ ├── FiscalCalendarYear.md │ │ │ │ │ │ │ ├── FiscalCalendar_IN.md │ │ │ │ │ │ │ ├── LedgerAccountRestrictionV2_CN.md │ │ │ │ │ │ │ ├── LedgerAccountRestriction_CN.md │ │ │ │ │ │ │ ├── LedgerBadDebtAccounts_JP.md │ │ │ │ │ │ │ ├── LedgerFiscalCalendarPeriod.md │ │ │ │ │ │ │ ├── LedgerFiscalCalendarYear.md │ │ │ │ │ │ │ ├── LedgerGainLossAccount.md │ │ │ │ │ │ │ ├── LedgerPrintLayoutGroup_CN.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Staging │ │ │ │ │ │ │ ├── GeneralJournalAccountEntrySimStaging_IT.md │ │ │ │ │ │ │ ├── SimulationJournalGroupLineStaging_IT.md │ │ │ │ │ │ │ ├── SimulationJournalGroupTableStaging_IT.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── DimensionFocusBalanceSim_IT.md │ │ │ │ │ │ │ ├── DimensionFocusLedgerDimensionRefSim_IT.md │ │ │ │ │ │ │ ├── DimensionFocusUnprocessedTransactions.md │ │ │ │ │ │ │ ├── DimensionFocusUnprocessedTransactionsSim_IT.md │ │ │ │ │ │ │ ├── GeneralJournalAccountEntryTransactionLink.md │ │ │ │ │ │ │ ├── GeneralJournalAccountEntryZakat_SA.md │ │ │ │ │ │ │ ├── InflationAdjJournal_MX.md │ │ │ │ │ │ │ ├── LedgerConsolidateCurrencyConversion.md │ │ │ │ │ │ │ ├── LedgerConsolidateSourceDimension.md │ │ │ │ │ │ │ ├── LedgerConsumptionTaxCalcTrans_JP.md │ │ │ │ │ │ │ ├── LedgerConsumptionTaxReportTrans_JP.md │ │ │ │ │ │ │ ├── LedgerEntryJournal.md │ │ │ │ │ │ │ ├── LedgerEntryJournalSim_IT.md │ │ │ │ │ │ │ ├── LedgerEntryJournalizing.md │ │ │ │ │ │ │ ├── LedgerExchAdjHist.md │ │ │ │ │ │ │ ├── LedgerIndirectTaxAppendixDeclTrans_RU.md │ │ │ │ │ │ │ ├── LedgerIndirectTaxSection1DeclTrans_RU.md │ │ │ │ │ │ │ ├── LedgerIndirectTaxSection2DeclTrans_RU.md │ │ │ │ │ │ │ ├── LedgerJournalTransZakat_SA.md │ │ │ │ │ │ │ ├── LedgerJournalizeReport.md │ │ │ │ │ │ │ ├── LedgerRRGEDSendRecvLog_W.md │ │ │ │ │ │ │ ├── LedgerReportJournal_IT.md │ │ │ │ │ │ │ ├── LedgerTransSettlement.md │ │ │ │ │ │ │ ├── LedgerTransSettlementWork.md │ │ │ │ │ │ │ ├── LedgerTransVoucherLink.md │ │ │ │ │ │ │ ├── LedgerValueZakat_SA.md │ │ │ │ │ │ │ ├── LedgerVoucherRenumberLog_CN.md │ │ │ │ │ │ │ ├── LedgerVoucherReportDate_RU.md │ │ │ │ │ │ │ ├── LedgerXBRLTransactionLog_NL.md │ │ │ │ │ │ │ ├── RLedgerTurnoverParamTransLink.md │ │ │ │ │ │ │ ├── RLedgerTurnoverParamValue.md │ │ │ │ │ │ │ ├── RTSLGeneralJournalEntry.md │ │ │ │ │ │ │ ├── RTSLSessionTrans.md │ │ │ │ │ │ │ ├── RTSLTransLog.md │ │ │ │ │ │ │ ├── ReasonTableRef.md │ │ │ │ │ │ │ ├── SubledgerJournalAccountEntryBond.md │ │ │ │ │ │ │ ├── SubledgerVoucherGeneralJournalEntry.md │ │ │ │ │ │ │ ├── SubledgerVoucherGeneralJournalEntrySim_IT.md │ │ │ │ │ │ │ ├── TransactionLog.md │ │ │ │ │ │ │ ├── TransactionReversalTrans.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionHeader │ │ │ │ │ │ │ ├── GeneralJournalEntry.md │ │ │ │ │ │ │ ├── GeneralJournalEntrySim_IT.md │ │ │ │ │ │ │ ├── GeneralJournalEntry_W.md │ │ │ │ │ │ │ ├── LedgerConsolidateHist.md │ │ │ │ │ │ │ ├── RLedgerTurnoverSheet.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionLine │ │ │ │ │ │ │ ├── GeneralJournalAccountEntry.md │ │ │ │ │ │ │ ├── GeneralJournalAccountEntrySim_IT.md │ │ │ │ │ │ │ ├── GeneralJournalAccountEntry_W.md │ │ │ │ │ │ │ ├── LedgerConsolidateHistRef.md │ │ │ │ │ │ │ ├── LedgerEntry.md │ │ │ │ │ │ │ ├── RLedgerJournalAccountEntryModule.md │ │ │ │ │ │ │ ├── RLedgerTurnoverKeyData.md │ │ │ │ │ │ │ ├── RLedgerTurnoverSheetHeader.md │ │ │ │ │ │ │ ├── RLedgerTurnoverSheetLine.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Worksheet │ │ │ │ │ │ │ ├── LedgerAllocationTmpSource.md │ │ │ │ │ │ │ ├── LedgerEliminationTmpJournalLine.md │ │ │ │ │ │ │ ├── LedgerTransferOpeningSumTmp.md │ │ │ │ │ │ │ ├── Tax1099ValidationErrors.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── AdvancedLedgerEntryHeader.md │ │ │ │ │ │ │ ├── LedgerBalanceSheetHeader.md │ │ │ │ │ │ │ ├── LedgerClosingSheet.md │ │ │ │ │ │ │ ├── LedgerIndirectTaxDeclJournalTable_RU.md │ │ │ │ │ │ │ ├── LedgerJournalName_Customs_IT.md │ │ │ │ │ │ │ ├── LedgerJournalTable_Customs_IT.md │ │ │ │ │ │ │ ├── LedgerJournalTable_W.md │ │ │ │ │ │ │ ├── LedgerOpeningSheet_ES.md │ │ │ │ │ │ │ ├── LedgerRRGReportTable_RU.md │ │ │ │ │ │ │ ├── LedgerStatementHeader.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── AdvancedLedgerEntryLine.md │ │ │ │ │ │ │ ├── LedgerBalanceSheetCorrection.md │ │ │ │ │ │ │ ├── LedgerBalanceSheetGross.md │ │ │ │ │ │ │ ├── LedgerClosingTable.md │ │ │ │ │ │ │ ├── LedgerClosingTrans.md │ │ │ │ │ │ │ ├── LedgerIndirectTaxDeclJournalTrans_RU.md │ │ │ │ │ │ │ ├── LedgerJournalTransExtensionTH.md │ │ │ │ │ │ │ ├── LedgerJournalTransPaymTransCode.md │ │ │ │ │ │ │ ├── LedgerJournalTransPayment_BR.md │ │ │ │ │ │ │ ├── LedgerJournalTrans_CustomsPayment_IT.md │ │ │ │ │ │ │ ├── LedgerJournalTrans_Customs_IT.md │ │ │ │ │ │ │ ├── LedgerJournalTrans_RCash.md │ │ │ │ │ │ │ ├── LedgerJournalTrans_RDeferrals.md │ │ │ │ │ │ │ ├── LedgerJournalTrans_W.md │ │ │ │ │ │ │ ├── LedgerOpeningTable_ES.md │ │ │ │ │ │ │ ├── LedgerOpeningTrans_ES.md │ │ │ │ │ │ │ ├── LedgerRRGAccountInterval_RU.md │ │ │ │ │ │ │ ├── LedgerRRGCellDefVal_RU.md │ │ │ │ │ │ │ ├── LedgerRRGDimensionInterval_RU.md │ │ │ │ │ │ │ ├── LedgerRRGEPropertyVersions_W.md │ │ │ │ │ │ │ ├── LedgerRRGOffsetAccountInterval_RU.md │ │ │ │ │ │ │ ├── LedgerRRGOperationTable_RU.md │ │ │ │ │ │ │ ├── LedgerRRGTax25ProfitInterval_RU.md │ │ │ │ │ │ │ ├── LedgerRRGTransOperationsTax_RU.md │ │ │ │ │ │ │ ├── LedgerRRGTransType_RU.md │ │ │ │ │ │ │ ├── LedgerStatementDefinition.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── PublicSector │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── ConfirmingPO.md │ │ │ │ │ │ │ ├── PurchAgreementActivity.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── PurchTotalsSummary.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── RAsset │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── RAssetGroup.md │ │ │ │ │ │ │ ├── RAssetGroupDefinitionPeriod.md │ │ │ │ │ │ │ ├── RAssetInventIssueGroupDefinition.md │ │ │ │ │ │ │ ├── RAssetInventIssueQuotas.md │ │ │ │ │ │ │ ├── RAssetKindTaxBaseType.md │ │ │ │ │ │ │ ├── RAssetLocation.md │ │ │ │ │ │ │ ├── RAssetMainGroup.md │ │ │ │ │ │ │ ├── RAssetMainGroupMember.md │ │ │ │ │ │ │ ├── RAssetRailwayFactors.md │ │ │ │ │ │ │ ├── RAssetStandardTable.md │ │ │ │ │ │ │ ├── RAssetStandards.md │ │ │ │ │ │ │ ├── RAssetSubGroup.md │ │ │ │ │ │ │ ├── RAssetTransportTaxData.md │ │ │ │ │ │ │ ├── RAssetTransportTaxFactorData.md │ │ │ │ │ │ │ ├── RAssetTransportTaxFactorGroup.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── RAssetBonus.md │ │ │ │ │ │ │ ├── RAssetInventIssueQuotaTypes.md │ │ │ │ │ │ │ ├── RAssetTable.md │ │ │ │ │ │ │ ├── RAssetTaxAllowance.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── RAssetDeferralsAccounts.md │ │ │ │ │ │ │ ├── RAssetDeprAccount.md │ │ │ │ │ │ │ ├── RAssetDeprProfile.md │ │ │ │ │ │ │ ├── RAssetDeprProfileTrans.md │ │ │ │ │ │ │ ├── RAssetDisposalParameters.md │ │ │ │ │ │ │ ├── RAssetDocumentTypeSetup.md │ │ │ │ │ │ │ ├── RAssetLedger.md │ │ │ │ │ │ │ ├── RAssetLedgerAccounts.md │ │ │ │ │ │ │ ├── RAssetLedgerAccountsByLocation.md │ │ │ │ │ │ │ ├── RAssetParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── InventTransOriginRAssetScrap_RU.md │ │ │ │ │ │ │ ├── RAssetBudgetTrans.md │ │ │ │ │ │ │ ├── RAssetDistribution.md │ │ │ │ │ │ │ ├── RAssetDocument.md │ │ │ │ │ │ │ ├── RAssetLending.md │ │ │ │ │ │ │ ├── RAssetLifeHist.md │ │ │ │ │ │ │ ├── RAssetMoveHist.md │ │ │ │ │ │ │ ├── RAssetTaxAllowanceHistory.md │ │ │ │ │ │ │ ├── RAssetTrans.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── RAssetAdjustmentTable.md │ │ │ │ │ │ │ ├── RAssetInferiorDisposalTable.md │ │ │ │ │ │ │ ├── RAssetInventIssueTable.md │ │ │ │ │ │ │ ├── RAssetInventoryTable.md │ │ │ │ │ │ │ ├── RAssetTransferTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── LedgerJournalTrans_RAsset.md │ │ │ │ │ │ │ ├── RAssetAdjustmentTrans.md │ │ │ │ │ │ │ ├── RAssetDeprAccountForJournal.md │ │ │ │ │ │ │ ├── RAssetInferiorDisposalTrans.md │ │ │ │ │ │ │ ├── RAssetInventIssueTrans.md │ │ │ │ │ │ │ ├── RAssetInventoryTrans.md │ │ │ │ │ │ │ ├── RAssetMoveStandard.md │ │ │ │ │ │ │ ├── RAssetPurchTrans.md │ │ │ │ │ │ │ ├── RAssetSayTable.md │ │ │ │ │ │ │ ├── RAssetSayvalue.md │ │ │ │ │ │ │ ├── RAssetScrap.md │ │ │ │ │ │ │ ├── RAssetStandardInterCompany.md │ │ │ │ │ │ │ ├── RAssetStandardTableDerived.md │ │ │ │ │ │ │ ├── RAssetSuspend.md │ │ │ │ │ │ │ ├── RAssetTransferTrans.md │ │ │ │ │ │ │ ├── RAssetUse.md │ │ │ │ │ │ │ ├── RestoredVATLogTransOperAsset_RU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── RCash │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── RCashDestinationTable.md │ │ │ │ │ │ │ ├── RCashLedger.md │ │ │ │ │ │ │ ├── RCashLedgerAccount.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── RCashRemainLimit.md │ │ │ │ │ │ │ ├── RCashTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── RCashParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── RCashBalances.md │ │ │ │ │ │ │ ├── RCashDestinationTrans.md │ │ │ │ │ │ │ ├── RCashTrans.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── RCashReportJour_PL.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── RCashFlowManagement │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── CFMCashBalanceControlTable.md │ │ │ │ │ │ │ ├── CFMJournalName.md │ │ │ │ │ │ │ ├── CFMJournalOrgUnitList.md │ │ │ │ │ │ │ ├── CFMJournalPaymAccountList.md │ │ │ │ │ │ │ ├── CFMJournalSourceList.md │ │ │ │ │ │ │ ├── CFMPaymentPriority.md │ │ │ │ │ │ │ ├── CFMPaymentRequestType.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── CFMDirPartyTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── CFMJournalAggregationField.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── CFMParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── CFMJournalTransLog.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── CFMAnalyticDataEditUncommitted.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── CFMAgreementPaymentOrder.md │ │ │ │ │ │ │ ├── CFMJournalTable.md │ │ │ │ │ │ │ ├── CFMPaymentRequestPaymentOrder.md │ │ │ │ │ │ │ ├── CFMPaymentRequestTable.md │ │ │ │ │ │ │ ├── CFMPlannedPaymentTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── CFMJournalTrans.md │ │ │ │ │ │ │ ├── CFMPaymentRequestCashDisc.md │ │ │ │ │ │ │ ├── CFMPaymentRequestLine.md │ │ │ │ │ │ │ ├── CFMPaymentRequestLineCashDisc.md │ │ │ │ │ │ │ ├── CFMPaymentRequestPaymentLink.md │ │ │ │ │ │ │ ├── CFMPlannedPaymentLine.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── RDeferrals │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── RDeferralsGroup.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── RDeferralsBook.md │ │ │ │ │ │ │ ├── RDeferralsBookTable.md │ │ │ │ │ │ │ ├── RDeferralsTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── RDeferralsBookAmount.md │ │ │ │ │ │ │ ├── RDeferralsLedger.md │ │ │ │ │ │ │ ├── RDeferralsLedgerAccounts.md │ │ │ │ │ │ │ ├── RDeferralsParameters.md │ │ │ │ │ │ │ ├── RDeferralsProfile.md │ │ │ │ │ │ │ ├── RDeferralsProfileTrans.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── RDeferralsTrans.md │ │ │ │ │ │ │ ├── RDeferralsWritingOffFactor.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── RDeferralsCountingJournal.md │ │ │ │ │ │ │ ├── RDeferralsFactorCalculation.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── RDeferralsCountingJournalLine.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── RSalesPurchBooks │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── PurchBookVATLedgerPosting_RU.md │ │ │ │ │ │ │ ├── PurchBookVATProcessParameters_RU.md │ │ │ │ │ │ │ ├── SalesBookVATLedgerPosting_RU.md │ │ │ │ │ │ │ ├── SalesBookVATProcessParameters_RU.md │ │ │ │ │ │ │ ├── VATOperationCodeTable_RU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── FactureSequence_RU.md │ │ │ │ │ │ │ ├── PurchBookVATProcessLogTable_RU.md │ │ │ │ │ │ │ ├── PurchBookVATProcessLogTransOper_RU.md │ │ │ │ │ │ │ ├── PurchBookVATProcessLogTrans_RU.md │ │ │ │ │ │ │ ├── RestoredVATLogGain_RU.md │ │ │ │ │ │ │ ├── RestoredVATLogTransOperLink_RU.md │ │ │ │ │ │ │ ├── RestoredVATLogTransOper_RU.md │ │ │ │ │ │ │ ├── RestoredVATLogTrans_RU.md │ │ │ │ │ │ │ ├── RestoredVATSalesTaxTrans_RU.md │ │ │ │ │ │ │ ├── SalesBookVATProcessLogTable_RU.md │ │ │ │ │ │ │ ├── SalesBookVATProcessLogTransOper_RU.md │ │ │ │ │ │ │ ├── SalesBookVATProcessLogTrans_RU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── FactureCorrectionReference_RU.md │ │ │ │ │ │ │ ├── FactureJourHeader_RU.md │ │ │ │ │ │ │ ├── FactureJour_RU.md │ │ │ │ │ │ │ ├── FactureOriginalReference_RU.md │ │ │ │ │ │ │ ├── PurchBookTable_RU.md │ │ │ │ │ │ │ ├── RestoredVATLogTable_RU.md │ │ │ │ │ │ │ ├── SalesBookTable_RU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── FactureTrans_RU.md │ │ │ │ │ │ │ ├── PurchBookTrans_RU.md │ │ │ │ │ │ │ ├── SalesBookTrans_RU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── RTax25 │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── RTax25DebtLedgerAccounts.md │ │ │ │ │ │ │ ├── RTax25DebtModel.md │ │ │ │ │ │ │ ├── RTax25DebtModelPeriod.md │ │ │ │ │ │ │ ├── RTax25DebtPeriod.md │ │ │ │ │ │ │ ├── RTax25LedgerAccountGroup.md │ │ │ │ │ │ │ ├── RTax25LedgerInterval.md │ │ │ │ │ │ │ ├── RTax25LedgerIntervalGroup.md │ │ │ │ │ │ │ ├── RTax25ProfitLedgerSetup.md │ │ │ │ │ │ │ ├── RTax25ProfitTable.md │ │ │ │ │ │ │ ├── RTax25ProfitTotalsSetup.md │ │ │ │ │ │ │ ├── RTax25RegisterHideSetup.md │ │ │ │ │ │ │ ├── RTax25RegisterProfit.md │ │ │ │ │ │ │ ├── RTax25StdExpressionLine.md │ │ │ │ │ │ │ ├── RTax25StdExpressionTable.md │ │ │ │ │ │ │ ├── RTax25StdRateCritTrans.md │ │ │ │ │ │ │ ├── RTax25StdRateTable.md │ │ │ │ │ │ │ ├── RTax25StdRateTrans.md │ │ │ │ │ │ │ ├── RTax25TaxTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── RTax25RegisterTable.md │ │ │ │ │ │ │ ├── RTax25StdSeq.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── RTax25RegisterTrans_ProfitAllocation.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── RTax25Parameters.md │ │ │ │ │ │ │ ├── RTax25RegisterParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── RTax25AllocCalcDetails.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_AmountDifference.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_AssessedDeprCost.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_AssessedTax.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_AssessedTotalDepr.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_AssetCost.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_AssetDeprBonus.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_AssetsDisposal.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_ConstantDifferences.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_DebtCreditInventory.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_DebtCreditMovement.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_DebtDebInventoryRAP.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_DebtDebResDetailRAP.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_DebtDebResMovDetRAP.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_DebtDebResMovDetail.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_DebtDebitInventory.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_DebtDebitMovement.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_DebtDebitMovementRAP.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_DebtDebitResDetail.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_DebtDebitResMovRAP.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_DebtDebitReservMov.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_DebtDebitReservation.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_DebtDebitReserveRAP.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_Deferrals.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_ExchangeAdj.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_Income.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_IntangibleAssetInfo.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_IntangibleDepr.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_IntangibleGroupDepr.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_InventReceipt.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_InventReceiptTotal.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_LandTax.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_LandTaxCalc.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_NonInventIssue.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_NonInventReceipt.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_NotInfluenceIncome.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_OutlayReal.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_OutlayRealTax.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_OutlayUnreal.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_OutlayUnrealOther.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_PaymentConsumption.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_PaymentReceipt.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_StdCurrentExpense.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_StdCurrentRate.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_StdDeferralsRate.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_TangibleAssetInfo.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_TangibleDepr.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_TangibleGroupDepr.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_TaxExchangeAdj.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_TaxRemainGoods.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_Template.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_TemporaryDifferences.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_TransportTax.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_TransportTaxCalc.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── RTax25RegisterJournalTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── RTax25RegisterJournalLink.md │ │ │ │ │ │ │ ├── RTax25RegisterJournalTrans.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── Tax │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── DIOTDeclarationTaxCode_MX.md │ │ │ │ │ │ │ ├── FormulaDesigner_IN.md │ │ │ │ │ │ │ ├── PlFiscalTaxTable.md │ │ │ │ │ │ │ ├── PlTaxDueTable.md │ │ │ │ │ │ │ ├── ReverseChargeItemGroupData_W.md │ │ │ │ │ │ │ ├── ReverseChargeItemGroup_UK.md │ │ │ │ │ │ │ ├── ReverseChargeItemGroup_W.md │ │ │ │ │ │ │ ├── ReverseChargeRule_W.md │ │ │ │ │ │ │ ├── TaxAuthorityAddress.md │ │ │ │ │ │ │ ├── TaxBook.md │ │ │ │ │ │ │ ├── TaxBookSection.md │ │ │ │ │ │ │ ├── TaxBookStatus.md │ │ │ │ │ │ │ ├── TaxCollectLimit.md │ │ │ │ │ │ │ ├── TaxData.md │ │ │ │ │ │ │ ├── TaxExemptCodeTable.md │ │ │ │ │ │ │ ├── TaxGSTReliefGroupData_MY.md │ │ │ │ │ │ │ ├── TaxGSTReliefGroupHeading_MY.md │ │ │ │ │ │ │ ├── TaxGroupData.md │ │ │ │ │ │ │ ├── TaxGroupHeading.md │ │ │ │ │ │ │ ├── TaxGroupTaxJurisdiction.md │ │ │ │ │ │ │ ├── TaxIntgrTaxProfileDefaultValue_CN.md │ │ │ │ │ │ │ ├── TaxItemGroupHeading.md │ │ │ │ │ │ │ ├── TaxJurisdiction.md │ │ │ │ │ │ │ ├── TaxLedgerAccountGroup.md │ │ │ │ │ │ │ ├── TaxLedgerAccountSetup_IN.md │ │ │ │ │ │ │ ├── TaxOnItem.md │ │ │ │ │ │ │ ├── TaxPeriodHead.md │ │ │ │ │ │ │ ├── TaxProfileTable_CN.md │ │ │ │ │ │ │ ├── TaxRegistrationGroupSetup_IN.md │ │ │ │ │ │ │ ├── TaxRep347AddressAbbrev.md │ │ │ │ │ │ │ ├── TaxReportCollection.md │ │ │ │ │ │ │ ├── TaxReportHierarchyVersion_IN.md │ │ │ │ │ │ │ ├── TaxReportHierarchy_IN.md │ │ │ │ │ │ │ ├── TaxReportLedgerAccounts.md │ │ │ │ │ │ │ ├── TaxReportPeriod.md │ │ │ │ │ │ │ ├── TaxReportSetOffHierarchySetup_IN.md │ │ │ │ │ │ │ ├── TaxServiceCodeSetOffExcise_IN.md │ │ │ │ │ │ │ ├── TaxServiceCode_BR.md │ │ │ │ │ │ │ ├── TaxTable.md │ │ │ │ │ │ │ ├── TaxTypeTable_IN.md │ │ │ │ │ │ │ ├── TaxValueData_IN.md │ │ │ │ │ │ │ ├── TaxValueThresholdProfile_IN.md │ │ │ │ │ │ │ ├── TaxVatReportCategory_MX.md │ │ │ │ │ │ │ ├── TaxWithholdAuthorities_IN.md │ │ │ │ │ │ │ ├── TaxWithholdData.md │ │ │ │ │ │ │ ├── TaxWithholdDesignerTable_IN.md │ │ │ │ │ │ │ ├── TaxWithholdExcludeIndirectTax_IN.md │ │ │ │ │ │ │ ├── TaxWithholdGroupData.md │ │ │ │ │ │ │ ├── TaxWithholdGroupHeading.md │ │ │ │ │ │ │ ├── TaxWithholdHead_IN.md │ │ │ │ │ │ │ ├── TaxWithholdItemGroupHeading_TH.md │ │ │ │ │ │ │ ├── TaxWithholdLedgerAccountGroup_TH.md │ │ │ │ │ │ │ ├── TaxWithholdLimit.md │ │ │ │ │ │ │ ├── TaxWithholdOnItem_TH.md │ │ │ │ │ │ │ ├── TaxWithholdPeriodHead_TH.md │ │ │ │ │ │ │ ├── TaxWithholdPeriods_IN.md │ │ │ │ │ │ │ ├── TaxWithholdReportPeriod_TH.md │ │ │ │ │ │ │ ├── TaxWithholdReportSetup_TH.md │ │ │ │ │ │ │ ├── TaxWithholdRevenueTable_TH.md │ │ │ │ │ │ │ ├── TaxWithholdSettledPeriods_IN.md │ │ │ │ │ │ │ ├── TaxWithholdThresholdLimit_IN.md │ │ │ │ │ │ │ ├── TaxYearlyComSetup_IT.md │ │ │ │ │ │ │ ├── TaxationCodeSetup_BR.md │ │ │ │ │ │ │ ├── TaxationCodeTable_BR.md │ │ │ │ │ │ │ ├── TaxesMatrix_BR.md │ │ │ │ │ │ │ ├── VATInvoiceDescTable_CN.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── EcoResCategoryTax.md │ │ │ │ │ │ │ ├── HSNCodeTable_IN.md │ │ │ │ │ │ │ ├── TaxAgent.md │ │ │ │ │ │ │ ├── TaxBookTable.md │ │ │ │ │ │ │ ├── TaxBookTaxCodes.md │ │ │ │ │ │ │ ├── TaxBranch.md │ │ │ │ │ │ │ ├── TaxCasualRegistration_IN.md │ │ │ │ │ │ │ ├── TaxComponentTable_IN.md │ │ │ │ │ │ │ ├── TaxElectronicCertificatesTable.md │ │ │ │ │ │ │ ├── TaxElectronicHTTPServerTable.md │ │ │ │ │ │ │ ├── TaxFringeVariationTable.md │ │ │ │ │ │ │ ├── TaxGSTEWayBillTypes_IN.md │ │ │ │ │ │ │ ├── TaxInformationCustTable_IN.md │ │ │ │ │ │ │ ├── TaxInformationLegalEntity_IN.md │ │ │ │ │ │ │ ├── TaxInformationVendTable_IN.md │ │ │ │ │ │ │ ├── TaxInformation_TH.md │ │ │ │ │ │ │ ├── TaxIntegrationBusinessProcessTable.md │ │ │ │ │ │ │ ├── TaxIntegrationErrorCodeTable.md │ │ │ │ │ │ │ ├── TaxIntervatConfiguration.md │ │ │ │ │ │ │ ├── TaxLedgerAccountGroup_IN.md │ │ │ │ │ │ │ ├── TaxPAYGVariationTable.md │ │ │ │ │ │ │ ├── TaxPurchaseTaxTable.md │ │ │ │ │ │ │ ├── TaxPurchaseTaxValue.md │ │ │ │ │ │ │ ├── TaxRateType.md │ │ │ │ │ │ │ ├── TaxRegistrationGroup_IN.md │ │ │ │ │ │ │ ├── TaxRegistrationNumbers_IN.md │ │ │ │ │ │ │ ├── TaxReportHierarchyNode_IN.md │ │ │ │ │ │ │ ├── TaxReportHierarchySetOffRuleDetails_IN.md │ │ │ │ │ │ │ ├── TaxReportHierarchySetOffRuleDirection_IN.md │ │ │ │ │ │ │ ├── TaxReportHierarchySetOffRule_IN.md │ │ │ │ │ │ │ ├── TaxReportHrchyNodeCollectionDetails_IN.md │ │ │ │ │ │ │ ├── TaxReportHrchyNodeCollection_IN.md │ │ │ │ │ │ │ ├── TaxSetOffRule_IN.md │ │ │ │ │ │ │ ├── TaxVATNumTable.md │ │ │ │ │ │ │ ├── TaxWithholdCertificatesTable_IN.md │ │ │ │ │ │ │ ├── TaxWithholdComponentGroupTable_IN.md │ │ │ │ │ │ │ ├── TaxWithholdComponentTable_IN.md │ │ │ │ │ │ │ ├── TaxWithholdConcessionCertTable_IN.md │ │ │ │ │ │ │ ├── TaxWithholdConcessionTable_IN.md │ │ │ │ │ │ │ ├── TaxWithholdCountryRegionToRemittance_IN.md │ │ │ │ │ │ │ ├── TaxWithholdNatureOfRemittance_IN.md │ │ │ │ │ │ │ ├── TaxWithholdRegNumbers_IN.md │ │ │ │ │ │ │ ├── TaxWithholdTable.md │ │ │ │ │ │ │ ├── ThresholdSections_IN.md │ │ │ │ │ │ │ ├── Threshold_IN.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── DirectTaxTotal_IN.md │ │ │ │ │ │ │ ├── GBTModelElementLookup.md │ │ │ │ │ │ │ ├── GSTNumSequenceRef_IN.md │ │ │ │ │ │ │ ├── HcmPersonPrivateDetails_IN.md │ │ │ │ │ │ │ ├── IndirectTaxInquiryTable_IN.md │ │ │ │ │ │ │ ├── IndirectTaxTotal_IN.md │ │ │ │ │ │ │ ├── LvNRTaxItemGroupHeading.md │ │ │ │ │ │ │ ├── LvNRTaxOnItem.md │ │ │ │ │ │ │ ├── LvNRTaxReportSetup.md │ │ │ │ │ │ │ ├── PSAContractLineItemsTaxExtensionIN.md │ │ │ │ │ │ │ ├── SMAServiceOrderLineTaxExtension_IN.md │ │ │ │ │ │ │ ├── ServiceTaxInquiryTable_IN.md │ │ │ │ │ │ │ ├── ServiceTaxTotal_IN.md │ │ │ │ │ │ │ ├── TaxAcctTaxTransTaxDocAttrMappingRelation.md │ │ │ │ │ │ │ ├── TaxAcctTaxTransTaxDocAttributeMapping.md │ │ │ │ │ │ │ ├── TaxAllowedExemptCodesForIPI_BR.md │ │ │ │ │ │ │ ├── TaxAuthorityOKATO_RU.md │ │ │ │ │ │ │ ├── TaxBatchJobGroup.md │ │ │ │ │ │ │ ├── TaxBatchJobRelation.md │ │ │ │ │ │ │ ├── TaxBenefitCodeSetupData_BR.md │ │ │ │ │ │ │ ├── TaxBenefitCodeSetupHeading_BR.md │ │ │ │ │ │ │ ├── TaxBenefitCodeTaxationCodes_BR.md │ │ │ │ │ │ │ ├── TaxBenefitCodeType_BR.md │ │ │ │ │ │ │ ├── TaxBurden_BR.md │ │ │ │ │ │ │ ├── TaxComponentRelationTable_IN.md │ │ │ │ │ │ │ ├── TaxDocComponentTransTaxTransLink.md │ │ │ │ │ │ │ ├── TaxDocumentComponentTransaction.md │ │ │ │ │ │ │ ├── TaxDocumentComponentTransaction_IN.md │ │ │ │ │ │ │ ├── TaxDocumentExtension_IN.md │ │ │ │ │ │ │ ├── TaxDocumentRowTransaction.md │ │ │ │ │ │ │ ├── TaxDocumentRowTransaction_IN.md │ │ │ │ │ │ │ ├── TaxDocumentRowTransaction_W.md │ │ │ │ │ │ │ ├── TaxEngineLedgerJournalTransHeader.md │ │ │ │ │ │ │ ├── TaxEngineProjCostJourHeader.md │ │ │ │ │ │ │ ├── TaxEngineProjCostTransHeader.md │ │ │ │ │ │ │ ├── TaxEngineProjEmplJourHeader.md │ │ │ │ │ │ │ ├── TaxEngineProjEmplTransHeader.md │ │ │ │ │ │ │ ├── TaxEngineProjItemJourHeader.md │ │ │ │ │ │ │ ├── TaxEngineProjItemSOJourHeader.md │ │ │ │ │ │ │ ├── TaxEngineProjItemSOTransHeader.md │ │ │ │ │ │ │ ├── TaxEngineProjItemTransHeader.md │ │ │ │ │ │ │ ├── TaxEngineProjOnAcctJourHeader.md │ │ │ │ │ │ │ ├── TaxEngineProjOnAcctTransHeader.md │ │ │ │ │ │ │ ├── TaxEngineProjRevenueJourHeader.md │ │ │ │ │ │ │ ├── TaxEngineProjRevenueSubJourHeader.md │ │ │ │ │ │ │ ├── TaxEngineProjRevenueSubTransHeader.md │ │ │ │ │ │ │ ├── TaxEngineProjRevenueTransHeader.md │ │ │ │ │ │ │ ├── TaxEnginePurchReqHeader.md │ │ │ │ │ │ │ ├── TaxEngineQualityOrderTableHeader.md │ │ │ │ │ │ │ ├── TaxEngineSQLDictionary.md │ │ │ │ │ │ │ ├── TaxEngineTaxJournalLineTaxExtensionIN.md │ │ │ │ │ │ │ ├── TaxEngineTaxJournal_IN.md │ │ │ │ │ │ │ ├── TaxGSTMinorCode_IN.md │ │ │ │ │ │ │ ├── TaxGSTNumSequenceRef_IN.md │ │ │ │ │ │ │ ├── TaxGSTRReportingControllers_IN.md │ │ │ │ │ │ │ ├── TaxGSTReportConfigurationLineCode_MY.md │ │ │ │ │ │ │ ├── TaxGSTReportConfigurationLine_MY.md │ │ │ │ │ │ │ ├── TaxGSTReportConfiguration_MY.md │ │ │ │ │ │ │ ├── TaxGSTSummaryDetails_IN.md │ │ │ │ │ │ │ ├── TaxGSTTransNumSeqGroupDetail_IN.md │ │ │ │ │ │ │ ├── TaxGSTTransNumSeqGroup_IN.md │ │ │ │ │ │ │ ├── TaxInformation_IN.md │ │ │ │ │ │ │ ├── TaxIntgrExportDocDataHeaderTmp_CN.md │ │ │ │ │ │ │ ├── TaxIntgrExportDocDataLineTmp_CN.md │ │ │ │ │ │ │ ├── TaxLedgerAccounts_IN.md │ │ │ │ │ │ │ ├── TaxPovertyFundSetupData_BR.md │ │ │ │ │ │ │ ├── TaxPovertyFundSetupHeading_BR.md │ │ │ │ │ │ │ ├── TaxReasonCodeForRestitutionComplementSetupData_BR.md │ │ │ │ │ │ │ ├── TaxReasonCodeForRestitutionComplementSetupHeading_BR.md │ │ │ │ │ │ │ ├── TaxRegime_MX.md │ │ │ │ │ │ │ ├── TaxRegistration.md │ │ │ │ │ │ │ ├── TaxRegistrationType.md │ │ │ │ │ │ │ ├── TaxRegistrationTypeApplicabilityRule.md │ │ │ │ │ │ │ ├── TaxReimbursementSlipTmp_HU.md │ │ │ │ │ │ │ ├── TaxReportByCode_JP.md │ │ │ │ │ │ │ ├── TaxReportExportTaxCodesMappings_EE.md │ │ │ │ │ │ │ ├── TaxReportJournal_W.md │ │ │ │ │ │ │ ├── TaxReportSetOffHrchySetupHistory_IN.md │ │ │ │ │ │ │ ├── TaxReportingAggregrateCategory_IN.md │ │ │ │ │ │ │ ├── TaxReportingCode_IN.md │ │ │ │ │ │ │ ├── TaxReportingTaxComponent_IN.md │ │ │ │ │ │ │ ├── TaxRespWithholdingICMSSTSetup_BR.md │ │ │ │ │ │ │ ├── TaxServiceType_BR.md │ │ │ │ │ │ │ ├── TaxSettlementSessionTaxReportVoucher.md │ │ │ │ │ │ │ ├── TaxSolutionReportConfigurations.md │ │ │ │ │ │ │ ├── TaxSubstitutionCodeTable_BR.md │ │ │ │ │ │ │ ├── TaxTransactionInformation_IN.md │ │ │ │ │ │ │ ├── TaxTransactionInquirySelectedFields_IN.md │ │ │ │ │ │ │ ├── TaxTransactionInquiryTotalFields_IN.md │ │ │ │ │ │ │ ├── TaxTransactionInquiry_IN.md │ │ │ │ │ │ │ ├── TaxWithholdCertificate_IN.md │ │ │ │ │ │ │ ├── TaxWithholdIncIndirectTaxComponent_IN.md │ │ │ │ │ │ │ ├── TaxWithholdInquiryTable_IN.md │ │ │ │ │ │ │ ├── TaxWithholdReportingCodes_IN.md │ │ │ │ │ │ │ ├── TaxWithholdTaxJournalTrans_IN.md │ │ │ │ │ │ │ ├── TaxWithholdTransExtensionTH.md │ │ │ │ │ │ │ ├── TaxYearlyComTaxCodes_IT.md │ │ │ │ │ │ │ ├── TaxYearlyComTotal_IT.md │ │ │ │ │ │ │ ├── UniqueCertificationTaxWithhold_IT.md │ │ │ │ │ │ │ ├── VATDefermentInquiry_IN.md │ │ │ │ │ │ │ ├── VATInquiryTable_IN.md │ │ │ │ │ │ │ ├── VATPeriodicVouchers_IN.md │ │ │ │ │ │ │ ├── VATTotal_IN.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── GBTParameters_CN.md │ │ │ │ │ │ │ ├── ReverseChargeParameters_UK.md │ │ │ │ │ │ │ ├── ReverseChargeParameters_W.md │ │ │ │ │ │ │ ├── TaxCountryRegionParameters.md │ │ │ │ │ │ │ ├── TaxElectronicDeclarationSetup.md │ │ │ │ │ │ │ ├── TaxEvatError_NL.md │ │ │ │ │ │ │ ├── TaxEvatParameters_NL.md │ │ │ │ │ │ │ ├── TaxFiscalClassification_BR.md │ │ │ │ │ │ │ ├── TaxIntegrationTaxServiceParameters.md │ │ │ │ │ │ │ ├── TaxParameters.md │ │ │ │ │ │ │ ├── TaxRegistrationLegislationTypes.md │ │ │ │ │ │ │ ├── TaxRegistration_CA.md │ │ │ │ │ │ │ ├── TaxReport347Account.md │ │ │ │ │ │ │ ├── TaxReport347Validation.md │ │ │ │ │ │ │ ├── TaxRuntimeSettingTaxPeriodHeaderMapping.md │ │ │ │ │ │ │ ├── TaxRuntimeSettingTaxTypeMapping_IN.md │ │ │ │ │ │ │ ├── TaxSolutionScopeParameters.md │ │ │ │ │ │ │ ├── TaxWithholdParameters_IN.md │ │ │ │ │ │ │ ├── VATSchedule_IN.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── TaxAuthorityAddressRegistration.md │ │ │ │ │ │ │ ├── TaxBookSectionDate.md │ │ │ │ │ │ │ ├── TaxGSTReliefCategory_MY.md │ │ │ │ │ │ │ ├── ThresholdReference_IN.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── CzTaxCreditMemo.md │ │ │ │ │ │ │ ├── CzTaxCreditMemoTrans.md │ │ │ │ │ │ │ ├── CzTaxDocumentLink.md │ │ │ │ │ │ │ ├── CzTaxDocumentTable.md │ │ │ │ │ │ │ ├── CzTaxDocumentTrans.md │ │ │ │ │ │ │ ├── ExportSalesInvoiceDomesticTaxVoucher.md │ │ │ │ │ │ │ ├── ExportSalesInvoiceLineDomesticTaxGroup.md │ │ │ │ │ │ │ ├── LvNRTaxTrans.md │ │ │ │ │ │ │ ├── TaxAdjustments_IN.md │ │ │ │ │ │ │ ├── TaxDocCompMeasureLedgerDimensionLink.md │ │ │ │ │ │ │ ├── TaxDocumentGeneralJournalEntryLink.md │ │ │ │ │ │ │ ├── TaxEngineTaxJourLineTaxDocLineRelation.md │ │ │ │ │ │ │ ├── TaxEngineTaxJournalTaxDocRelation.md │ │ │ │ │ │ │ ├── TaxEngineTaxSettlementJourLineRelation.md │ │ │ │ │ │ │ ├── TaxEngineTaxSettlementJournalRelation.md │ │ │ │ │ │ │ ├── TaxExchRateAdjustment.md │ │ │ │ │ │ │ ├── TaxGSTTaxInformation_MY.md │ │ │ │ │ │ │ ├── TaxIntgrExportDocOperationHistoryLine_CN.md │ │ │ │ │ │ │ ├── TaxIntgrExportDocOperationHistory_CN.md │ │ │ │ │ │ │ ├── TaxIntgrExportDocumentLine_CN.md │ │ │ │ │ │ │ ├── TaxIntgrExportDocumentOperation_CN.md │ │ │ │ │ │ │ ├── TaxIntgrExportDocument_CN.md │ │ │ │ │ │ │ ├── TaxIntraCommCorrection_NL.md │ │ │ │ │ │ │ ├── TaxIntraCommDelivery_NL.md │ │ │ │ │ │ │ ├── TaxIntraCommTable_NL.md │ │ │ │ │ │ │ ├── TaxJournalTrans.md │ │ │ │ │ │ │ ├── TaxJournalTransExchangeRateAmount.md │ │ │ │ │ │ │ ├── TaxPurchaseTaxTrans.md │ │ │ │ │ │ │ ├── TaxReportAdjustmentTrans.md │ │ │ │ │ │ │ ├── TaxReportExtraFields.md │ │ │ │ │ │ │ ├── TaxReportExtraFieldsBE.md │ │ │ │ │ │ │ ├── TaxReportLines.md │ │ │ │ │ │ │ ├── TaxReportLinesTaxTrans_ES.md │ │ │ │ │ │ │ ├── TaxReportPayment_IT.md │ │ │ │ │ │ │ ├── TaxReportPeriod_IN.md │ │ │ │ │ │ │ ├── TaxReportTable.md │ │ │ │ │ │ │ ├── TaxReportVoucher.md │ │ │ │ │ │ │ ├── TaxReturnedError_NL.md │ │ │ │ │ │ │ ├── TaxSalesTaxPaymentHistoryDetailsTrans_IN.md │ │ │ │ │ │ │ ├── TaxSalesTaxPaymentHistoryDetails_IN.md │ │ │ │ │ │ │ ├── TaxSalesTaxPaymentHistory_IN.md │ │ │ │ │ │ │ ├── TaxSalesTaxPaymentSetOffHistory_IN.md │ │ │ │ │ │ │ ├── TaxSalesTaxPaymentTaxAdjustments_IN.md │ │ │ │ │ │ │ ├── TaxServiceTariff.md │ │ │ │ │ │ │ ├── TaxTrans.md │ │ │ │ │ │ │ ├── TaxTransExtensionTH.md │ │ │ │ │ │ │ ├── TaxTransGeneralJournalAccountEntry.md │ │ │ │ │ │ │ ├── TaxTransRefundableVAT.md │ │ │ │ │ │ │ ├── TaxTransSubledgerJournalAccountEntry.md │ │ │ │ │ │ │ ├── TaxTrans_BR.md │ │ │ │ │ │ │ ├── TaxTrans_IN.md │ │ │ │ │ │ │ ├── TaxTrans_IT.md │ │ │ │ │ │ │ ├── TaxTrans_RU.md │ │ │ │ │ │ │ ├── TaxTrans_W.md │ │ │ │ │ │ │ ├── TaxTransactionIdInformation_IN.md │ │ │ │ │ │ │ ├── TaxTurnOverLine_NL.md │ │ │ │ │ │ │ ├── TaxTurnOverTable_NL.md │ │ │ │ │ │ │ ├── TaxWHTTransGeneralJournalAccountEntry_IN.md │ │ │ │ │ │ │ ├── TaxWithholdBatchHeader_IN.md │ │ │ │ │ │ │ ├── TaxWithholdCertificateTrans_IN.md │ │ │ │ │ │ │ ├── TaxWithholdChallanDetail_IN.md │ │ │ │ │ │ │ ├── TaxWithholdDeducteeDetail_IN.md │ │ │ │ │ │ │ ├── TaxWithholdFileHeader_IN.md │ │ │ │ │ │ │ ├── TaxWithholdProvisionalReceipt_IN.md │ │ │ │ │ │ │ ├── TaxWithholdReportVoucher.md │ │ │ │ │ │ │ ├── TaxWithholdReportVoucher_IN.md │ │ │ │ │ │ │ ├── TaxWithholdReportVoucher_TH.md │ │ │ │ │ │ │ ├── TaxWithholdSettleTrans_IN.md │ │ │ │ │ │ │ ├── TaxWithholdStatementLine_IN.md │ │ │ │ │ │ │ ├── TaxWithholdTrans.md │ │ │ │ │ │ │ ├── TaxWithholdTrans_IN.md │ │ │ │ │ │ │ ├── TaxWithholdUncommitted_IN.md │ │ │ │ │ │ │ ├── VATDefermentTransaction_IN.md │ │ │ │ │ │ │ ├── VATRetentionTrans_IN.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionHeader │ │ │ │ │ │ │ ├── TaxDocumentToPost.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Worksheet │ │ │ │ │ │ │ ├── TransTaxInformation.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── ServiceTaxAdjustments_IN.md │ │ │ │ │ │ │ ├── TaxElectronicDeclaration.md │ │ │ │ │ │ │ ├── TaxEngineTaxJournal.md │ │ │ │ │ │ │ ├── TaxIntervatGeneral.md │ │ │ │ │ │ │ ├── TaxIntgrExportDocumentSource_CN.md │ │ │ │ │ │ │ ├── TaxReport347Table.md │ │ │ │ │ │ │ ├── TaxReport770Table_IT.md │ │ │ │ │ │ │ ├── TaxReportHeader_IT.md │ │ │ │ │ │ │ ├── TaxUnrealizedDocuSetTable.md │ │ │ │ │ │ │ ├── TaxYearlyCom_IT.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── FDTaxTransPresumedUncommitted_BR.md │ │ │ │ │ │ │ ├── PSNTaxHSTDimensionRule.md │ │ │ │ │ │ │ ├── PSNTaxHSTDimensions.md │ │ │ │ │ │ │ ├── ServiceTaxAdjustmentsTransactions_IN.md │ │ │ │ │ │ │ ├── TaxCorrectionsBE.md │ │ │ │ │ │ │ ├── TaxDocCompLineSourceDocLine.md │ │ │ │ │ │ │ ├── TaxDocumentMeasureSourceDocumentLine.md │ │ │ │ │ │ │ ├── TaxElectronicDeclarationTrans.md │ │ │ │ │ │ │ ├── TaxEngineTaxJournalLine.md │ │ │ │ │ │ │ ├── TaxIntervatDetail.md │ │ │ │ │ │ │ ├── TaxIntgrExportDocumentSourceLine_CN.md │ │ │ │ │ │ │ ├── TaxReport347Tenants.md │ │ │ │ │ │ │ ├── TaxReport347Trans.md │ │ │ │ │ │ │ ├── TaxReport770TaxPayments_IT.md │ │ │ │ │ │ │ ├── TaxReport770Trans_IT.md │ │ │ │ │ │ │ ├── TaxReport770VendTotal_IT.md │ │ │ │ │ │ │ ├── TaxReportLine_IT.md │ │ │ │ │ │ │ ├── TaxUncommitted.md │ │ │ │ │ │ │ ├── TaxUncommittedExtensionTH.md │ │ │ │ │ │ │ ├── TaxUncommitted_HU.md │ │ │ │ │ │ │ ├── TaxUncommitted_IN.md │ │ │ │ │ │ │ ├── TaxUnrealizedDocuSetLine.md │ │ │ │ │ │ │ ├── TaxWithholdWorkRegulation_IN.md │ │ │ │ │ │ │ ├── TaxWorkRegulation.md │ │ │ │ │ │ │ ├── TaxYearlyComReport_IT.md │ │ │ │ │ │ │ ├── TransitDocumentSalesTaxForm_IN.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ └── overview.md │ │ │ │ ├── HumanResources │ │ │ │ │ ├── HumanResource │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── EssPersonProjectRole.md │ │ │ │ │ │ │ ├── HcmEmploymentContractor.md │ │ │ │ │ │ │ ├── HcmPersonProjectRole.md │ │ │ │ │ │ │ ├── HcmTotalCompStatementSectionTax.md │ │ │ │ │ │ │ ├── HcmWorkerGroup_RU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── HRMCompPerfPlanEmpl.md │ │ │ │ │ │ │ ├── HRPApprovedLimit.md │ │ │ │ │ │ │ ├── HRPApprovedLimitAmount.md │ │ │ │ │ │ │ ├── HRPApprovedLimitAmountChangelog.md │ │ │ │ │ │ │ ├── HRPDefaultLimit.md │ │ │ │ │ │ │ ├── HRPDefaultLimitCompensationRule.md │ │ │ │ │ │ │ ├── HRPDefaultLimitDetail.md │ │ │ │ │ │ │ ├── HRPDefaultLimitJobRule.md │ │ │ │ │ │ │ ├── HRPDefaultLimitRule.md │ │ │ │ │ │ │ ├── HRPLimitAgreementAttestation.md │ │ │ │ │ │ │ ├── HRPLimitAgreementCompException.md │ │ │ │ │ │ │ ├── HRPLimitAgreementDetail.md │ │ │ │ │ │ │ ├── HRPLimitAgreementException.md │ │ │ │ │ │ │ ├── HRPLimitAgreementJobException.md │ │ │ │ │ │ │ ├── HRPLimitAgreementRule.md │ │ │ │ │ │ │ ├── HRPLimitRequest.md │ │ │ │ │ │ │ ├── HRPLimitRequestAmount.md │ │ │ │ │ │ │ ├── HRPRevokedLimit.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── MeasurementActivity.md │ │ │ │ │ │ │ ├── MeasurementActivityCategoryRestriction.md │ │ │ │ │ │ │ ├── MeasurementCategoryEnabledModule.md │ │ │ │ │ │ │ ├── MeasurementResource.md │ │ │ │ │ │ │ ├── MeasurementResourceActivity.md │ │ │ │ │ │ │ ├── MeasurementResourceCategoryRestriction.md │ │ │ │ │ │ │ ├── MeasurementResourceRole.md │ │ │ │ │ │ │ ├── MeasurementSourceSystem.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── HRPLimitParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── HRMCompPerfPlan.md │ │ │ │ │ │ │ ├── HRMCompPerfRating.md │ │ │ │ │ │ │ ├── HRPLimitDocument.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── HRMCompPerfAllocation.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── HRMCompPerfAllocationLine.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── Payroll │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── PayrollJournalizingDefMatchPrimaryEntry.md │ │ │ │ │ │ │ ├── PayrollTaxGroup.md │ │ │ │ │ │ │ ├── PayrollWorkCalendarLine.md │ │ │ │ │ │ │ ├── PayrollWorkCycle.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── PayrollWorkPeriod.md │ │ │ │ │ │ │ ├── RTax25RegisterTrans_PayRoll.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── PayrollParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── PayrollAccrual.md │ │ │ │ │ │ │ ├── PayrollAccrualBasisEarningcode.md │ │ │ │ │ │ │ ├── PayrollAccrualEarningCode.md │ │ │ │ │ │ │ ├── PayrollAccrualRate.md │ │ │ │ │ │ │ ├── PayrollBenefitAccountingRule.md │ │ │ │ │ │ │ ├── PayrollBenefitPlanDefaultDimension.md │ │ │ │ │ │ │ ├── PayrollBenefitTaxRule_US.md │ │ │ │ │ │ │ ├── PayrollEarningCodeAccountingRule.md │ │ │ │ │ │ │ ├── PayrollEmployerTaxRegion.md │ │ │ │ │ │ │ ├── PayrollPremiumEarningCode.md │ │ │ │ │ │ │ ├── PayrollPremiumEarningCodeActiveInterval.md │ │ │ │ │ │ │ ├── PayrollTaxAccountingRule.md │ │ │ │ │ │ │ ├── PayrollTaxCodeDefaultDimension.md │ │ │ │ │ │ │ ├── PayrollTaxEngineWorkerTaxRegion.md │ │ │ │ │ │ │ ├── PayrollTaxGroupCode.md │ │ │ │ │ │ │ ├── PayrollWorkerEnrolledAccrual.md │ │ │ │ │ │ │ ├── PayrollWorkerTaxRegionForSymmetry.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── PRLDeductionArrear.md │ │ │ │ │ │ │ ├── PRLDeductionArrearRecovery.md │ │ │ │ │ │ │ ├── PayrollPayStatementAccrualBalance.md │ │ │ │ │ │ │ ├── PayrollUSTaxTransactionHistory.md │ │ │ │ │ │ │ ├── PayrollWorkerAccrualAdjustment.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── PayrollEarningStatement.md │ │ │ │ │ │ │ ├── PayrollPayStatement.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── LedgerJournalTransPayrollDisbursement.md │ │ │ │ │ │ │ ├── PayrollEarningStatementLine.md │ │ │ │ │ │ │ ├── PayrollPayStatementBenefitLine.md │ │ │ │ │ │ │ ├── PayrollPayStatementEarningLine.md │ │ │ │ │ │ │ ├── PayrollPayStatementLine.md │ │ │ │ │ │ │ ├── PayrollPayStatementTaxLine.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ └── overview.md │ │ │ │ ├── ProfessionalServices │ │ │ │ │ ├── Project │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── CategoryTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── PSAActivitySetup.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── ExpenseFieldsVisibility.md │ │ │ │ │ │ │ ├── PSAActivityEstimates.md │ │ │ │ │ │ │ ├── PSASchedRole.md │ │ │ │ │ │ │ ├── PSAScheduleSettings.md │ │ │ │ │ │ │ ├── SysWindowsAppApprovalsConfigReports.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── CollabSiteParameters.md │ │ │ │ │ │ │ ├── SysWindowsAppApprovalsConfig.md │ │ │ │ │ │ │ ├── SysWindowsAppApprovalsConfigFields.md │ │ │ │ │ │ │ ├── SysWindowsAzureParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── CollabSiteLink.md │ │ │ │ │ │ │ ├── CollabSiteTable.md │ │ │ │ │ │ │ ├── SysWindowsAppReportsMapping.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── InventTestOperationTimeSheet.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── ProjectManagementAndAccounting │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── PSAComponentGroupAssignment.md │ │ │ │ │ │ │ ├── PSACustomerRetentionTermLine.md │ │ │ │ │ │ │ ├── PSACustomerRetentionTermTable.md │ │ │ │ │ │ │ ├── PSAIndirectComponentGroup.md │ │ │ │ │ │ │ ├── PSAIndirectCompoundingRules.md │ │ │ │ │ │ │ ├── PSAProjAttributeGroup.md │ │ │ │ │ │ │ ├── ProjAllocateKey.md │ │ │ │ │ │ │ ├── ProjAllocateTrans.md │ │ │ │ │ │ │ ├── ProjBudgetUserGroupOption.md │ │ │ │ │ │ │ ├── ProjCategory.md │ │ │ │ │ │ │ ├── ProjCategoryGroup.md │ │ │ │ │ │ │ ├── ProjControl.md │ │ │ │ │ │ │ ├── ProjControlCategory.md │ │ │ │ │ │ │ ├── ProjControlCostGroup.md │ │ │ │ │ │ │ ├── ProjCostPriceExpense.md │ │ │ │ │ │ │ ├── ProjCostSalesPrice.md │ │ │ │ │ │ │ ├── ProjExpPolicyGroupEmpl.md │ │ │ │ │ │ │ ├── ProjExpPolicyGroups.md │ │ │ │ │ │ │ ├── ProjGrantMatching.md │ │ │ │ │ │ │ ├── ProjGrantType.md │ │ │ │ │ │ │ ├── ProjGrantTypeFrequency.md │ │ │ │ │ │ │ ├── ProjGrantorType.md │ │ │ │ │ │ │ ├── ProjGroup.md │ │ │ │ │ │ │ ├── ProjHourCostPrice.md │ │ │ │ │ │ │ ├── ProjHourSalesPrice.md │ │ │ │ │ │ │ ├── ProjJournalName.md │ │ │ │ │ │ │ ├── ProjJournalStatusLine.md │ │ │ │ │ │ │ ├── ProjJournalStatusTable.md │ │ │ │ │ │ │ ├── ProjLineProperty.md │ │ │ │ │ │ │ ├── ProjPeriodEmpl.md │ │ │ │ │ │ │ ├── ProjPeriodLine.md │ │ │ │ │ │ │ ├── ProjPeriodTable.md │ │ │ │ │ │ │ ├── ProjPeriodTimesheetWeek.md │ │ │ │ │ │ │ ├── ProjPlanVersion.md │ │ │ │ │ │ │ ├── ProjPosting.md │ │ │ │ │ │ │ ├── ProjResource.md │ │ │ │ │ │ │ ├── ProjRevenueProfile.md │ │ │ │ │ │ │ ├── ProjRevenueProfileRule.md │ │ │ │ │ │ │ ├── ProjRevenueSalesPrice.md │ │ │ │ │ │ │ ├── ProjSorting.md │ │ │ │ │ │ │ ├── ProjValEmplCategorySetUp.md │ │ │ │ │ │ │ ├── ProjValEmplCategoryTable.md │ │ │ │ │ │ │ ├── ProjValEmplProjSetup.md │ │ │ │ │ │ │ ├── ProjValEmplProjTable.md │ │ │ │ │ │ │ ├── ProjValProjCategorySetUp.md │ │ │ │ │ │ │ ├── ProjValProjCategoryTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── PSAIndirectComponent.md │ │ │ │ │ │ │ ├── PSAIndirectCompoundingRulesSelection.md │ │ │ │ │ │ │ ├── PSAIndirectCompoundingSetup.md │ │ │ │ │ │ │ ├── PSAProjFundingSourceRetain.md │ │ │ │ │ │ │ ├── PSAVendorRetentionTermsLine.md │ │ │ │ │ │ │ ├── PSAVendorRetentionTermsTable.md │ │ │ │ │ │ │ ├── ProjActivity.md │ │ │ │ │ │ │ ├── ProjBillingTypeLinePropertyDefault.md │ │ │ │ │ │ │ ├── ProjDataSource.md │ │ │ │ │ │ │ ├── ProjFundingLimit.md │ │ │ │ │ │ │ ├── ProjFundingRule.md │ │ │ │ │ │ │ ├── ProjFundingRuleAllocation.md │ │ │ │ │ │ │ ├── ProjFundingSource.md │ │ │ │ │ │ │ ├── ProjFundingSourceEInvoice_NO.md │ │ │ │ │ │ │ ├── ProjGrant.md │ │ │ │ │ │ │ ├── ProjGrantCustomerContact.md │ │ │ │ │ │ │ ├── ProjGrantFrequency.md │ │ │ │ │ │ │ ├── ProjGroupDefault.md │ │ │ │ │ │ │ ├── ProjInvoiceCurrency.md │ │ │ │ │ │ │ ├── ProjInvoiceTable.md │ │ │ │ │ │ │ ├── ProjInvoiceTableTaxExtensionIN.md │ │ │ │ │ │ │ ├── ProjJournalTxt.md │ │ │ │ │ │ │ ├── ProjLinePropertySetup.md │ │ │ │ │ │ │ ├── ProjTable.md │ │ │ │ │ │ │ ├── ProjTableTaxExtensionIN.md │ │ │ │ │ │ │ ├── ProjWIPTable.md │ │ │ │ │ │ │ ├── ResourceResourceCategorySetup.md │ │ │ │ │ │ │ ├── ResourceSetup.md │ │ │ │ │ │ │ ├── TSTimesheetFavorites.md │ │ │ │ │ │ │ ├── TSTimesheetTable.md │ │ │ │ │ │ │ ├── TSTimesheetTableLog.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── PSAContractLineItems.md │ │ │ │ │ │ │ ├── PSAContractLineItemsSetup.md │ │ │ │ │ │ │ ├── PSAHcmWorkerExtension.md │ │ │ │ │ │ │ ├── PSAIndirectComponentTransLog.md │ │ │ │ │ │ │ ├── PSAPercentUpdateLog.md │ │ │ │ │ │ │ ├── PSAProjAttribute.md │ │ │ │ │ │ │ ├── PSAProjSchedRole.md │ │ │ │ │ │ │ ├── PSAProjWorkComplete.md │ │ │ │ │ │ │ ├── PSAQuotationsTmp.md │ │ │ │ │ │ │ ├── PSATmpActivityLookup.md │ │ │ │ │ │ │ ├── PSAUnitsUpdateLog.md │ │ │ │ │ │ │ ├── PSAVendPWPTxt.md │ │ │ │ │ │ │ ├── ProjAdjustmentCreateCostInProcess.md │ │ │ │ │ │ │ ├── ProjAdjustmentCreateInProcess.md │ │ │ │ │ │ │ ├── ProjAdjustmentCreateSaleInProcess.md │ │ │ │ │ │ │ ├── ProjAdjustmentSaleInProcess.md │ │ │ │ │ │ │ ├── ProjAlertTable.md │ │ │ │ │ │ │ ├── ProjBudgetLineDetail.md │ │ │ │ │ │ │ ├── ProjCDSActualsImport.md │ │ │ │ │ │ │ ├── ProjCDSContractLineImport.md │ │ │ │ │ │ │ ├── ProjCDSEstimateExpensesImport.md │ │ │ │ │ │ │ ├── ProjCDSLockingOptionTable.md │ │ │ │ │ │ │ ├── ProjCDSTransactionRelationshipImport.md │ │ │ │ │ │ │ ├── ProjCFDACluster.md │ │ │ │ │ │ │ ├── ProjCFDANumber.md │ │ │ │ │ │ │ ├── ProjCategoryDimension.md │ │ │ │ │ │ │ ├── ProjCreditNoteSource.md │ │ │ │ │ │ │ ├── ProjCustomerDimension.md │ │ │ │ │ │ │ ├── ProjDateDimension.md │ │ │ │ │ │ │ ├── ProjDependency.md │ │ │ │ │ │ │ ├── ProjFundingLimitTracking.md │ │ │ │ │ │ │ ├── ProjIntercompanyParameters.md │ │ │ │ │ │ │ ├── ProjInvoiceJourAdjustment_TH.md │ │ │ │ │ │ │ ├── ProjInvoiceLocalizationTmp.md │ │ │ │ │ │ │ ├── ProjInvoiceTmp.md │ │ │ │ │ │ │ ├── ProjItemTransTaxExtensionIN.md │ │ │ │ │ │ │ ├── ProjPWPVendorRetentionSetting.md │ │ │ │ │ │ │ ├── ProjPlanVersionAssignment.md │ │ │ │ │ │ │ ├── ProjPlanVersionDetail.md │ │ │ │ │ │ │ ├── ProjPostedTransTable.md │ │ │ │ │ │ │ ├── ProjProjectManagementChartPinnedTable.md │ │ │ │ │ │ │ ├── ProjTmpHierarchyTreeTable.md │ │ │ │ │ │ │ ├── ProjTmpWBSTransferTable.md │ │ │ │ │ │ │ ├── ProjTransferPrice.md │ │ │ │ │ │ │ ├── ProjWBSLock.md │ │ │ │ │ │ │ ├── ProjWBSUserExpand.md │ │ │ │ │ │ │ ├── ProjWBSUserExpandLine.md │ │ │ │ │ │ │ ├── ProjectDimension.md │ │ │ │ │ │ │ ├── ProjectRevenueFact.md │ │ │ │ │ │ │ ├── ResAutoPlannedResource.md │ │ │ │ │ │ │ ├── ResAvailabilityTimeframe.md │ │ │ │ │ │ │ ├── ResAvailabilityViewUserSetting.md │ │ │ │ │ │ │ ├── ResCharacteristic.md │ │ │ │ │ │ │ ├── ResCharacteristicMatch.md │ │ │ │ │ │ │ ├── ResCharacteristicRequirement.md │ │ │ │ │ │ │ ├── ResCharacteristicRequirementLine.md │ │ │ │ │ │ │ ├── ResCharacteristicSet.md │ │ │ │ │ │ │ ├── ResExtendFulfillmentLine.md │ │ │ │ │ │ │ ├── ResExtendFulfillmentRollBack.md │ │ │ │ │ │ │ ├── ResExtendFulfillmentTable.md │ │ │ │ │ │ │ ├── ResNameMatch.md │ │ │ │ │ │ │ ├── ResProjectResource.md │ │ │ │ │ │ │ ├── ResRatingLevel.md │ │ │ │ │ │ │ ├── ResRatingModel.md │ │ │ │ │ │ │ ├── ResResourceCharacteristic.md │ │ │ │ │ │ │ ├── ResResourceIdentifier.md │ │ │ │ │ │ │ ├── ResRollupCalendarShared.md │ │ │ │ │ │ │ ├── ResTmpAvailabilityViewFilter.md │ │ │ │ │ │ │ ├── TSPolicyViolationsCache.md │ │ │ │ │ │ │ ├── TSPolicyViolationsDates.md │ │ │ │ │ │ │ ├── TSTimesheetLineTaxExtensionIN.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── PSAParameters.md │ │ │ │ │ │ │ ├── ProjAdjTreeVisualizationLine.md │ │ │ │ │ │ │ ├── ProjCDSParameters.md │ │ │ │ │ │ │ ├── ProjDefaultOffsetSetup.md │ │ │ │ │ │ │ ├── ProjFormletterDocument.md │ │ │ │ │ │ │ ├── ProjFormletterParameters.md │ │ │ │ │ │ │ ├── ProjFundingSearchParameter.md │ │ │ │ │ │ │ ├── ProjParameters.md │ │ │ │ │ │ │ ├── ProjStatusTypeRule.md │ │ │ │ │ │ │ ├── TSAppEmplSub.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── ProjExportToExcelPivotTable.md │ │ │ │ │ │ │ ├── ProjStageTable.md │ │ │ │ │ │ │ ├── ProjUtilTypes.md │ │ │ │ │ │ │ ├── TSPolicyLanguageTxt.md │ │ │ │ │ │ │ ├── TSPolicyRule.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Staging │ │ │ │ │ │ │ ├── ProjValProjCategorySetUpStagingV2.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── CostControlTransCommittedCost.md │ │ │ │ │ │ │ ├── CustInvoiceLineInterProj.md │ │ │ │ │ │ │ ├── PSAContractInvoiceRetain.md │ │ │ │ │ │ │ ├── PSAContractProposalRetain.md │ │ │ │ │ │ │ ├── PSACustomerInvoiceRetain.md │ │ │ │ │ │ │ ├── PSAIndirectComponentTrans.md │ │ │ │ │ │ │ ├── PSAProjInvoiceDetailLine.md │ │ │ │ │ │ │ ├── PSAProjInvoiceDetailTrans.md │ │ │ │ │ │ │ ├── PSAProjProposalContLine.md │ │ │ │ │ │ │ ├── PSAProjProposalProj.md │ │ │ │ │ │ │ ├── PSAProjProposalRetain.md │ │ │ │ │ │ │ ├── ProdBOMTransProj.md │ │ │ │ │ │ │ ├── ProjBudget.md │ │ │ │ │ │ │ ├── ProjBudgetAllocationLine.md │ │ │ │ │ │ │ ├── ProjBudgetReductionHistory.md │ │ │ │ │ │ │ ├── ProjBudgetRevLineAllocation.md │ │ │ │ │ │ │ ├── ProjBudgetRevision.md │ │ │ │ │ │ │ ├── ProjBudgetRevisionLine.md │ │ │ │ │ │ │ ├── ProjBudgetSource.md │ │ │ │ │ │ │ ├── ProjBudgetStatus.md │ │ │ │ │ │ │ ├── ProjBudgetStatusDetail.md │ │ │ │ │ │ │ ├── ProjCDSContractLineMilestoneImport.md │ │ │ │ │ │ │ ├── ProjCDSEstimateHoursImport.md │ │ │ │ │ │ │ ├── ProjCDSTaskImport.md │ │ │ │ │ │ │ ├── ProjControlPeriodCostGroup.md │ │ │ │ │ │ │ ├── ProjControlPeriodTable.md │ │ │ │ │ │ │ ├── ProjControlPeriodTableColumn.md │ │ │ │ │ │ │ ├── ProjControlPeriodTrans.md │ │ │ │ │ │ │ ├── ProjCostTrans.md │ │ │ │ │ │ │ ├── ProjCostTransCost.md │ │ │ │ │ │ │ ├── ProjCostTransSale.md │ │ │ │ │ │ │ ├── ProjCostTransTaxExtensionIN.md │ │ │ │ │ │ │ ├── ProjEmplTrans.md │ │ │ │ │ │ │ ├── ProjEmplTransCost.md │ │ │ │ │ │ │ ├── ProjEmplTransSale.md │ │ │ │ │ │ │ ├── ProjEmplTransTaxExtensionIN.md │ │ │ │ │ │ │ ├── ProjForecastCost.md │ │ │ │ │ │ │ ├── ProjForecastEmpl.md │ │ │ │ │ │ │ ├── ProjForecastOnAcc.md │ │ │ │ │ │ │ ├── ProjForecastReductionHistory.md │ │ │ │ │ │ │ ├── ProjForecastRevenue.md │ │ │ │ │ │ │ ├── ProjInvoiceCost.md │ │ │ │ │ │ │ ├── ProjInvoiceCostDetail.md │ │ │ │ │ │ │ ├── ProjInvoiceEmpl.md │ │ │ │ │ │ │ ├── ProjInvoiceEmplDetail.md │ │ │ │ │ │ │ ├── ProjInvoiceItem.md │ │ │ │ │ │ │ ├── ProjInvoiceItemDetail.md │ │ │ │ │ │ │ ├── ProjInvoiceJour.md │ │ │ │ │ │ │ ├── ProjInvoiceJourExtensionCN.md │ │ │ │ │ │ │ ├── ProjInvoiceOnAcc.md │ │ │ │ │ │ │ ├── ProjInvoiceOnAccDetail.md │ │ │ │ │ │ │ ├── ProjInvoiceParmTable.md │ │ │ │ │ │ │ ├── ProjInvoiceRevenue.md │ │ │ │ │ │ │ ├── ProjInvoiceRevenueDetail.md │ │ │ │ │ │ │ ├── ProjInvoiceTransTaxWithholdGroups_BR.md │ │ │ │ │ │ │ ├── ProjItemTrans.md │ │ │ │ │ │ │ ├── ProjItemTransCost.md │ │ │ │ │ │ │ ├── ProjItemTransSale.md │ │ │ │ │ │ │ ├── ProjJournalTransTaxExtensionIN.md │ │ │ │ │ │ │ ├── ProjOnAccTrans.md │ │ │ │ │ │ │ ├── ProjOnAccTransSale.md │ │ │ │ │ │ │ ├── ProjOnAccTransTaxExtensionIN.md │ │ │ │ │ │ │ ├── ProjProposalCost.md │ │ │ │ │ │ │ ├── ProjProposalCostDetail.md │ │ │ │ │ │ │ ├── ProjProposalEmpl.md │ │ │ │ │ │ │ ├── ProjProposalEmplDetail.md │ │ │ │ │ │ │ ├── ProjProposalItem.md │ │ │ │ │ │ │ ├── ProjProposalItemDetail.md │ │ │ │ │ │ │ ├── ProjProposalJour.md │ │ │ │ │ │ │ ├── ProjProposalJourExtensionCN.md │ │ │ │ │ │ │ ├── ProjProposalOnAcc.md │ │ │ │ │ │ │ ├── ProjProposalOnAccDetail.md │ │ │ │ │ │ │ ├── ProjProposalRevenue.md │ │ │ │ │ │ │ ├── ProjProposalRevenueDetail.md │ │ │ │ │ │ │ ├── ProjRevenueTrans.md │ │ │ │ │ │ │ ├── ProjRevenueTransSale.md │ │ │ │ │ │ │ ├── ProjRevenueTransTaxExtensionIN.md │ │ │ │ │ │ │ ├── ProjTransBudget.md │ │ │ │ │ │ │ ├── ProjTransPosting.md │ │ │ │ │ │ │ ├── ProjectAccountingDistribution.md │ │ │ │ │ │ │ ├── ResAssignment.md │ │ │ │ │ │ │ ├── ResBooking.md │ │ │ │ │ │ │ ├── ResCalendarCapacity.md │ │ │ │ │ │ │ ├── ResRollUp.md │ │ │ │ │ │ │ ├── TSTimesheetLine.md │ │ │ │ │ │ │ ├── TSTimesheetLineLog.md │ │ │ │ │ │ │ ├── TSTimesheetLineWeek.md │ │ │ │ │ │ │ ├── TSTimesheetTrans.md │ │ │ │ │ │ │ ├── TSWorkflowTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionHeader │ │ │ │ │ │ │ ├── ProjectRevenueHeader.md │ │ │ │ │ │ │ ├── ResRequest.md │ │ │ │ │ │ │ ├── TSIntercompanyCost.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionLine │ │ │ │ │ │ │ ├── ProjActivityAssignment.md │ │ │ │ │ │ │ ├── ProjBudgetLine.md │ │ │ │ │ │ │ ├── ProjectRevenueLine.md │ │ │ │ │ │ │ ├── ResRequestLine.md │ │ │ │ │ │ │ ├── TSIntercompanyCostDetails.md │ │ │ │ │ │ │ ├── VendInvoiceInfoLine_Project.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Worksheet │ │ │ │ │ │ │ ├── ProjExpPolicies.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── ProjAdvancedJournal.md │ │ │ │ │ │ │ ├── ProjInvoiceJour_TH.md │ │ │ │ │ │ │ ├── ProjJournalTable.md │ │ │ │ │ │ │ ├── ProjProposalJour_TH.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── LedgerJournalTrans_Project.md │ │ │ │ │ │ │ ├── ProdJournalRouteProj.md │ │ │ │ │ │ │ ├── ProdRouteProj.md │ │ │ │ │ │ │ ├── ProdTableProj.md │ │ │ │ │ │ │ ├── ProjAdvancedJournalLine.md │ │ │ │ │ │ │ ├── ProjBegBalJournalTrans_CostSales.md │ │ │ │ │ │ │ ├── ProjBegBalJournalTrans_Fee.md │ │ │ │ │ │ │ ├── ProjBegBalJournalTrans_OnAcc.md │ │ │ │ │ │ │ ├── ProjJournalTrans.md │ │ │ │ │ │ │ ├── PurchParmLine_Project.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ └── overview.md │ │ │ │ ├── SupplyChain │ │ │ │ │ ├── Costing │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── ACOJournalName_BR.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── ACOCostCenterAttributeValue_BR.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── ACOParameters_BR.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── CostAllocationHistory_RU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionHeader │ │ │ │ │ │ │ ├── ACOProdCostTable_BR.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionLine │ │ │ │ │ │ │ ├── ACOProdOverHeadCostTrans_BR.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── ACOJournalTable_BR.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── ACOJournalTransOverHead_BR.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── Inventory │ │ │ │ │ │ ├── Framework │ │ │ │ │ │ │ ├── InventTransDirection.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── BOMCalcGroup.md │ │ │ │ │ │ │ ├── BOMCostGroup.md │ │ │ │ │ │ │ ├── BOMCostProfit.md │ │ │ │ │ │ │ ├── BarcodeSetup.md │ │ │ │ │ │ │ ├── CompanyNAFCode.md │ │ │ │ │ │ │ ├── CostSheetTable.md │ │ │ │ │ │ │ ├── CostingVersion.md │ │ │ │ │ │ │ ├── CustVendTransportCalendarSetup.md │ │ │ │ │ │ │ ├── CustVendTransportPointLine.md │ │ │ │ │ │ │ ├── CustVendTransportTime.md │ │ │ │ │ │ │ ├── FEACCCustomRateTable_RU.md │ │ │ │ │ │ │ ├── FEACCIndicativePrice_RU.md │ │ │ │ │ │ │ ├── FEACCInventTable_RU.md │ │ │ │ │ │ │ ├── InventBaileeCalcSetup_RU.md │ │ │ │ │ │ │ ├── InventBaileeCalcUnitOperation_RU.md │ │ │ │ │ │ │ ├── InventBuyerGroup.md │ │ │ │ │ │ │ ├── InventCountGroup.md │ │ │ │ │ │ │ ├── InventFiscalLIFOGroup.md │ │ │ │ │ │ │ ├── InventFiscalLIFOJournalName.md │ │ │ │ │ │ │ ├── InventItemGroup.md │ │ │ │ │ │ │ ├── InventItemGroupForm.md │ │ │ │ │ │ │ ├── InventItemSampling.md │ │ │ │ │ │ │ ├── InventJournalName.md │ │ │ │ │ │ │ ├── InventLocation.md │ │ │ │ │ │ │ ├── InventModelGroup.md │ │ │ │ │ │ │ ├── InventNumGroup.md │ │ │ │ │ │ │ ├── InventOwner_RU.md │ │ │ │ │ │ │ ├── InventPackagingClass_W.md │ │ │ │ │ │ │ ├── InventPackagingGroup.md │ │ │ │ │ │ │ ├── InventPackagingMaterialCode.md │ │ │ │ │ │ │ ├── InventPackagingMaterialFee.md │ │ │ │ │ │ │ ├── InventPackagingTariffCatAlloc_W.md │ │ │ │ │ │ │ ├── InventPackagingTariffCatQuote_W.md │ │ │ │ │ │ │ ├── InventPackagingTariffCat_W.md │ │ │ │ │ │ │ ├── InventPackagingUnit.md │ │ │ │ │ │ │ ├── InventPackagingUnitMaterial.md │ │ │ │ │ │ │ ├── InventPosting.md │ │ │ │ │ │ │ ├── InventProblemType.md │ │ │ │ │ │ │ ├── InventProblemTypeSetup.md │ │ │ │ │ │ │ ├── InventProfileCustVendLedger_RU.md │ │ │ │ │ │ │ ├── InventProfileRelation_RU.md │ │ │ │ │ │ │ ├── InventProfile_RU.md │ │ │ │ │ │ │ ├── InventQuarantineZone.md │ │ │ │ │ │ │ ├── InventSite.md │ │ │ │ │ │ │ ├── InventSite_IN.md │ │ │ │ │ │ │ ├── InventTestAssociationTable.md │ │ │ │ │ │ │ ├── InventTestDiagnosticType.md │ │ │ │ │ │ │ ├── InventTestGroup.md │ │ │ │ │ │ │ ├── InventTestGroupMember.md │ │ │ │ │ │ │ ├── InventTestInstrument.md │ │ │ │ │ │ │ ├── InventTestItemQualityGroup.md │ │ │ │ │ │ │ ├── InventTestMiscCharges.md │ │ │ │ │ │ │ ├── InventTestQualityGroup.md │ │ │ │ │ │ │ ├── InventTestReportSetup.md │ │ │ │ │ │ │ ├── MarkupCustPosting_RU.md │ │ │ │ │ │ │ ├── MarkupDlvTermConnection_RU.md │ │ │ │ │ │ │ ├── PdsCustSellableDays.md │ │ │ │ │ │ │ ├── PdsDispositionMaster.md │ │ │ │ │ │ │ ├── PdsFreightGroup.md │ │ │ │ │ │ │ ├── WHSAdjustmentType.md │ │ │ │ │ │ │ ├── WHSCatchWeightItemHandlingPolicy.md │ │ │ │ │ │ │ ├── WHSClusterProfile.md │ │ │ │ │ │ │ ├── WHSClusterSort.md │ │ │ │ │ │ │ ├── WHSContainerAttributes.md │ │ │ │ │ │ │ ├── WHSContainerGroup.md │ │ │ │ │ │ │ ├── WHSContainerGroupLine.md │ │ │ │ │ │ │ ├── WHSContainerType.md │ │ │ │ │ │ │ ├── WHSContainerizationTable.md │ │ │ │ │ │ │ ├── WHSCycleCountPlanOverview.md │ │ │ │ │ │ │ ├── WHSCycleCountPlanProductSelection.md │ │ │ │ │ │ │ ├── WHSCycleCountThreshold.md │ │ │ │ │ │ │ ├── WHSDockMgmtProfile.md │ │ │ │ │ │ │ ├── WHSDocumentRoutingLayout.md │ │ │ │ │ │ │ ├── WHSDocumentRoutingLine.md │ │ │ │ │ │ │ ├── WHSDocumentRoutingTable.md │ │ │ │ │ │ │ ├── WHSFilters.md │ │ │ │ │ │ │ ├── WHSHarmonized.md │ │ │ │ │ │ │ ├── WHSInventFixedLocation.md │ │ │ │ │ │ │ ├── WHSLaborStandardsLine.md │ │ │ │ │ │ │ ├── WHSLaborStandardsTable.md │ │ │ │ │ │ │ ├── WHSLicensePlateLabel.md │ │ │ │ │ │ │ ├── WHSLoadBuildTemplateLine.md │ │ │ │ │ │ │ ├── WHSLocDirHint.md │ │ │ │ │ │ │ ├── WHSLocationFormat.md │ │ │ │ │ │ │ ├── WHSLocationFormatLine.md │ │ │ │ │ │ │ ├── WHSLocationType.md │ │ │ │ │ │ │ ├── WHSMovementType.md │ │ │ │ │ │ │ ├── WHSOutboundSortPositionCriteria.md │ │ │ │ │ │ │ ├── WHSOutboundSortTemplateGroup.md │ │ │ │ │ │ │ ├── WHSPackSizeCategory.md │ │ │ │ │ │ │ ├── WHSPackageClass.md │ │ │ │ │ │ │ ├── WHSPhysDimGroupTable.md │ │ │ │ │ │ │ ├── WHSPhysDimUOM.md │ │ │ │ │ │ │ ├── WHSPutawayClusterWorkTemplate.md │ │ │ │ │ │ │ ├── WHSReplenishmentTemplate.md │ │ │ │ │ │ │ ├── WHSReplenishmentTemplateLine.md │ │ │ │ │ │ │ ├── WHSRequestType.md │ │ │ │ │ │ │ ├── WHSReservationHierarchy.md │ │ │ │ │ │ │ ├── WHSReservationHierarchyElement.md │ │ │ │ │ │ │ ├── WHSReservationHierarchyElementPolicy.md │ │ │ │ │ │ │ ├── WHSSTCC.md │ │ │ │ │ │ │ ├── WHSUOMSeqGroupLine.md │ │ │ │ │ │ │ ├── WHSUOMSeqGroupTable.md │ │ │ │ │ │ │ ├── WHSUOMStructure.md │ │ │ │ │ │ │ ├── WHSWaveAttributes.md │ │ │ │ │ │ │ ├── WHSWaveLabel.md │ │ │ │ │ │ │ ├── WHSWaveLabelLayout.md │ │ │ │ │ │ │ ├── WHSWaveLabelLayoutRow.md │ │ │ │ │ │ │ ├── WHSWaveLabelTemplate.md │ │ │ │ │ │ │ ├── WHSWaveLabelTemplateGroup.md │ │ │ │ │ │ │ ├── WHSWaveLabelType.md │ │ │ │ │ │ │ ├── WHSWaveStepCodeTable.md │ │ │ │ │ │ │ ├── WHSWorkClassTable.md │ │ │ │ │ │ │ ├── WHSWorkClassValidLocType.md │ │ │ │ │ │ │ ├── WHSWorkOperationProcessingRule.md │ │ │ │ │ │ │ ├── WHSWorkPool.md │ │ │ │ │ │ │ ├── WHSWorkProcessingPolicy.md │ │ │ │ │ │ │ ├── WHSZone.md │ │ │ │ │ │ │ ├── WHSZoneGroup.md │ │ │ │ │ │ │ ├── WMSAisle.md │ │ │ │ │ │ │ ├── WMSBlockingCause.md │ │ │ │ │ │ │ ├── WMSJournalName.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── BOMDefaultProductionFlow.md │ │ │ │ │ │ │ ├── CostSheetCalculationBasis.md │ │ │ │ │ │ │ ├── CostSheetCalculationFactor.md │ │ │ │ │ │ │ ├── CostSheetNodeTable.md │ │ │ │ │ │ │ ├── FEACCTable_RU.md │ │ │ │ │ │ │ ├── InventCountingReasonCode.md │ │ │ │ │ │ │ ├── InventCountingReasonCodePolicy.md │ │ │ │ │ │ │ ├── InventDim.md │ │ │ │ │ │ │ ├── InventGTD_RU.md │ │ │ │ │ │ │ ├── InventItemBarcode.md │ │ │ │ │ │ │ ├── InventItemGTIN.md │ │ │ │ │ │ │ ├── InventItemGroupItem.md │ │ │ │ │ │ │ ├── InventItemInventSetup.md │ │ │ │ │ │ │ ├── InventItemLocation.md │ │ │ │ │ │ │ ├── InventItemLocationCountingStatus.md │ │ │ │ │ │ │ ├── InventItemPurchSetup.md │ │ │ │ │ │ │ ├── InventItemSalesSetup.md │ │ │ │ │ │ │ ├── InventItemSetupSupplyType.md │ │ │ │ │ │ │ ├── InventLocationDefaultLocation.md │ │ │ │ │ │ │ ├── InventLocationInventCountingReasonCodePolicy.md │ │ │ │ │ │ │ ├── InventLocationLogisticsLocation.md │ │ │ │ │ │ │ ├── InventLocationLogisticsLocationRole.md │ │ │ │ │ │ │ ├── InventModelGroupItem.md │ │ │ │ │ │ │ ├── InventNonConformanceOrigin.md │ │ │ │ │ │ │ ├── InventProdComTable.md │ │ │ │ │ │ │ ├── InventProdcomSetup.md │ │ │ │ │ │ │ ├── InventProductTypeTable_BR.md │ │ │ │ │ │ │ ├── InventQualityOrderTableOrigin.md │ │ │ │ │ │ │ ├── InventSiteDefaultLocation.md │ │ │ │ │ │ │ ├── InventSiteGate_IN.md │ │ │ │ │ │ │ ├── InventSiteLogisticsLocation.md │ │ │ │ │ │ │ ├── InventSiteLogisticsLocationRole.md │ │ │ │ │ │ │ ├── InventTestEmplResponsible.md │ │ │ │ │ │ │ ├── InventTestTable.md │ │ │ │ │ │ │ ├── InventTestVariable.md │ │ │ │ │ │ │ ├── InventTestVariableOutcome.md │ │ │ │ │ │ │ ├── InventUpdateBlockedItem.md │ │ │ │ │ │ │ ├── InventValueReport.md │ │ │ │ │ │ │ ├── InventValueReportDimension.md │ │ │ │ │ │ │ ├── MCRPackingPlan.md │ │ │ │ │ │ │ ├── MCRPickingWBWarehouseInfo.md │ │ │ │ │ │ │ ├── MCRPickingWorkbenchProfile.md │ │ │ │ │ │ │ ├── PDSBatchAttribTransfer.md │ │ │ │ │ │ │ ├── PDSCalculationLine.md │ │ │ │ │ │ │ ├── PDSCalculationTable.md │ │ │ │ │ │ │ ├── PDSCompensationPrinciple.md │ │ │ │ │ │ │ ├── PdsBatchAttrib.md │ │ │ │ │ │ │ ├── PdsBatchAttribByAttribGroup.md │ │ │ │ │ │ │ ├── PdsBatchAttribByItem.md │ │ │ │ │ │ │ ├── PdsBatchAttribByItemCustomer.md │ │ │ │ │ │ │ ├── PdsBatchAttribEnumValues.md │ │ │ │ │ │ │ ├── PdsBatchAttribGroup.md │ │ │ │ │ │ │ ├── PdsBatchAttributes.md │ │ │ │ │ │ │ ├── PdsCatchWeightItem.md │ │ │ │ │ │ │ ├── WHSASNItem.md │ │ │ │ │ │ │ ├── WHSAccountItemStatusDefault.md │ │ │ │ │ │ │ ├── WHSCatchWeightTag.md │ │ │ │ │ │ │ ├── WHSCloseContainerProfile.md │ │ │ │ │ │ │ ├── WHSContainerizationBreak.md │ │ │ │ │ │ │ ├── WHSCrossDockTemplate.md │ │ │ │ │ │ │ ├── WHSCrossDockTemplateSupplySource.md │ │ │ │ │ │ │ ├── WHSCustTable.md │ │ │ │ │ │ │ ├── WHSCycleCountPlan.md │ │ │ │ │ │ │ ├── WHSDispositionTable.md │ │ │ │ │ │ │ ├── WHSEcoResProductTransportationCodes.md │ │ │ │ │ │ │ ├── WHSFilterGroupTable.md │ │ │ │ │ │ │ ├── WHSFilterParm.md │ │ │ │ │ │ │ ├── WHSFilterTable.md │ │ │ │ │ │ │ ├── WHSFulfillmentPolicy.md │ │ │ │ │ │ │ ├── WHSInventBatchReceiptDetails.md │ │ │ │ │ │ │ ├── WHSInventEnabled.md │ │ │ │ │ │ │ ├── WHSInventStatus.md │ │ │ │ │ │ │ ├── WHSInventTable.md │ │ │ │ │ │ │ ├── WHSItemSamplingTracking.md │ │ │ │ │ │ │ ├── WHSLPWFilterTable.md │ │ │ │ │ │ │ ├── WHSLTLClass.md │ │ │ │ │ │ │ ├── WHSLicensePlate.md │ │ │ │ │ │ │ ├── WHSLoadBuildTemplate.md │ │ │ │ │ │ │ ├── WHSLoadMixGroup.md │ │ │ │ │ │ │ ├── WHSLoadMixGroupConstraint.md │ │ │ │ │ │ │ ├── WHSLoadMixGroupCriteria.md │ │ │ │ │ │ │ ├── WHSLoadPlanningException.md │ │ │ │ │ │ │ ├── WHSLoadPostMethod.md │ │ │ │ │ │ │ ├── WHSLoadTemplate.md │ │ │ │ │ │ │ ├── WHSLocDirAction.md │ │ │ │ │ │ │ ├── WHSLocDirFailure.md │ │ │ │ │ │ │ ├── WHSLocDirLine.md │ │ │ │ │ │ │ ├── WHSLocDirLineUOM.md │ │ │ │ │ │ │ ├── WHSLocDirTable.md │ │ │ │ │ │ │ ├── WHSLocationLimit.md │ │ │ │ │ │ │ ├── WHSLocationLimitContainerType.md │ │ │ │ │ │ │ ├── WHSLocationLimitVariant.md │ │ │ │ │ │ │ ├── WHSLocationProfile.md │ │ │ │ │ │ │ ├── WHSNMFC.md │ │ │ │ │ │ │ ├── WHSNumberSequenceExt.md │ │ │ │ │ │ │ ├── WHSOutboundSortPosition.md │ │ │ │ │ │ │ ├── WHSOutboundSortTemplate.md │ │ │ │ │ │ │ ├── WHSPackProfile.md │ │ │ │ │ │ │ ├── WHSPostMethod.md │ │ │ │ │ │ │ ├── WHSProductVariantFixedLocation.md │ │ │ │ │ │ │ ├── WHSQualityCheckTemplate.md │ │ │ │ │ │ │ ├── WHSRFAutoConfirm.md │ │ │ │ │ │ │ ├── WHSRFDefaultData.md │ │ │ │ │ │ │ ├── WHSRFMenuItemCycleCount.md │ │ │ │ │ │ │ ├── WHSRFMenuItemLine.md │ │ │ │ │ │ │ ├── WHSRFMenuItemTable.md │ │ │ │ │ │ │ ├── WHSRFMenuLine.md │ │ │ │ │ │ │ ├── WHSRFMenuTable.md │ │ │ │ │ │ │ ├── WHSReceiptDetails.md │ │ │ │ │ │ │ ├── WHSReservationHierarchyItem.md │ │ │ │ │ │ │ ├── WHSShipConsolidationPolicy.md │ │ │ │ │ │ │ ├── WHSShipConsolidationPolicyField.md │ │ │ │ │ │ │ ├── WHSShipConsolidationProposedShipment.md │ │ │ │ │ │ │ ├── WHSShipConsolidationProposedShipmentContent.md │ │ │ │ │ │ │ ├── WHSShipConsolidationSession.md │ │ │ │ │ │ │ ├── WHSShipConsolidationTemplate.md │ │ │ │ │ │ │ ├── WHSSlotTemplate.md │ │ │ │ │ │ │ ├── WHSSlotTemplateLine.md │ │ │ │ │ │ │ ├── WHSSlotUOMTier.md │ │ │ │ │ │ │ ├── WHSSlotUOMTierLine.md │ │ │ │ │ │ │ ├── WHSSystemDirectedWorkSequenceQuery.md │ │ │ │ │ │ │ ├── WHSTmpWorkLine.md │ │ │ │ │ │ │ ├── WHSTmpWorkLineHistory.md │ │ │ │ │ │ │ ├── WHSWaveFilterTable.md │ │ │ │ │ │ │ ├── WHSWaveTableBatch.md │ │ │ │ │ │ │ ├── WHSWaveTemplateGroup.md │ │ │ │ │ │ │ ├── WHSWaveTemplateLine.md │ │ │ │ │ │ │ ├── WHSWaveTemplateTable.md │ │ │ │ │ │ │ ├── WHSWorkAuditCaptureData.md │ │ │ │ │ │ │ ├── WHSWorkAuditTemplateLine.md │ │ │ │ │ │ │ ├── WHSWorkAuditTemplateTable.md │ │ │ │ │ │ │ ├── WHSWorkCreationRule.md │ │ │ │ │ │ │ ├── WHSWorkException.md │ │ │ │ │ │ │ ├── WHSWorkExceptionLog.md │ │ │ │ │ │ │ ├── WHSWorkFrozen.md │ │ │ │ │ │ │ ├── WHSWorkPolicy.md │ │ │ │ │ │ │ ├── WHSWorkPolicyLocation.md │ │ │ │ │ │ │ ├── WHSWorkPolicyProduct.md │ │ │ │ │ │ │ ├── WHSWorkTemplateGroup.md │ │ │ │ │ │ │ ├── WHSWorkTemplateLine.md │ │ │ │ │ │ │ ├── WHSWorkTemplateLineGroup.md │ │ │ │ │ │ │ ├── WHSWorkTemplateTable.md │ │ │ │ │ │ │ ├── WHSWorkTypeCustom.md │ │ │ │ │ │ │ ├── WHSWorkUser.md │ │ │ │ │ │ │ ├── WHSWorkUserWarehouse.md │ │ │ │ │ │ │ ├── WMSArrivalOverviewProfile.md │ │ │ │ │ │ │ ├── WMSLocation.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── CostEntryTable.md │ │ │ │ │ │ │ ├── CostEventTable.md │ │ │ │ │ │ │ ├── CostItemsMissingCostDataSetTable.md │ │ │ │ │ │ │ ├── CostItemsMissingCostingDataDataSetTable.md │ │ │ │ │ │ │ ├── CostMonthlyInventoryCostObjectCache.md │ │ │ │ │ │ │ ├── CostObjectStatementCache.md │ │ │ │ │ │ │ ├── CostObjectWithLowestAccuracyDataSetTable.md │ │ │ │ │ │ │ ├── CostObjectWithLowestTurnDataSetTable.md │ │ │ │ │ │ │ ├── CostPeriodCompareChartDataSetTable.md │ │ │ │ │ │ │ ├── CostPeriodTopVariancesChartDataSetTable.md │ │ │ │ │ │ │ ├── CostStatementCache.md │ │ │ │ │ │ │ ├── CostStatementCacheOpenPeriod.md │ │ │ │ │ │ │ ├── GoodsInRouteTrans_RU.md │ │ │ │ │ │ │ ├── InventAgingStorage.md │ │ │ │ │ │ │ ├── InventAgingTmp.md │ │ │ │ │ │ │ ├── InventBatchJournalAttribute.md │ │ │ │ │ │ │ ├── InventBatchJournalResultAttributeValue.md │ │ │ │ │ │ │ ├── InventBatchJournalSource.md │ │ │ │ │ │ │ ├── InventBatchJournalSourceAttributeValue.md │ │ │ │ │ │ │ ├── InventByProductTable_RU.md │ │ │ │ │ │ │ ├── InventInventoryJournalEntryStagingToEntityMap.md │ │ │ │ │ │ │ ├── InventJournalTable_IN.md │ │ │ │ │ │ │ ├── InventJournalTransTaxExtensionIN.md │ │ │ │ │ │ │ ├── InventJournalTrans_IN.md │ │ │ │ │ │ │ ├── InventProfileTypeSetup_RU.md │ │ │ │ │ │ │ ├── InventTransferLineFiscalInfo_BR.md │ │ │ │ │ │ │ ├── InventTransferOrderCFOPMapping_BR.md │ │ │ │ │ │ │ ├── InventTransferRequestedLicensePlate.md │ │ │ │ │ │ │ ├── InventValueExecutionHistory.md │ │ │ │ │ │ │ ├── MCRHistSalesLine_BR.md │ │ │ │ │ │ │ ├── MCRHistSalesTable_BR.md │ │ │ │ │ │ │ ├── MarkupTable_IN.md │ │ │ │ │ │ │ ├── MarkupTrans_IN.md │ │ │ │ │ │ │ ├── NGPCodesTable_FR.md │ │ │ │ │ │ │ ├── PDSAgreementLinePricingCalculation.md │ │ │ │ │ │ │ ├── PDSCustInvoiceTransPricingCalculation.md │ │ │ │ │ │ │ ├── PDSSalesLinePricingCalculation.md │ │ │ │ │ │ │ ├── PDSSalesParmLinePricingCalculation.md │ │ │ │ │ │ │ ├── PdsBatchAttribSelectAttribTemplate.md │ │ │ │ │ │ │ ├── PdsBatchAttribSelectTemplate.md │ │ │ │ │ │ │ ├── TaxInventVATCommodityCode_IN.md │ │ │ │ │ │ │ ├── WHSActiveWorkSplit.md │ │ │ │ │ │ │ ├── WHSCrossDockDemandSourceSelectionCriteria.md │ │ │ │ │ │ │ ├── WHSCrossDockOpportunity.md │ │ │ │ │ │ │ ├── WHSCrossDockOpportunityPolicy.md │ │ │ │ │ │ │ ├── WHSLocationLicensePlatePositioning.md │ │ │ │ │ │ │ ├── WHSMobileAppField.md │ │ │ │ │ │ │ ├── WHSMobileAppFieldPriority.md │ │ │ │ │ │ │ ├── WHSMobileDeviceActivityLog.md │ │ │ │ │ │ │ ├── WHSOutboundWorkloadCapacity.md │ │ │ │ │ │ │ ├── WHSWaveCreatedLoad.md │ │ │ │ │ │ │ ├── WHSWaveErroredIndicator.md │ │ │ │ │ │ │ ├── WHSWaveLabelTemplateLine.md │ │ │ │ │ │ │ ├── WHSWavePostMethodTaskConfiguration.md │ │ │ │ │ │ │ ├── WHSWaveStepController.md │ │ │ │ │ │ │ ├── WHSWorkUserDisplaySettings.md │ │ │ │ │ │ │ ├── WHSWorker.md │ │ │ │ │ │ │ ├── WMSPickingList_OrderPickTmp.md │ │ │ │ │ │ │ ├── WMSReportSetup.md │ │ │ │ │ │ │ ├── WMSSpaceUtilDatePeriods.md │ │ │ │ │ │ │ ├── WMSSpaceUtilForecast.md │ │ │ │ │ │ │ ├── WMSSpaceUtilInconsistencies.md │ │ │ │ │ │ │ ├── WMSSpaceUtilPlanForecast.md │ │ │ │ │ │ │ ├── WMSSpaceUtilReportSetup.md │ │ │ │ │ │ │ ├── WMSSpaceUtilizationRun.md │ │ │ │ │ │ │ ├── WMSStorageLoadUnit.md │ │ │ │ │ │ │ ├── WMSStorageLoadUnitMember.md │ │ │ │ │ │ │ ├── WMSStorageLoadUnitReqTrans.md │ │ │ │ │ │ │ ├── WMSWorkLoadForecast.md │ │ │ │ │ │ │ ├── WMSWorkloadCapacityWarehouse.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── CostInventoryAccountingKPIGoals.md │ │ │ │ │ │ │ ├── CostParameters.md │ │ │ │ │ │ │ ├── InventDimSetupGrid.md │ │ │ │ │ │ │ ├── InventJournalNameReports.md │ │ │ │ │ │ │ ├── InventParameters.md │ │ │ │ │ │ │ ├── InventPostingParameters.md │ │ │ │ │ │ │ ├── InventProdComParameters.md │ │ │ │ │ │ │ ├── PdsParameters.md │ │ │ │ │ │ │ ├── WHSParameters.md │ │ │ │ │ │ │ ├── WHSRFColor.md │ │ │ │ │ │ │ ├── WHSWaveTaskProcessingThresholdParameters.md │ │ │ │ │ │ │ ├── WMSParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── WHSNumberSequenceExtReference.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── BOMCalcItemInventoryDimensionTask.md │ │ │ │ │ │ │ ├── BOMCalcTable.md │ │ │ │ │ │ │ ├── BOMCalcTrans.md │ │ │ │ │ │ │ ├── BomCalcItemTask.md │ │ │ │ │ │ │ ├── ComponentAdjustment_IN.md │ │ │ │ │ │ │ ├── ComponentTransactions_IN.md │ │ │ │ │ │ │ ├── CostStatementCacheTrackDeltaUpdate.md │ │ │ │ │ │ │ ├── GoodsInRouteJour_RU.md │ │ │ │ │ │ │ ├── InventBaileeCalcTable_RU.md │ │ │ │ │ │ │ ├── InventBaileeCalcTrans_RU.md │ │ │ │ │ │ │ ├── InventCostTrans.md │ │ │ │ │ │ │ ├── InventCostTransSum.md │ │ │ │ │ │ │ ├── InventCostTransVariance.md │ │ │ │ │ │ │ ├── InventCountJour.md │ │ │ │ │ │ │ ├── InventItemCostGroupRollupSim.md │ │ │ │ │ │ │ ├── InventJournalReportParms_RU.md │ │ │ │ │ │ │ ├── InventJournalReportTable_RU.md │ │ │ │ │ │ │ ├── InventJournalReportTypes_RU.md │ │ │ │ │ │ │ ├── InventLedgerConflictTmpConflict.md │ │ │ │ │ │ │ ├── InventLedgerConflictTmpPrintAsteriskNote.md │ │ │ │ │ │ │ ├── InventNonConformanceHistory.md │ │ │ │ │ │ │ ├── InventNonConformanceRelation.md │ │ │ │ │ │ │ ├── InventPackagingMaterialTrans.md │ │ │ │ │ │ │ ├── InventPackagingMaterialTransPurch.md │ │ │ │ │ │ │ ├── InventPendingQuantity.md │ │ │ │ │ │ │ ├── InventPendingRegistrationDetail.md │ │ │ │ │ │ │ ├── InventProdComLineDetail.md │ │ │ │ │ │ │ ├── InventProdComLineWithCode.md │ │ │ │ │ │ │ ├── InventReportDimHistory.md │ │ │ │ │ │ │ ├── InventStatusReportTmp_CN.md │ │ │ │ │ │ │ ├── InventStdCostConvItemConverted.md │ │ │ │ │ │ │ ├── InventSum.md │ │ │ │ │ │ │ ├── InventSumDateFinancialDim_RU.md │ │ │ │ │ │ │ ├── InventSumDateFinancialTrans_RU.md │ │ │ │ │ │ │ ├── InventSumDelta.md │ │ │ │ │ │ │ ├── InventSumDeltaDim.md │ │ │ │ │ │ │ ├── InventSumLogTTS.md │ │ │ │ │ │ │ ├── InventTestOperation.md │ │ │ │ │ │ │ ├── InventTrackingRegisterTrans.md │ │ │ │ │ │ │ ├── InventTrans.md │ │ │ │ │ │ │ ├── InventTransOrigin.md │ │ │ │ │ │ │ ├── InventTransOriginAssemblyComponent.md │ │ │ │ │ │ │ ├── InventTransOriginAssetComponent_JP.md │ │ │ │ │ │ │ ├── InventTransOriginBlockingIssue.md │ │ │ │ │ │ │ ├── InventTransOriginBlockingReceipt.md │ │ │ │ │ │ │ ├── InventTransOriginConsignmentReplenishmentOrderLine.md │ │ │ │ │ │ │ ├── InventTransOriginJournalTrans.md │ │ │ │ │ │ │ ├── InventTransOriginJournalTransReceipt.md │ │ │ │ │ │ │ ├── InventTransOriginKanbanEmptied.md │ │ │ │ │ │ │ ├── InventTransOriginKanbanJobPickList.md │ │ │ │ │ │ │ ├── InventTransOriginKanbanJobPickReversal.md │ │ │ │ │ │ │ ├── InventTransOriginKanbanJobProcess.md │ │ │ │ │ │ │ ├── InventTransOriginKanbanJobTrsIssue.md │ │ │ │ │ │ │ ├── InventTransOriginKanbanJobTrsReceipt.md │ │ │ │ │ │ │ ├── InventTransOriginKanbanJobWIP.md │ │ │ │ │ │ │ ├── InventTransOriginOwnershipChangeJournalTransPurchLineLink.md │ │ │ │ │ │ │ ├── InventTransOriginPmfProdCoBy.md │ │ │ │ │ │ │ ├── InventTransOriginProdBOM.md │ │ │ │ │ │ │ ├── InventTransOriginProdBomOwnershipChangeJournalTransLink.md │ │ │ │ │ │ │ ├── InventTransOriginProdJournalRelease_RU.md │ │ │ │ │ │ │ ├── InventTransOriginProdTable.md │ │ │ │ │ │ │ ├── InventTransOriginPurchLine.md │ │ │ │ │ │ │ ├── InventTransOriginPurchRFQCaseLine.md │ │ │ │ │ │ │ ├── InventTransOriginPurchRFQLine.md │ │ │ │ │ │ │ ├── InventTransOriginQualityOrder.md │ │ │ │ │ │ │ ├── InventTransOriginQuarantineOrder.md │ │ │ │ │ │ │ ├── InventTransOriginRetailSalesTransTable.md │ │ │ │ │ │ │ ├── InventTransOriginSalesLine.md │ │ │ │ │ │ │ ├── InventTransOriginSalesQuotationLine.md │ │ │ │ │ │ │ ├── InventTransOriginTransfer.md │ │ │ │ │ │ │ ├── InventTransOriginTransferReceive.md │ │ │ │ │ │ │ ├── InventTransOriginTransferScrap.md │ │ │ │ │ │ │ ├── InventTransOriginTransferShip.md │ │ │ │ │ │ │ ├── InventTransOriginTransferTransitFrom.md │ │ │ │ │ │ │ ├── InventTransOriginTransferTransitTo.md │ │ │ │ │ │ │ ├── InventTransOriginWMSOrder.md │ │ │ │ │ │ │ ├── InventTransPosting.md │ │ │ │ │ │ │ ├── InventTransferJour.md │ │ │ │ │ │ │ ├── InventTransferJourLine.md │ │ │ │ │ │ │ ├── InventTransferJourLine_BR.md │ │ │ │ │ │ │ ├── InventTransferJourLine_IN.md │ │ │ │ │ │ │ ├── InventTransferJour_IN.md │ │ │ │ │ │ │ ├── InventTransferParmUpdate.md │ │ │ │ │ │ │ ├── InventTurnoverReportLine_RU.md │ │ │ │ │ │ │ ├── InventValueReportTmpLedgerLine.md │ │ │ │ │ │ │ ├── InventValueReportTmpLine.md │ │ │ │ │ │ │ ├── MCRPackingContainerDef.md │ │ │ │ │ │ │ ├── MCRPackingItem.md │ │ │ │ │ │ │ ├── MCRPackingStatistic.md │ │ │ │ │ │ │ ├── MCRPickingWorkbenchSession.md │ │ │ │ │ │ │ ├── PDSAdvancedPriceInfo.md │ │ │ │ │ │ │ ├── PDSProdCompensationPrinciple.md │ │ │ │ │ │ │ ├── PdsBatchAttributesInput.md │ │ │ │ │ │ │ ├── PdsHistoryInventDisposition.md │ │ │ │ │ │ │ ├── PlInventPackageTrans.md │ │ │ │ │ │ │ ├── ProdWIPPostingInventClosingTable_RU.md │ │ │ │ │ │ │ ├── WHSCatchWeightTagLastRegistration.md │ │ │ │ │ │ │ ├── WHSCatchWeightTagRegistration.md │ │ │ │ │ │ │ ├── WHSContainerGroupManifest.md │ │ │ │ │ │ │ ├── WHSContainerLine.md │ │ │ │ │ │ │ ├── WHSContainerTable.md │ │ │ │ │ │ │ ├── WHSContainerTrans.md │ │ │ │ │ │ │ ├── WHSContainerizationHistory.md │ │ │ │ │ │ │ ├── WHSDimTracking.md │ │ │ │ │ │ │ ├── WHSHistory.md │ │ │ │ │ │ │ ├── WHSInventReserve.md │ │ │ │ │ │ │ ├── WHSInventReserveDelta.md │ │ │ │ │ │ │ ├── WHSInventTransOriginContainerFrom.md │ │ │ │ │ │ │ ├── WHSInventTransOriginContainerTo.md │ │ │ │ │ │ │ ├── WHSInventTransOriginOrderCommittedReservation.md │ │ │ │ │ │ │ ├── WHSInventTransOriginQuarantineFrom.md │ │ │ │ │ │ │ ├── WHSInventTransOriginQuarantineTo.md │ │ │ │ │ │ │ ├── WHSInventTransOriginWorkFrom.md │ │ │ │ │ │ │ ├── WHSInventTransOriginWorkTo.md │ │ │ │ │ │ │ ├── WHSKanbanJobPickingListPool.md │ │ │ │ │ │ │ ├── WHSLoadTableCustPackingSlipJour.md │ │ │ │ │ │ │ ├── WHSLoadTableVendPackingSlipJour.md │ │ │ │ │ │ │ ├── WHSLocationLoad.md │ │ │ │ │ │ │ ├── WHSOperationInternalErrorLog.md │ │ │ │ │ │ │ ├── WHSOutboundSortPositionTrans.md │ │ │ │ │ │ │ ├── WHSOutboundSortRFInstruction.md │ │ │ │ │ │ │ ├── WHSPostError.md │ │ │ │ │ │ │ ├── WHSProdBOMPool.md │ │ │ │ │ │ │ ├── WHSProductionScrapHistory.md │ │ │ │ │ │ │ ├── WHSQualityCheckResult.md │ │ │ │ │ │ │ ├── WHSQualityOrderInventory.md │ │ │ │ │ │ │ ├── WHSReplenWorkLink.md │ │ │ │ │ │ │ ├── WHSReservationRemoveHistory.md │ │ │ │ │ │ │ ├── WHSShipConsolidationError.md │ │ │ │ │ │ │ ├── WHSShipmentExceptionLog.md │ │ │ │ │ │ │ ├── WHSToteReuseTable.md │ │ │ │ │ │ │ ├── WHSTransportLoad.md │ │ │ │ │ │ │ ├── WHSTransportLoadCustPackingSlipJour.md │ │ │ │ │ │ │ ├── WHSTransportLoadLoadedWork.md │ │ │ │ │ │ │ ├── WHSWaveAllocationProcessingLog.md │ │ │ │ │ │ │ ├── WHSWaveCreatedQualityOrder.md │ │ │ │ │ │ │ ├── WHSWaveExecutionHistory.md │ │ │ │ │ │ │ ├── WHSWaveFailedShipment.md │ │ │ │ │ │ │ ├── WHSWaveLabelHistory.md │ │ │ │ │ │ │ ├── WHSWaveMethodStatus.md │ │ │ │ │ │ │ ├── WHSWavePendingAllocation.md │ │ │ │ │ │ │ ├── WHSWaveProcessingStatus.md │ │ │ │ │ │ │ ├── WHSWaveUpdatedLoadLine.md │ │ │ │ │ │ │ ├── WHSWorkCreateHistory.md │ │ │ │ │ │ │ ├── WHSWorkInventTrans.md │ │ │ │ │ │ │ ├── WHSWorkQuarantine.md │ │ │ │ │ │ │ ├── WHSWorkTrans.md │ │ │ │ │ │ │ ├── WHSWorkUserErrorLog.md │ │ │ │ │ │ │ ├── WHSWorkUserSession.md │ │ │ │ │ │ │ ├── WHSWorkUserSessionLog.md │ │ │ │ │ │ │ ├── WMSLocationLoad.md │ │ │ │ │ │ │ ├── WMSOrderTrans.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionHeader │ │ │ │ │ │ │ ├── InventClosing.md │ │ │ │ │ │ │ ├── InventItemPrice.md │ │ │ │ │ │ │ ├── MCRPickingWorkbenchWave.md │ │ │ │ │ │ │ ├── WHSBillOfLading.md │ │ │ │ │ │ │ ├── WMSBillOfLading.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionLine │ │ │ │ │ │ │ ├── InventClosingLog.md │ │ │ │ │ │ │ ├── InventCostBundleList.md │ │ │ │ │ │ │ ├── InventCostList.md │ │ │ │ │ │ │ ├── InventCostListAssembly.md │ │ │ │ │ │ │ ├── InventCostListParm.md │ │ │ │ │ │ │ ├── InventCostListTrans.md │ │ │ │ │ │ │ ├── InventItemCostGroupRollup.md │ │ │ │ │ │ │ ├── InventQualityOrderLineResults.md │ │ │ │ │ │ │ ├── InventSettlement.md │ │ │ │ │ │ │ ├── MCRPackingBoxTable.md │ │ │ │ │ │ │ ├── MCRPackingBoxTrans.md │ │ │ │ │ │ │ ├── MCRPickingWorkbenchWaveTrans.md │ │ │ │ │ │ │ ├── WHSBillOfLadingCarrier.md │ │ │ │ │ │ │ ├── WHSBillOfLadingOrder.md │ │ │ │ │ │ │ ├── WMSBillOfLadingCarrier.md │ │ │ │ │ │ │ ├── WMSBillOfLadingOrder.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Worksheet │ │ │ │ │ │ │ ├── BOMParmReportFinish_IN.md │ │ │ │ │ │ │ ├── InventBlocking.md │ │ │ │ │ │ │ ├── InventDimCleanUp.md │ │ │ │ │ │ │ ├── InventItemPriceSim.md │ │ │ │ │ │ │ ├── InventNonConformanceTable.md │ │ │ │ │ │ │ ├── InventTransferParmTable_IN.md │ │ │ │ │ │ │ ├── WHSOrderCommittedReservation.md │ │ │ │ │ │ │ ├── WHSOrderCommittedReservationTransferred.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── CommReportJour_RU.md │ │ │ │ │ │ │ ├── InventBatch.md │ │ │ │ │ │ │ ├── InventBatchJournal.md │ │ │ │ │ │ │ ├── InventFiscalLIFOJournalTable.md │ │ │ │ │ │ │ ├── InventItemPriceCompareStorage.md │ │ │ │ │ │ │ ├── InventJournalTable.md │ │ │ │ │ │ │ ├── InventPackagingJour_W.md │ │ │ │ │ │ │ ├── InventQualityOrderTable.md │ │ │ │ │ │ │ ├── InventSerial.md │ │ │ │ │ │ │ ├── InventSiteGateEntry_IN.md │ │ │ │ │ │ │ ├── InventStdCostConv.md │ │ │ │ │ │ │ ├── InventSumDateTable.md │ │ │ │ │ │ │ ├── InventTestCertOfAnalysisTable.md │ │ │ │ │ │ │ ├── InventTransferParmTable.md │ │ │ │ │ │ │ ├── InventTransferParmTableFiscalInfo_BR.md │ │ │ │ │ │ │ ├── InventTransferParmTableShipStat_BR.md │ │ │ │ │ │ │ ├── InventTransferTable.md │ │ │ │ │ │ │ ├── InventTransferTableFiscalInfo_BR.md │ │ │ │ │ │ │ ├── PlInventPackageReturn.md │ │ │ │ │ │ │ ├── PlInventPackageTable.md │ │ │ │ │ │ │ ├── WHSAllowedContainerTypeGroup.md │ │ │ │ │ │ │ ├── WHSJourLoadTable.md │ │ │ │ │ │ │ ├── WHSLoadTable.md │ │ │ │ │ │ │ ├── WHSMixedLicensePlateReceipt.md │ │ │ │ │ │ │ ├── WHSProdTable.md │ │ │ │ │ │ │ ├── WHSShipmentTable.md │ │ │ │ │ │ │ ├── WHSSlotDemand.md │ │ │ │ │ │ │ ├── WHSSlotDemandLocated.md │ │ │ │ │ │ │ ├── WHSWaveDemandReplenishmentWork.md │ │ │ │ │ │ │ ├── WHSWaveTable.md │ │ │ │ │ │ │ ├── WHSWorkClusterTable.md │ │ │ │ │ │ │ ├── WHSWorkTable.md │ │ │ │ │ │ │ ├── WMSJournalTable.md │ │ │ │ │ │ │ ├── WMSOrder.md │ │ │ │ │ │ │ ├── WMSPickingRoute.md │ │ │ │ │ │ │ ├── WMSShipment.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── CommReportTransItemDetail_RU.md │ │ │ │ │ │ │ ├── InventBatchJournalResult.md │ │ │ │ │ │ │ ├── InventBlockingQualityOrder.md │ │ │ │ │ │ │ ├── InventFiscalLIFOJournalTrans.md │ │ │ │ │ │ │ ├── InventFiscalLIFOJournalTransAdj.md │ │ │ │ │ │ │ ├── InventItemPriceCompareStorageDetails.md │ │ │ │ │ │ │ ├── InventJournalTrans.md │ │ │ │ │ │ │ ├── InventJournalTransExtensionTH.md │ │ │ │ │ │ │ ├── InventJournalTrans_Tag.md │ │ │ │ │ │ │ ├── InventPackagingTransDetails_W.md │ │ │ │ │ │ │ ├── InventPackagingTrans_W.md │ │ │ │ │ │ │ ├── InventParmQuarantineOrder.md │ │ │ │ │ │ │ ├── InventQualityOrderLine.md │ │ │ │ │ │ │ ├── InventQuarantineOrder.md │ │ │ │ │ │ │ ├── InventSiteGateEntryLine_IN.md │ │ │ │ │ │ │ ├── InventStdCostConvItem.md │ │ │ │ │ │ │ ├── InventSumDateTrans.md │ │ │ │ │ │ │ ├── InventTestCertOfAnalysisLine.md │ │ │ │ │ │ │ ├── InventTestCertOfAnalysisLineResults.md │ │ │ │ │ │ │ ├── InventTestCorrection.md │ │ │ │ │ │ │ ├── InventTestOperationItems.md │ │ │ │ │ │ │ ├── InventTestOperationMiscCharges.md │ │ │ │ │ │ │ ├── InventTestRelatedOperations.md │ │ │ │ │ │ │ ├── InventTransferCombinedLineDelivery.md │ │ │ │ │ │ │ ├── InventTransferLine.md │ │ │ │ │ │ │ ├── InventTransferLine_IN.md │ │ │ │ │ │ │ ├── InventTransferParmLine.md │ │ │ │ │ │ │ ├── InventTransferParmLine_BR.md │ │ │ │ │ │ │ ├── InventTransferParmLine_IN.md │ │ │ │ │ │ │ ├── JournalError.md │ │ │ │ │ │ │ ├── PdsVendBatchInfo.md │ │ │ │ │ │ │ ├── PlInventPackageParm.md │ │ │ │ │ │ │ ├── PlInventPackageReturnLine.md │ │ │ │ │ │ │ ├── WHSAllowedContainerType.md │ │ │ │ │ │ │ ├── WHSConsolidatedWorkLine.md │ │ │ │ │ │ │ ├── WHSContainerizationLine.md │ │ │ │ │ │ │ ├── WHSCrossDockLoadLine.md │ │ │ │ │ │ │ ├── WHSInventTransferLine.md │ │ │ │ │ │ │ ├── WHSJourLoadLine.md │ │ │ │ │ │ │ ├── WHSKanbanWaveLine.md │ │ │ │ │ │ │ ├── WHSLoadLine.md │ │ │ │ │ │ │ ├── WHSMixedLicensePlateReceiptLine.md │ │ │ │ │ │ │ ├── WHSProdWaveLine.md │ │ │ │ │ │ │ ├── WHSPurchLine.md │ │ │ │ │ │ │ ├── WHSSalesLine.md │ │ │ │ │ │ │ ├── WHSWaveLine.md │ │ │ │ │ │ │ ├── WHSWorkBlockingReasonAssociation.md │ │ │ │ │ │ │ ├── WHSWorkClusterLine.md │ │ │ │ │ │ │ ├── WHSWorkDeferredPutProcessingTask.md │ │ │ │ │ │ │ ├── WHSWorkDeferredPutProcessingTaskBatch.md │ │ │ │ │ │ │ ├── WHSWorkGrouping.md │ │ │ │ │ │ │ ├── WHSWorkLine.md │ │ │ │ │ │ │ ├── WHSWorkLineCustom.md │ │ │ │ │ │ │ ├── WHSWorkLineCycleCount.md │ │ │ │ │ │ │ ├── WHSWorkLineLoadLineDetails.md │ │ │ │ │ │ │ ├── WMSJournalTrans.md │ │ │ │ │ │ │ ├── WMSPickingRouteLink.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── MasterPlanning │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── ForecastItemAllocation.md │ │ │ │ │ │ │ ├── ForecastItemAllocationLine.md │ │ │ │ │ │ │ ├── ForecastModel.md │ │ │ │ │ │ │ ├── LeanWorkCellCapacity.md │ │ │ │ │ │ │ ├── PMFSequenceGroup.md │ │ │ │ │ │ │ ├── ReqGroup.md │ │ │ │ │ │ │ ├── ReqItemJournalName.md │ │ │ │ │ │ │ ├── ReqPlan.md │ │ │ │ │ │ │ ├── ReqPlanForecast.md │ │ │ │ │ │ │ ├── ReqPlanSched.md │ │ │ │ │ │ │ ├── ReqReduceKey.md │ │ │ │ │ │ │ ├── ReqReduceLine.md │ │ │ │ │ │ │ ├── ReqSafetyKey.md │ │ │ │ │ │ │ ├── ReqSafetyLine.md │ │ │ │ │ │ │ ├── WorkPeriodTemplate.md │ │ │ │ │ │ │ ├── WorkPeriodTemplateLine.md │ │ │ │ │ │ │ ├── WorkTimeLine.md │ │ │ │ │ │ │ ├── WorkTimeTable.md │ │ │ │ │ │ │ ├── WrkCtrProperty.md │ │ │ │ │ │ │ ├── WrkCtrPropertyLine.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── LeanScheduleGroup.md │ │ │ │ │ │ │ ├── LeanScheduleGroupEntryGroup.md │ │ │ │ │ │ │ ├── LeanScheduleGroupEntrySingle.md │ │ │ │ │ │ │ ├── LeanScheduleGroupItem.md │ │ │ │ │ │ │ ├── PMFSequenceGroupTrans.md │ │ │ │ │ │ │ ├── PMFSequenceItemTable.md │ │ │ │ │ │ │ ├── PMFSequenceTable.md │ │ │ │ │ │ │ ├── PMFSequenceTableValue.md │ │ │ │ │ │ │ ├── Plan.md │ │ │ │ │ │ │ ├── PlanActivity.md │ │ │ │ │ │ │ ├── PlanActivityLocation.md │ │ │ │ │ │ │ ├── PlanActivityRelationship.md │ │ │ │ │ │ │ ├── PlanActivityResourceRequirement.md │ │ │ │ │ │ │ ├── PlanActivityService.md │ │ │ │ │ │ │ ├── PlanActivityServiceOutputItem.md │ │ │ │ │ │ │ ├── PlanActivityTime.md │ │ │ │ │ │ │ ├── PlanActivityTimeComponent.md │ │ │ │ │ │ │ ├── PlanConstraint.md │ │ │ │ │ │ │ ├── PlanPlanActivity.md │ │ │ │ │ │ │ ├── PlanReference.md │ │ │ │ │ │ │ ├── PlanSequenceConstraintValue.md │ │ │ │ │ │ │ ├── ReqDemPlanDataSource.md │ │ │ │ │ │ │ ├── ReqIntercompanyMasterPlanMapping.md │ │ │ │ │ │ │ ├── ReqIntercompanyPlanningGroup.md │ │ │ │ │ │ │ ├── ReqIntercompanyPlanningGroupMember.md │ │ │ │ │ │ │ ├── ReqItemTable.md │ │ │ │ │ │ │ ├── ReqPlanVersion.md │ │ │ │ │ │ │ ├── WrkCtrActivity.md │ │ │ │ │ │ │ ├── WrkCtrActivityCapabilityRequirement.md │ │ │ │ │ │ │ ├── WrkCtrActivityCertificateRequirement.md │ │ │ │ │ │ │ ├── WrkCtrActivityCourseRequirement.md │ │ │ │ │ │ │ ├── WrkCtrActivityPersonTitleRequirement.md │ │ │ │ │ │ │ ├── WrkCtrActivityRequirement.md │ │ │ │ │ │ │ ├── WrkCtrActivityRequirementSet.md │ │ │ │ │ │ │ ├── WrkCtrActivityResourceGroupRequirement.md │ │ │ │ │ │ │ ├── WrkCtrActivityResourceRequirement.md │ │ │ │ │ │ │ ├── WrkCtrActivityResourceTypeRequirement.md │ │ │ │ │ │ │ ├── WrkCtrActivitySkillRequirement.md │ │ │ │ │ │ │ ├── WrkCtrCapability.md │ │ │ │ │ │ │ ├── WrkCtrCapabilityResource.md │ │ │ │ │ │ │ ├── WrkCtrPCRouteOperationActivity.md │ │ │ │ │ │ │ ├── WrkCtrProdRouteActivity.md │ │ │ │ │ │ │ ├── WrkCtrProjForecastEmplActivity.md │ │ │ │ │ │ │ ├── WrkCtrResourceCalendar.md │ │ │ │ │ │ │ ├── WrkCtrResourceGroup.md │ │ │ │ │ │ │ ├── WrkCtrResourceGroupPrinterSettings.md │ │ │ │ │ │ │ ├── WrkCtrResourceGroupResource.md │ │ │ │ │ │ │ ├── WrkCtrRouteOprActivity.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── ReqCalcCapacityConflictOrders.md │ │ │ │ │ │ │ ├── ReqCalcTasksBundle.md │ │ │ │ │ │ │ ├── ReqDemPlanAggregatedForecast.md │ │ │ │ │ │ │ ├── ReqDemPlanBlankDimensions.md │ │ │ │ │ │ │ ├── ReqDemPlanBucket.md │ │ │ │ │ │ │ ├── ReqDemPlanDefaultAlgorithmParameters.md │ │ │ │ │ │ │ ├── ReqDemPlanForecastAzureMlParameters.md │ │ │ │ │ │ │ ├── ReqDemPlanForecastIAKMap.md │ │ │ │ │ │ │ ├── ReqDemPlanModelVariables.md │ │ │ │ │ │ │ ├── ReqDemPlanPivotAttributes.md │ │ │ │ │ │ │ ├── ReqDemplanForecastIAKParameters.md │ │ │ │ │ │ │ ├── ReqEventProcessingUsedEvents.md │ │ │ │ │ │ │ ├── ReqIntercompanyPlanningGroupAllocKeys.md │ │ │ │ │ │ │ ├── ReqMRPSetupWizardParameters.md │ │ │ │ │ │ │ ├── ReqProcessItem.md │ │ │ │ │ │ │ ├── ReqProcessTransFilter.md │ │ │ │ │ │ │ ├── ReqProductForecastingUomConversionCache.md │ │ │ │ │ │ │ ├── ReqTraceLog.md │ │ │ │ │ │ │ ├── ReqTraceLogDetail.md │ │ │ │ │ │ │ ├── ReqTransReceiptCov.md │ │ │ │ │ │ │ ├── WrkCtrActivityResourceFilter.md │ │ │ │ │ │ │ ├── WrkCtrCapResConflictCheck.md │ │ │ │ │ │ │ ├── WrkCtrResourceNewDataSetTable.md │ │ │ │ │ │ │ ├── WrkCtrSchedulingLog.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── ReqDemPlanForecastAttribute.md │ │ │ │ │ │ │ ├── ReqDemPlanForecastParameters.md │ │ │ │ │ │ │ ├── ReqDemPlanOutlierQuery.md │ │ │ │ │ │ │ ├── ReqDeprecatedFunctionalitySharedParameters.md │ │ │ │ │ │ │ ├── ReqParameters.md │ │ │ │ │ │ │ ├── ReqSitePolicy.md │ │ │ │ │ │ │ ├── WrkCtrParameters.md │ │ │ │ │ │ │ ├── WrkCtrParametersDim.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── KanbanJobSchedule.md │ │ │ │ │ │ │ ├── KanbanJobScheduleCapacitySum.md │ │ │ │ │ │ │ ├── KanbanJobScheduleLock.md │ │ │ │ │ │ │ ├── PMFSeqWrkCtrCapRes.md │ │ │ │ │ │ │ ├── PmfSeqWrkCtrCapResProperty.md │ │ │ │ │ │ │ ├── ReqDemPlanCubeStagingTable.md │ │ │ │ │ │ │ ├── ReqDemPlanForecast.md │ │ │ │ │ │ │ ├── ReqDemPlanForecastChangeEntry.md │ │ │ │ │ │ │ ├── ReqDemPlanGeneratedForecast.md │ │ │ │ │ │ │ ├── ReqDemPlanImportedForecast.md │ │ │ │ │ │ │ ├── ReqDemPlanMiningModelStagingTable.md │ │ │ │ │ │ │ ├── ReqLog.md │ │ │ │ │ │ │ ├── ReqPegging.md │ │ │ │ │ │ │ ├── ReqPeggingAssignment.md │ │ │ │ │ │ │ ├── ReqPeggingEvent.md │ │ │ │ │ │ │ ├── ReqTrans.md │ │ │ │ │ │ │ ├── ReqTransFirmLog.md │ │ │ │ │ │ │ ├── WrkCtrCapRes.md │ │ │ │ │ │ │ ├── WrkCtrCapResProperty.md │ │ │ │ │ │ │ ├── WrkCtrSchedulerLock.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionHeader │ │ │ │ │ │ │ ├── ReqDemPlanTaskCollectionLog.md │ │ │ │ │ │ │ ├── ReqProcessList.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionLine │ │ │ │ │ │ │ ├── ReqDemPlanTaskLog.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Worksheet │ │ │ │ │ │ │ ├── ReqCalcTask.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── ReqItemJournalTable.md │ │ │ │ │ │ │ ├── ReqPO.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── ForecastInvent.md │ │ │ │ │ │ │ ├── ForecastPurch.md │ │ │ │ │ │ │ ├── ForecastSales.md │ │ │ │ │ │ │ ├── PMFSeqReqRouteChanges.md │ │ │ │ │ │ │ ├── ReqCalcTaskTrace.md │ │ │ │ │ │ │ ├── ReqItemJournalTrans.md │ │ │ │ │ │ │ ├── ReqProcessThreadList.md │ │ │ │ │ │ │ ├── ReqRoute.md │ │ │ │ │ │ │ ├── ReqRouteJob.md │ │ │ │ │ │ │ ├── ReqTransCov.md │ │ │ │ │ │ │ ├── ReqUnscheduledOrders.md │ │ │ │ │ │ │ ├── WrkCtrSchedulerRuntimeTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── ProcurementAndSourcing │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── AgreementClassification.md │ │ │ │ │ │ │ ├── AgreementClassificationTranslation.md │ │ │ │ │ │ │ ├── ExtCodeTable.md │ │ │ │ │ │ │ ├── ExtCodeValueTable.md │ │ │ │ │ │ │ ├── InterCompanyEndpointActionPolicy.md │ │ │ │ │ │ │ ├── InterCompanyEndpointActionPolicyTransfer.md │ │ │ │ │ │ │ ├── InterCompanyTradingPartner.md │ │ │ │ │ │ │ ├── InterCompanyTradingRelation.md │ │ │ │ │ │ │ ├── InterCompanyTradingValueMap.md │ │ │ │ │ │ │ ├── IntercompanyActionPolicy.md │ │ │ │ │ │ │ ├── IntercompanyAgreementActionPolicy.md │ │ │ │ │ │ │ ├── MCRRoyaltyItemCode.md │ │ │ │ │ │ │ ├── MarkupAutoLine.md │ │ │ │ │ │ │ ├── MarkupAutoTable.md │ │ │ │ │ │ │ ├── MarkupGroup.md │ │ │ │ │ │ │ ├── MarkupTable.md │ │ │ │ │ │ │ ├── ProcCategoryQuestionnaire.md │ │ │ │ │ │ │ ├── PurchJournalAutoSummary.md │ │ │ │ │ │ │ ├── PurchPool.md │ │ │ │ │ │ │ ├── PurchReqControlRFQCategoryCondition.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── CatCatalogPolicyRule.md │ │ │ │ │ │ │ ├── CatCatalogProductRelationType.md │ │ │ │ │ │ │ ├── CatCategoryProductReference.md │ │ │ │ │ │ │ ├── CatClassifiedProductReference.md │ │ │ │ │ │ │ ├── CatDisplayCategoryAttributeRange.md │ │ │ │ │ │ │ ├── CatDisplayCategoryFilterRange.md │ │ │ │ │ │ │ ├── CatDisplayCategoryFilterableAttribute.md │ │ │ │ │ │ │ ├── CatDisplayCategoryPriceRange.md │ │ │ │ │ │ │ ├── CatDisplayCategorySharedInfo.md │ │ │ │ │ │ │ ├── CatDisplayCategoryTable.md │ │ │ │ │ │ │ ├── CatDisplayCategoryTranslation.md │ │ │ │ │ │ │ ├── CatDisplayExternalCatalogCategory.md │ │ │ │ │ │ │ ├── CatDisplayProductCategory.md │ │ │ │ │ │ │ ├── CatDisplaySharedDataTranslation.md │ │ │ │ │ │ │ ├── CatDisplayVendorCategory.md │ │ │ │ │ │ │ ├── CatDistinctProductReference.md │ │ │ │ │ │ │ ├── CatExternalCatalog.md │ │ │ │ │ │ │ ├── CatExternalCatalogCategories.md │ │ │ │ │ │ │ ├── CatExternalCatalogProcurementCategories.md │ │ │ │ │ │ │ ├── CatExternalCatalogProperties.md │ │ │ │ │ │ │ ├── CatExternalCatalogQuote.md │ │ │ │ │ │ │ ├── CatExternalCatalogTranslation.md │ │ │ │ │ │ │ ├── CatExternalCatalogVendor.md │ │ │ │ │ │ │ ├── CatExternalQuoteProductReference.md │ │ │ │ │ │ │ ├── CatProcureCatalogPriceRange.md │ │ │ │ │ │ │ ├── CatProcureCatalogTable.md │ │ │ │ │ │ │ ├── CatProcureCatalogTranslation.md │ │ │ │ │ │ │ ├── CatProcurementCache.md │ │ │ │ │ │ │ ├── CatProductReference.md │ │ │ │ │ │ │ ├── CatUserReview.md │ │ │ │ │ │ │ ├── CatUserReviewComment.md │ │ │ │ │ │ │ ├── CatUserReviewComputedProductRating.md │ │ │ │ │ │ │ ├── CatUserReviewComputedVendorRating.md │ │ │ │ │ │ │ ├── CatUserReviewProduct.md │ │ │ │ │ │ │ ├── CatUserReviewVendor.md │ │ │ │ │ │ │ ├── CatVendExternalCatalog.md │ │ │ │ │ │ │ ├── CatVendProdCandidateAttributeValue.md │ │ │ │ │ │ │ ├── CatVendorApprovedProduct.md │ │ │ │ │ │ │ ├── CatVendorBooleanValue.md │ │ │ │ │ │ │ ├── CatVendorCatalog.md │ │ │ │ │ │ │ ├── CatVendorCatalogImportEventLog.md │ │ │ │ │ │ │ ├── CatVendorCatalogMaintenanceRequest.md │ │ │ │ │ │ │ ├── CatVendorCatalogProductPerCompany.md │ │ │ │ │ │ │ ├── CatVendorChannel.md │ │ │ │ │ │ │ ├── CatVendorCurrencyValue.md │ │ │ │ │ │ │ ├── CatVendorDateTimeValue.md │ │ │ │ │ │ │ ├── CatVendorFloatValue.md │ │ │ │ │ │ │ ├── CatVendorIntValue.md │ │ │ │ │ │ │ ├── CatVendorProductCandidate.md │ │ │ │ │ │ │ ├── CatVendorProductCandidateDefaultOrderSettings.md │ │ │ │ │ │ │ ├── CatVendorProductCandidateImage.md │ │ │ │ │ │ │ ├── CatVendorProductCandidatePrice.md │ │ │ │ │ │ │ ├── CatVendorProductTextTranslation.md │ │ │ │ │ │ │ ├── CatVendorReleaseCatalog.md │ │ │ │ │ │ │ ├── CatVendorSchemaDownloadLog.md │ │ │ │ │ │ │ ├── CatVendorTextValue.md │ │ │ │ │ │ │ ├── CatVendorTextValueTranslation.md │ │ │ │ │ │ │ ├── DirPartyEcoResCategory.md │ │ │ │ │ │ │ ├── MCRRoyaltyVendTable.md │ │ │ │ │ │ │ ├── PdsApprovedVendorList.md │ │ │ │ │ │ │ ├── ProcCategoryAccessPolicyParameter.md │ │ │ │ │ │ │ ├── ProcCategoryCharterPagePolicy.md │ │ │ │ │ │ │ ├── ProcCategoryCommodityCode.md │ │ │ │ │ │ │ ├── ProcCategoryItemTaxGroup.md │ │ │ │ │ │ │ ├── ProcCategoryModifier.md │ │ │ │ │ │ │ ├── ProcCategoryPage.md │ │ │ │ │ │ │ ├── ProcCategoryPageTranslation.md │ │ │ │ │ │ │ ├── ProcCategoryPolicyParameter.md │ │ │ │ │ │ │ ├── PurchRFQReplyStatus.md │ │ │ │ │ │ │ ├── PurchRFQScoringMethod.md │ │ │ │ │ │ │ ├── PurchRFQScoringMethodCriteria.md │ │ │ │ │ │ │ ├── PurchRFQScoringRFQCaseCriteria.md │ │ │ │ │ │ │ ├── PurchReApprovalPolicyRuleTable.md │ │ │ │ │ │ │ ├── PurchReqAuthorizationLegalEntity.md │ │ │ │ │ │ │ ├── PurchReqAuthorizationOperatingUnit.md │ │ │ │ │ │ │ ├── PurchReqAuthorizationOrigination.md │ │ │ │ │ │ │ ├── PurchReqConsolidationHoldByCategoryRule.md │ │ │ │ │ │ │ ├── PurchReqConsolidationHoldByVendorRule.md │ │ │ │ │ │ │ ├── PurchReqConsolidationRule.md │ │ │ │ │ │ │ ├── PurchReqSourcingHoldByCategoryRule.md │ │ │ │ │ │ │ ├── PurchReqSourcingHoldByVendorRule.md │ │ │ │ │ │ │ ├── PurchReqSourcingHoldRule.md │ │ │ │ │ │ │ ├── PurchReqSourcingPriceToleranceRule.md │ │ │ │ │ │ │ ├── PurchReqSourcingSplitRule.md │ │ │ │ │ │ │ ├── RequisitionRepCatAccessPolicyRuleData.md │ │ │ │ │ │ │ ├── VendReviewCategoryCriterionGroup.md │ │ │ │ │ │ │ ├── VendReviewCategoryCriterionLookup.md │ │ │ │ │ │ │ ├── VendReviewCriterion.md │ │ │ │ │ │ │ ├── VendReviewCriterionGroup.md │ │ │ │ │ │ │ ├── VendReviewCriterionGroupRating.md │ │ │ │ │ │ │ ├── VendReviewCriterionGroupTranslation.md │ │ │ │ │ │ │ ├── VendReviewCriterionRating.md │ │ │ │ │ │ │ ├── VendReviewCriterionTranslation.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── AifPortValueMap.md │ │ │ │ │ │ │ ├── PSNPurchRFQBiddingGuidanceItem.md │ │ │ │ │ │ │ ├── PSNPurchRFQCaseBiddingGuidanceItem.md │ │ │ │ │ │ │ ├── PSNPurchRFQSolicitationBiddingItem.md │ │ │ │ │ │ │ ├── ProcCategoryTmpAccessPolicy.md │ │ │ │ │ │ │ ├── PurchAgreementCertification.md │ │ │ │ │ │ │ ├── PurchAgreementFinDimensionAccess_PSN.md │ │ │ │ │ │ │ ├── PurchAgreementSubcontractor.md │ │ │ │ │ │ │ ├── PurchPolicyRuleCatThresholdDetail_PSN.md │ │ │ │ │ │ │ ├── PurchPolicyRuleCatThreshold_PSN.md │ │ │ │ │ │ │ ├── PurchPurchaseOrderHeader.md │ │ │ │ │ │ │ ├── PurchPurchaseOrderTmp.md │ │ │ │ │ │ │ ├── PurchRFQCaseTableKMCollection.md │ │ │ │ │ │ │ ├── PurchRFQCloseVisibilityType_PSN.md │ │ │ │ │ │ │ ├── PurchRFQPublishLine_PSN.md │ │ │ │ │ │ │ ├── PurchRFQReplyScoringStatus.md │ │ │ │ │ │ │ ├── PurchRFQSolicitationType.md │ │ │ │ │ │ │ ├── PurchRFQTableKMCollection.md │ │ │ │ │ │ │ ├── PurchRFQTableQuestionnaireResponse.md │ │ │ │ │ │ │ ├── PurchReApprovalPolicyRuleFields.md │ │ │ │ │ │ │ ├── PurchReceiptsListDetailsTmp.md │ │ │ │ │ │ │ ├── PurchReceiptsListHeaderTmp.md │ │ │ │ │ │ │ ├── PurchReqTableHistoryTotals.md │ │ │ │ │ │ │ ├── PurchReqTableMyRequisitionsDataSetTable.md │ │ │ │ │ │ │ ├── PurchaseOrderResponseActionRemarks.md │ │ │ │ │ │ │ ├── VendRFQAmendmentJour.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── CatCXMLParameters.md │ │ │ │ │ │ │ ├── CatParameters.md │ │ │ │ │ │ │ ├── CatUserReviewSettings.md │ │ │ │ │ │ │ ├── PurchParameters.md │ │ │ │ │ │ │ ├── PurchParmTable_PaymentDisbursement.md │ │ │ │ │ │ │ ├── PurchRFQParameters.md │ │ │ │ │ │ │ ├── PurchRFQTableMap2LineParameters.md │ │ │ │ │ │ │ ├── PurchReqControlRFQRule.md │ │ │ │ │ │ │ ├── PurchReqControlRule.md │ │ │ │ │ │ │ ├── PurchReqControlSubmissionParameter.md │ │ │ │ │ │ │ ├── PurchReqControlSubmsnParameterExpression.md │ │ │ │ │ │ │ ├── PurchReqSourcingPolicyRule.md │ │ │ │ │ │ │ ├── PurchSummaryParameters.md │ │ │ │ │ │ │ ├── PurchTable2LineParameters.md │ │ │ │ │ │ │ ├── RequisitionPurposeRule.md │ │ │ │ │ │ │ ├── RequisitionReplenishCatAccessPolicyRule.md │ │ │ │ │ │ │ ├── RequisitionReplenishContrSubmsnParamExpr.md │ │ │ │ │ │ │ ├── RequisitionReplenishControlRule.md │ │ │ │ │ │ │ ├── RequisitionReplenishControlSubmsnParam.md │ │ │ │ │ │ │ ├── VendRequestManagementParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── AifEndpointActionValueMap.md │ │ │ │ │ │ │ ├── CatCXMLExtrinsic.md │ │ │ │ │ │ │ ├── CatExternalMessageFormat.md │ │ │ │ │ │ │ ├── MCRRoyaltyTablePricing.md │ │ │ │ │ │ │ ├── PurchRFQWorkerSetup.md │ │ │ │ │ │ │ ├── PurchReqBusinessJustificationCodes.md │ │ │ │ │ │ │ ├── PurchReqLineExternalCatalogQuote.md │ │ │ │ │ │ │ ├── PurchReqRequisitionerFilter.md │ │ │ │ │ │ │ ├── VendProcurementCategoryStatus.md │ │ │ │ │ │ │ ├── VendRequestProfileCountry.md │ │ │ │ │ │ │ ├── WorkflowParticipantExpenToken.md │ │ │ │ │ │ │ ├── WorkflowParticipantExpenTokenLine.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── ConsignmentProductReceiptJournalHeader.md │ │ │ │ │ │ │ ├── ConsignmentProductReceiptJournalLine.md │ │ │ │ │ │ │ ├── MCRRoyaltyVendTrans.md │ │ │ │ │ │ │ ├── MarkupMatchingTrans.md │ │ │ │ │ │ │ ├── MarkupTrans.md │ │ │ │ │ │ │ ├── MarkupTransHistory.md │ │ │ │ │ │ │ ├── PurchCORRejectsTable.md │ │ │ │ │ │ │ ├── PurchConfirmationRequestJour.md │ │ │ │ │ │ │ ├── PurchDeliveryScheduleHistory.md │ │ │ │ │ │ │ ├── PurchLineForeignTradeCategoryHistory.md │ │ │ │ │ │ │ ├── PurchLineHistory.md │ │ │ │ │ │ │ ├── PurchParmUpdate.md │ │ │ │ │ │ │ ├── PurchRFQParmUpdate.md │ │ │ │ │ │ │ ├── PurchRFQReplyEncryptionAuditLog.md │ │ │ │ │ │ │ ├── PurchRFQVendLink.md │ │ │ │ │ │ │ ├── PurchReqBusJustificationHistory.md │ │ │ │ │ │ │ ├── PurchReqLineProcessingError.md │ │ │ │ │ │ │ ├── PurchReqQuestionnaireAnswerLineHistory.md │ │ │ │ │ │ │ ├── PurchReqTableVersion.md │ │ │ │ │ │ │ ├── PurchTableHistory.md │ │ │ │ │ │ │ ├── PurchTableVersion.md │ │ │ │ │ │ │ ├── PurchaseOrderResponse.md │ │ │ │ │ │ │ ├── PurchaseOrderResponseVersion.md │ │ │ │ │ │ │ ├── RequisitionLineFirmedOrderLine.md │ │ │ │ │ │ │ ├── VendPackingSlipJour.md │ │ │ │ │ │ │ ├── VendPackingSlipPurchLink.md │ │ │ │ │ │ │ ├── VendPackingSlipTrans.md │ │ │ │ │ │ │ ├── VendPackingSlipTransHistory.md │ │ │ │ │ │ │ ├── VendPackingSlipVersion.md │ │ │ │ │ │ │ ├── VendPurchOrderJour.md │ │ │ │ │ │ │ ├── VendQuestionnaire.md │ │ │ │ │ │ │ ├── VendRFQJour.md │ │ │ │ │ │ │ ├── VendReceiptsListJour.md │ │ │ │ │ │ │ ├── VendReceiptsListPurchLink.md │ │ │ │ │ │ │ ├── VendReceiptsListTrans.md │ │ │ │ │ │ │ ├── VendRequestAddVendor.md │ │ │ │ │ │ │ ├── VendRequestProfile.md │ │ │ │ │ │ │ ├── VendRequestProfileCompany.md │ │ │ │ │ │ │ ├── VendRequestProfileQuestionnaire.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionHeader │ │ │ │ │ │ │ ├── AgreementHeaderDefaultHistory.md │ │ │ │ │ │ │ ├── AgreementHeaderHistory.md │ │ │ │ │ │ │ ├── PurchAgreementHeaderDefaultHistory.md │ │ │ │ │ │ │ ├── PurchAgreementHeaderHistory.md │ │ │ │ │ │ │ ├── PurchReqQuestionnaireAnswerTableHistory.md │ │ │ │ │ │ │ ├── PurchReqTableHistory.md │ │ │ │ │ │ │ ├── PurchaseOrderResponseHeaderHistory.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionLine │ │ │ │ │ │ │ ├── AgreementLineDefaultHistory.md │ │ │ │ │ │ │ ├── AgreementLineHistory.md │ │ │ │ │ │ │ ├── AgreementLineQuantityCommitmentHistory.md │ │ │ │ │ │ │ ├── AgreementLineVolumeCommitmentHistory.md │ │ │ │ │ │ │ ├── PurchReqLineKMCollection.md │ │ │ │ │ │ │ ├── PurchaseOrderResponseLineHistory.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Worksheet │ │ │ │ │ │ │ ├── AgreementLineReleasedLine.md │ │ │ │ │ │ │ ├── AgreementLineReleasedLineHistory.md │ │ │ │ │ │ │ ├── AgreementReleaseHeaderMatch.md │ │ │ │ │ │ │ ├── CatCXMLCartLog.md │ │ │ │ │ │ │ ├── CatCXMLPunchoutRequest.md │ │ │ │ │ │ │ ├── CatPunchoutRequest.md │ │ │ │ │ │ │ ├── InterCompanyPurchSalesReference.md │ │ │ │ │ │ │ ├── MCRRoyaltyContract.md │ │ │ │ │ │ │ ├── PurchDeliverySchedule.md │ │ │ │ │ │ │ ├── PurchRFQSealedBidKeyVaultCertificateTableRelation.md │ │ │ │ │ │ │ ├── PurchRFQVendPendingGroupQuestionAnswer.md │ │ │ │ │ │ │ ├── PurchRFQVendPendingQuestionAnswer.md │ │ │ │ │ │ │ ├── PurchRFQVendPostedGroupQuestionAnswer.md │ │ │ │ │ │ │ ├── PurchRFQVendPostedQuestionAnswer.md │ │ │ │ │ │ │ ├── VendProspectiveVendorProcurementCategory.md │ │ │ │ │ │ │ ├── VendProspectiveVendorRegistrationRequest.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── AgreementHeader.md │ │ │ │ │ │ │ ├── AgreementHeaderDefault.md │ │ │ │ │ │ │ ├── AgreementHeaderTmp.md │ │ │ │ │ │ │ ├── ConsignmentDraftReplenishmentOrderJournalHeader.md │ │ │ │ │ │ │ ├── ConsignmentReplenishmentOrderHeader.md │ │ │ │ │ │ │ ├── MCRRoyaltyTable.md │ │ │ │ │ │ │ ├── PurchAgreementHeader.md │ │ │ │ │ │ │ ├── PurchAgreementHeaderDefault.md │ │ │ │ │ │ │ ├── PurchEncumbranceSummary.md │ │ │ │ │ │ │ ├── PurchPackingSlipHeaderTmp.md │ │ │ │ │ │ │ ├── PurchParmSubTable.md │ │ │ │ │ │ │ ├── PurchParmTable.md │ │ │ │ │ │ │ ├── PurchRFQCaseTable.md │ │ │ │ │ │ │ ├── PurchRFQParmTable.md │ │ │ │ │ │ │ ├── PurchRFQPublishTable_PSN.md │ │ │ │ │ │ │ ├── PurchRFQReplyTable.md │ │ │ │ │ │ │ ├── PurchRFQSealedReplyTableAttachmentLink.md │ │ │ │ │ │ │ ├── PurchRFQTable.md │ │ │ │ │ │ │ ├── PurchReqBusJustification.md │ │ │ │ │ │ │ ├── PurchReqConsolidation.md │ │ │ │ │ │ │ ├── PurchReqTable.md │ │ │ │ │ │ │ ├── PurchTable.md │ │ │ │ │ │ │ ├── PurchaseOrderResponseHeader.md │ │ │ │ │ │ │ ├── VendProspectiveVendorRegistration.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── AgreementLine.md │ │ │ │ │ │ │ ├── AgreementLineDefault.md │ │ │ │ │ │ │ ├── AgreementLineQuantityCommitment.md │ │ │ │ │ │ │ ├── AgreementLineTmp.md │ │ │ │ │ │ │ ├── AgreementLineVolumeCommitment.md │ │ │ │ │ │ │ ├── CatCXMLCartLines.md │ │ │ │ │ │ │ ├── CatCXMLPurchRequest.md │ │ │ │ │ │ │ ├── CatCXMLPurchRequestHistory.md │ │ │ │ │ │ │ ├── CatCartLine.md │ │ │ │ │ │ │ ├── CatCartLineState.md │ │ │ │ │ │ │ ├── ConsignmentDraftReplenishmentOrderJournalLine.md │ │ │ │ │ │ │ ├── ConsignmentReplenishmentOrderLine.md │ │ │ │ │ │ │ ├── InterCompanyInventDim.md │ │ │ │ │ │ │ ├── InterCompanyInventSum.md │ │ │ │ │ │ │ ├── MCRRoyaltyItemTable.md │ │ │ │ │ │ │ ├── MCRSalesLineDropShipment.md │ │ │ │ │ │ │ ├── PurchLine.md │ │ │ │ │ │ │ ├── PurchLineForeignTradeCategory.md │ │ │ │ │ │ │ ├── PurchPackingSlipTmp.md │ │ │ │ │ │ │ ├── PurchParmLine.md │ │ │ │ │ │ │ ├── PurchParmSubLine.md │ │ │ │ │ │ │ ├── PurchRFQAmendment.md │ │ │ │ │ │ │ ├── PurchRFQCaseLine.md │ │ │ │ │ │ │ ├── PurchRFQLine.md │ │ │ │ │ │ │ ├── PurchRFQParmLine.md │ │ │ │ │ │ │ ├── PurchRFQParmSubTable.md │ │ │ │ │ │ │ ├── PurchRFQPublishAmendment.md │ │ │ │ │ │ │ ├── PurchRFQReplyLine.md │ │ │ │ │ │ │ ├── PurchRFQReplyLinePurchAgreementLine.md │ │ │ │ │ │ │ ├── PurchRFQReplyLinePurchLine.md │ │ │ │ │ │ │ ├── PurchRFQScoring.md │ │ │ │ │ │ │ ├── PurchRFQSealedReplyLineAttachmentLink.md │ │ │ │ │ │ │ ├── PurchRFQSendAmendment.md │ │ │ │ │ │ │ ├── PurchReqConsolidationLine.md │ │ │ │ │ │ │ ├── PurchReqExternalSource.md │ │ │ │ │ │ │ ├── PurchReqLine.md │ │ │ │ │ │ │ ├── PurchReqLineHistory.md │ │ │ │ │ │ │ ├── PurchReqLineQuestionnaireResponse.md │ │ │ │ │ │ │ ├── PurchReqLineQuestionnaireResponseHistory.md │ │ │ │ │ │ │ ├── PurchReqLineVendorProposal.md │ │ │ │ │ │ │ ├── PurchReqLineVendorProposalHistory.md │ │ │ │ │ │ │ ├── PurchReqLineVendorSuggestion.md │ │ │ │ │ │ │ ├── PurchReqLineVendorSuggestionHistory.md │ │ │ │ │ │ │ ├── PurchTableLinks.md │ │ │ │ │ │ │ ├── PurchaseOrderResponseLine.md │ │ │ │ │ │ │ ├── VendProspectiveVendorQuestionnaire.md │ │ │ │ │ │ │ ├── VendRFQTrans.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── ProductInformationManagement │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── COODualUseCategory.md │ │ │ │ │ │ │ ├── ConfigGroup.md │ │ │ │ │ │ │ ├── EcoResDimBasedConfigurationNomenclature.md │ │ │ │ │ │ │ ├── EcoResNomenclatureSegmentColorDimensionValue.md │ │ │ │ │ │ │ ├── EcoResNomenclatureSegmentColorDimensionValueName.md │ │ │ │ │ │ │ ├── EcoResNomenclatureSegmentConfigDimensionValue.md │ │ │ │ │ │ │ ├── EcoResNomenclatureSegmentConfigDimensionValueName.md │ │ │ │ │ │ │ ├── EcoResNomenclatureSegmentConfigGroupItemId.md │ │ │ │ │ │ │ ├── EcoResNomenclatureSegmentConfigGroupItemName.md │ │ │ │ │ │ │ ├── EcoResNomenclatureSegmentNumberSequence.md │ │ │ │ │ │ │ ├── EcoResProductDimensionAttribute.md │ │ │ │ │ │ │ ├── EcoResProductDimensionGroup.md │ │ │ │ │ │ │ ├── EcoResProductDimensionGroupFldSetup.md │ │ │ │ │ │ │ ├── EcoResProductDimensionGroupProductVariantNomenclature.md │ │ │ │ │ │ │ ├── EcoResProductDiscreteManufacturingWorkspaceConfiguration.md │ │ │ │ │ │ │ ├── EcoResProductLifecycleState.md │ │ │ │ │ │ │ ├── EcoResProductMaintainWorkspaceConfiguration.md │ │ │ │ │ │ │ ├── EcoResProductMasterProductVariantNomenclature.md │ │ │ │ │ │ │ ├── EcoResProductProcessManufacturingWorkspaceConfiguration.md │ │ │ │ │ │ │ ├── EcoResProductVariantMaintainWorkspaceConfiguration.md │ │ │ │ │ │ │ ├── EcoResProductWorkspaceConfiguration.md │ │ │ │ │ │ │ ├── EcoResStorageDimensionGroup.md │ │ │ │ │ │ │ ├── EcoResStorageDimensionGroupFldSetup.md │ │ │ │ │ │ │ ├── EcoResTrackingDimensionGroup.md │ │ │ │ │ │ │ ├── EcoResTrackingDimensionGroupFldSetup.md │ │ │ │ │ │ │ ├── PCClass.md │ │ │ │ │ │ │ ├── PCComponentConfigurationNomenclature.md │ │ │ │ │ │ │ ├── PCConfigurationNomenclature.md │ │ │ │ │ │ │ ├── PCConfigurationReuse.md │ │ │ │ │ │ │ ├── PdsMRCItemCAS.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── BOM.md │ │ │ │ │ │ │ ├── BOMConfigRoute.md │ │ │ │ │ │ │ ├── BOMConfigRule.md │ │ │ │ │ │ │ ├── BOMTable.md │ │ │ │ │ │ │ ├── BOMVersion.md │ │ │ │ │ │ │ ├── COODualUseCertificate.md │ │ │ │ │ │ │ ├── COORule.md │ │ │ │ │ │ │ ├── COOVendorCertificate.md │ │ │ │ │ │ │ ├── ConfigChoice.md │ │ │ │ │ │ │ ├── EcoResApplicationControl.md │ │ │ │ │ │ │ ├── EcoResAttribute.md │ │ │ │ │ │ │ ├── EcoResAttributeDefaultValue.md │ │ │ │ │ │ │ ├── EcoResAttributeGroup.md │ │ │ │ │ │ │ ├── EcoResAttributeGroupAttribute.md │ │ │ │ │ │ │ ├── EcoResAttributeGroupTranslation.md │ │ │ │ │ │ │ ├── EcoResAttributeTranslation.md │ │ │ │ │ │ │ ├── EcoResAttributeType.md │ │ │ │ │ │ │ ├── EcoResAttributeTypeUnitOfMeasure.md │ │ │ │ │ │ │ ├── EcoResAttributeValue.md │ │ │ │ │ │ │ ├── EcoResBOMDimBasedConfigurationNomenclature.md │ │ │ │ │ │ │ ├── EcoResBooleanValue.md │ │ │ │ │ │ │ ├── EcoResBoundedAttributeTypeValue.md │ │ │ │ │ │ │ ├── EcoResCatalogControl.md │ │ │ │ │ │ │ ├── EcoResCategory.md │ │ │ │ │ │ │ ├── EcoResCategoryAttribute.md │ │ │ │ │ │ │ ├── EcoResCategoryAttributeGroup.md │ │ │ │ │ │ │ ├── EcoResCategoryAttributeLookup.md │ │ │ │ │ │ │ ├── EcoResCategoryData.md │ │ │ │ │ │ │ ├── EcoResCategoryHierarchy.md │ │ │ │ │ │ │ ├── EcoResCategoryHierarchyRole.md │ │ │ │ │ │ │ ├── EcoResCategoryHierarchyTranslation.md │ │ │ │ │ │ │ ├── EcoResCategoryInstanceValue.md │ │ │ │ │ │ │ ├── EcoResCategoryIntrastat.md │ │ │ │ │ │ │ ├── EcoResCategoryTranslation.md │ │ │ │ │ │ │ ├── EcoResColor.md │ │ │ │ │ │ │ ├── EcoResComponentControl.md │ │ │ │ │ │ │ ├── EcoResConfiguration.md │ │ │ │ │ │ │ ├── EcoResCurrencyValue.md │ │ │ │ │ │ │ ├── EcoResDateTimeValue.md │ │ │ │ │ │ │ ├── EcoResDistinctProduct.md │ │ │ │ │ │ │ ├── EcoResDistinctProductVariant.md │ │ │ │ │ │ │ ├── EcoResEnumerationAttributeTypeValue.md │ │ │ │ │ │ │ ├── EcoResFloatValue.md │ │ │ │ │ │ │ ├── EcoResInstanceValue.md │ │ │ │ │ │ │ ├── EcoResIntValue.md │ │ │ │ │ │ │ ├── EcoResNomenclatureSegment.md │ │ │ │ │ │ │ ├── EcoResNomenclatureSegmentProductMasterName.md │ │ │ │ │ │ │ ├── EcoResNomenclatureSegmentProductMasterNumber.md │ │ │ │ │ │ │ ├── EcoResNomenclatureSegmentSizeDimensionValue.md │ │ │ │ │ │ │ ├── EcoResNomenclatureSegmentSizeDimensionValueName.md │ │ │ │ │ │ │ ├── EcoResNomenclatureSegmentStyleDimensionValue.md │ │ │ │ │ │ │ ├── EcoResNomenclatureSegmentStyleDimensionValueName.md │ │ │ │ │ │ │ ├── EcoResNomenclatureSegmentTextConstant.md │ │ │ │ │ │ │ ├── EcoResPhysicalProductDimensions.md │ │ │ │ │ │ │ ├── EcoResProduct.md │ │ │ │ │ │ │ ├── EcoResProductCategory.md │ │ │ │ │ │ │ ├── EcoResProductDimensionGroupProduct.md │ │ │ │ │ │ │ ├── EcoResProductEntityAttributeTableField.md │ │ │ │ │ │ │ ├── EcoResProductEntityAttributeTableFieldAssociation.md │ │ │ │ │ │ │ ├── EcoResProductEntityIdentifier.md │ │ │ │ │ │ │ ├── EcoResProductEntityIdentifierCode.md │ │ │ │ │ │ │ ├── EcoResProductEntityIdentifierScope.md │ │ │ │ │ │ │ ├── EcoResProductIdentifier.md │ │ │ │ │ │ │ ├── EcoResProductImage.md │ │ │ │ │ │ │ ├── EcoResProductInstanceValue.md │ │ │ │ │ │ │ ├── EcoResProductMaster.md │ │ │ │ │ │ │ ├── EcoResProductMasterColor.md │ │ │ │ │ │ │ ├── EcoResProductMasterConfiguration.md │ │ │ │ │ │ │ ├── EcoResProductMasterDimValueTranslation.md │ │ │ │ │ │ │ ├── EcoResProductMasterDimensionValue.md │ │ │ │ │ │ │ ├── EcoResProductMasterModelingPolicy.md │ │ │ │ │ │ │ ├── EcoResProductMasterSize.md │ │ │ │ │ │ │ ├── EcoResProductMasterStyle.md │ │ │ │ │ │ │ ├── EcoResProductRelationTable.md │ │ │ │ │ │ │ ├── EcoResProductRelationType.md │ │ │ │ │ │ │ ├── EcoResProductRelationTypeTranslation.md │ │ │ │ │ │ │ ├── EcoResProductServiceWarranty.md │ │ │ │ │ │ │ ├── EcoResProductTranslation.md │ │ │ │ │ │ │ ├── EcoResProductVariantColor.md │ │ │ │ │ │ │ ├── EcoResProductVariantConfiguration.md │ │ │ │ │ │ │ ├── EcoResProductVariantDimensionValue.md │ │ │ │ │ │ │ ├── EcoResProductVariantNomenclature.md │ │ │ │ │ │ │ ├── EcoResProductVariantSize.md │ │ │ │ │ │ │ ├── EcoResProductVariantStyle.md │ │ │ │ │ │ │ ├── EcoResSize.md │ │ │ │ │ │ │ ├── EcoResStorageDimensionGroupItem.md │ │ │ │ │ │ │ ├── EcoResStorageDimensionGroupProduct.md │ │ │ │ │ │ │ ├── EcoResStyle.md │ │ │ │ │ │ │ ├── EcoResTextValue.md │ │ │ │ │ │ │ ├── EcoResTextValueTranslation.md │ │ │ │ │ │ │ ├── EcoResTrackingDimensionGroupItem.md │ │ │ │ │ │ │ ├── EcoResTrackingDimensionGroupProduct.md │ │ │ │ │ │ │ ├── EcoResValue.md │ │ │ │ │ │ │ ├── EngChgCaseBOMRouteApproval.md │ │ │ │ │ │ │ ├── InventDimCombination.md │ │ │ │ │ │ │ ├── InventTable.md │ │ │ │ │ │ │ ├── InventTableInventCountingReasonCodePolicy.md │ │ │ │ │ │ │ ├── InventTableModule.md │ │ │ │ │ │ │ ├── PCApplicationControlConstraint.md │ │ │ │ │ │ │ ├── PCCalculation.md │ │ │ │ │ │ │ ├── PCClassPriceCalculation.md │ │ │ │ │ │ │ ├── PCComponentAttributeGroup.md │ │ │ │ │ │ │ ├── PCComponentAttributeGroupCategoryAttr.md │ │ │ │ │ │ │ ├── PCComponentAttributeGroupTranslation.md │ │ │ │ │ │ │ ├── PCComponentConstraint.md │ │ │ │ │ │ │ ├── PCComponentControl.md │ │ │ │ │ │ │ ├── PCComponentControlRootComponent.md │ │ │ │ │ │ │ ├── PCComponentControlSubComponent.md │ │ │ │ │ │ │ ├── PCComponentInstanceValue.md │ │ │ │ │ │ │ ├── PCConfigurationControl.md │ │ │ │ │ │ │ ├── PCConstraint.md │ │ │ │ │ │ │ ├── PCDatabaseRelationConstraintDefinition.md │ │ │ │ │ │ │ ├── PCExpressionConstraint.md │ │ │ │ │ │ │ ├── PCGlobalTableConstraintDefinition.md │ │ │ │ │ │ │ ├── PCOrderlineTypeSelectionCriteria.md │ │ │ │ │ │ │ ├── PCPriceExpressionValue.md │ │ │ │ │ │ │ ├── PCPriceModel.md │ │ │ │ │ │ │ ├── PCPriceModelCurrency.md │ │ │ │ │ │ │ ├── PCPriceModelSelectionCriteria.md │ │ │ │ │ │ │ ├── PCProductConfigurationModel.md │ │ │ │ │ │ │ ├── PCProductConfigurationModelTranslation.md │ │ │ │ │ │ │ ├── PCProductModelVersion.md │ │ │ │ │ │ │ ├── PCProductModelVersionApprover.md │ │ │ │ │ │ │ ├── PCSolverTextValue.md │ │ │ │ │ │ │ ├── PCSolverVariable.md │ │ │ │ │ │ │ ├── PCSubComponent.md │ │ │ │ │ │ │ ├── PCSubComponentControl.md │ │ │ │ │ │ │ ├── PCSubComponentControlConstraint.md │ │ │ │ │ │ │ ├── PCSubComponentPath.md │ │ │ │ │ │ │ ├── PCSubComponentPathNode.md │ │ │ │ │ │ │ ├── PCSubComponentRequirement.md │ │ │ │ │ │ │ ├── PCSubComponentTranslation.md │ │ │ │ │ │ │ ├── PCTableConstraint.md │ │ │ │ │ │ │ ├── PCTableConstraintCell.md │ │ │ │ │ │ │ ├── PCTableConstraintColumnCategoryAttribute.md │ │ │ │ │ │ │ ├── PCTableConstraintColumnDefinition.md │ │ │ │ │ │ │ ├── PCTableConstraintDatabaseColumnDef.md │ │ │ │ │ │ │ ├── PCTableConstraintDefinition.md │ │ │ │ │ │ │ ├── PCTableConstraintGlobalColumnDef.md │ │ │ │ │ │ │ ├── PCTableConstraintRow.md │ │ │ │ │ │ │ ├── PCTemplateAttributeBinding.md │ │ │ │ │ │ │ ├── PCTemplateCategoryAttribute.md │ │ │ │ │ │ │ ├── PCTemplateComponent.md │ │ │ │ │ │ │ ├── PCTemplateComponentConstraint.md │ │ │ │ │ │ │ ├── PCTemplateConfiguration.md │ │ │ │ │ │ │ ├── PCTemplateConfigurationTranslation.md │ │ │ │ │ │ │ ├── PCTemplateConstant.md │ │ │ │ │ │ │ ├── PdsMRCDocument.md │ │ │ │ │ │ │ ├── PdsMRCItemDetails.md │ │ │ │ │ │ │ ├── PdsMRCRegulatedCountry.md │ │ │ │ │ │ │ ├── PdsMRCReportingList.md │ │ │ │ │ │ │ ├── PdsMRCRestrictedListByItem.md │ │ │ │ │ │ │ ├── PdsMRCRestrictionList.md │ │ │ │ │ │ │ ├── PdsMRCValidityIntervalByCountry.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── BOMLevelRecalculation.md │ │ │ │ │ │ │ ├── COODualUseCountry.md │ │ │ │ │ │ │ ├── EcoResNomenclature.md │ │ │ │ │ │ │ ├── EcoResNomenclatureSegmentAttributeValue.md │ │ │ │ │ │ │ ├── EcoResProductOpenCasesDataSetTable.md │ │ │ │ │ │ │ ├── EcoResProductReleasedRecentlyCreatedDataSetTable.md │ │ │ │ │ │ │ ├── EcoResProductSelectedForRelease.md │ │ │ │ │ │ │ ├── EcoResReferenceValue.md │ │ │ │ │ │ │ ├── EngChgCaseBOMRouteVersionApproval.md │ │ │ │ │ │ │ ├── EngChgCaseCategoryValidationRules.md │ │ │ │ │ │ │ ├── EngChgCaseDiscreteProductDataSetTable.md │ │ │ │ │ │ │ ├── InventDistinctProduct.md │ │ │ │ │ │ │ ├── InventDistinctProductDefaultSalesSetup.md │ │ │ │ │ │ │ ├── PCPriceBasePrice.md │ │ │ │ │ │ │ ├── PCPriceElement.md │ │ │ │ │ │ │ ├── PCPriceExpressionRule.md │ │ │ │ │ │ │ ├── PCRuntimeCache.md │ │ │ │ │ │ │ ├── PCRuntimeCacheXml.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── BOMParameters.md │ │ │ │ │ │ │ ├── EcoResProductParameters.md │ │ │ │ │ │ │ ├── PdsMRCParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── PCTemplateAttribute.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── EcoResReleaseProductLegalEntity.md │ │ │ │ │ │ │ ├── EcoResReleaseProductLegalEntityLog.md │ │ │ │ │ │ │ ├── EcoResReleaseSession.md │ │ │ │ │ │ │ ├── EcoResReleaseSessionProduct.md │ │ │ │ │ │ │ ├── EcoResReleasedProductLifecycleStateChanges.md │ │ │ │ │ │ │ ├── PCComponentInstance.md │ │ │ │ │ │ │ ├── PCComponentInstanceRootComponent.md │ │ │ │ │ │ │ ├── PCComponentInstanceSubComponent.md │ │ │ │ │ │ │ ├── PCProductConfiguration.md │ │ │ │ │ │ │ ├── PCVariantConfiguration.md │ │ │ │ │ │ │ ├── PdsMRCCustomerHistory.md │ │ │ │ │ │ │ ├── PdsMRCEventTracker.md │ │ │ │ │ │ │ ├── PdsMRCVendorHistory.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Worksheet │ │ │ │ │ │ │ ├── BOMParmReportFinish.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── PCSourceDocumentLineDocuRef.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── Production │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── ProdReleaseKindTable_RU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── ProdReleaseTrans_RU.md │ │ │ │ │ │ │ ├── ProdWIPHistoricalCostTable_RU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── ProdTable_IN.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── ProdJournalBOM_IN.md │ │ │ │ │ │ │ ├── ProdJournalRelease_RU.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── ProductionControl │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── GanttColorTable.md │ │ │ │ │ │ │ ├── GanttLine.md │ │ │ │ │ │ │ ├── GanttTable.md │ │ │ │ │ │ │ ├── JmgFlexGroup.md │ │ │ │ │ │ │ ├── JmgGroupApprove.md │ │ │ │ │ │ │ ├── JmgGroupCalc.md │ │ │ │ │ │ │ ├── JmgPayStatConfig.md │ │ │ │ │ │ │ ├── JmgPayStatGroup.md │ │ │ │ │ │ │ ├── JmgPayrollPeriodTable.md │ │ │ │ │ │ │ ├── JmgPieceRateGroup.md │ │ │ │ │ │ │ ├── JmgProfileGroup.md │ │ │ │ │ │ │ ├── JmgShopSupervisorMyTeam.md │ │ │ │ │ │ │ ├── JmgShopSupervisorWorkspaceConfiguration.md │ │ │ │ │ │ │ ├── KanbanFlowActivityRelationship.md │ │ │ │ │ │ │ ├── KanbanQuantityDemandPeriodFence.md │ │ │ │ │ │ │ ├── KanbanQuantityDemandPeriodSeason.md │ │ │ │ │ │ │ ├── KanbanQuantityPolicy.md │ │ │ │ │ │ │ ├── KanbanQuantityPolicyDemandPeriod.md │ │ │ │ │ │ │ ├── KanbanQuantityPolicyKanbanRuleFixed.md │ │ │ │ │ │ │ ├── KanbanQuantityPolicySafetyStock.md │ │ │ │ │ │ │ ├── LeanProdFlowActivityPickingLocation.md │ │ │ │ │ │ │ ├── LeanProductionFlowModel.md │ │ │ │ │ │ │ ├── PmfPlanGroup.md │ │ │ │ │ │ │ ├── ProdGroup.md │ │ │ │ │ │ │ ├── ProdJournalName.md │ │ │ │ │ │ │ ├── ProdPool.md │ │ │ │ │ │ │ ├── ProdUnitTable.md │ │ │ │ │ │ │ ├── RouteCostCategory.md │ │ │ │ │ │ │ ├── RouteCostCategoryPrice.md │ │ │ │ │ │ │ ├── RouteGroup.md │ │ │ │ │ │ │ ├── RouteJobSetup.md │ │ │ │ │ │ │ ├── WorkCalendarDate.md │ │ │ │ │ │ │ ├── WorkCalendarDateLine.md │ │ │ │ │ │ │ ├── WorkCalendarTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── GanttLineResourceGroups.md │ │ │ │ │ │ │ ├── JmgAbsenceCalendar.md │ │ │ │ │ │ │ ├── JmgBundleSlize.md │ │ │ │ │ │ │ ├── JmgDocumentGroup.md │ │ │ │ │ │ │ ├── JmgEmployee.md │ │ │ │ │ │ │ ├── JmgPayAddTable.md │ │ │ │ │ │ │ ├── JmgPayAdjustCostType.md │ │ │ │ │ │ │ ├── JmgPayAgreementLine.md │ │ │ │ │ │ │ ├── JmgPayAgreementOverride.md │ │ │ │ │ │ │ ├── JmgPayAgreementOverrideLine.md │ │ │ │ │ │ │ ├── JmgPayAgreementTable.md │ │ │ │ │ │ │ ├── JmgPayCountTable.md │ │ │ │ │ │ │ ├── JmgPayEmployee.md │ │ │ │ │ │ │ ├── JmgPayTable.md │ │ │ │ │ │ │ ├── JmgPieceRateEmpl.md │ │ │ │ │ │ │ ├── JmgPieceRateTable.md │ │ │ │ │ │ │ ├── JmgProfileRelation.md │ │ │ │ │ │ │ ├── JmgProfileSpec.md │ │ │ │ │ │ │ ├── JmgSpecialDayTable.md │ │ │ │ │ │ │ ├── KanbanCard.md │ │ │ │ │ │ │ ├── KanbanFlow.md │ │ │ │ │ │ │ ├── KanbanJobPurchaseLine.md │ │ │ │ │ │ │ ├── KanbanJobReceiptAdviceLine.md │ │ │ │ │ │ │ ├── KanbanRule.md │ │ │ │ │ │ │ ├── KanbanRuleEvent.md │ │ │ │ │ │ │ ├── KanbanRuleFixed.md │ │ │ │ │ │ │ ├── KanbanRuleVariable.md │ │ │ │ │ │ │ ├── LeanCoverage.md │ │ │ │ │ │ │ ├── LeanCoverageKanbanRule.md │ │ │ │ │ │ │ ├── LeanProdFlowPlanActivityRelation.md │ │ │ │ │ │ │ ├── LeanProductionFlow.md │ │ │ │ │ │ │ ├── LeanProductionFlowActivity.md │ │ │ │ │ │ │ ├── LeanProductionFlowReference.md │ │ │ │ │ │ │ ├── PmfBOMStep.md │ │ │ │ │ │ │ ├── PmfBulkItemConv.md │ │ │ │ │ │ │ ├── PmfFormulaCoBy.md │ │ │ │ │ │ │ ├── Route.md │ │ │ │ │ │ │ ├── RouteOpr.md │ │ │ │ │ │ │ ├── RouteOprTable.md │ │ │ │ │ │ │ ├── RouteTable.md │ │ │ │ │ │ │ ├── RouteVersion.md │ │ │ │ │ │ │ ├── WorkCalendarEmployment.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── JmgJobReportDeviationUpdateParam.md │ │ │ │ │ │ │ ├── JmgProdJobSummaryDataSetTable.md │ │ │ │ │ │ │ ├── JmgRegistrationSetupUsers.md │ │ │ │ │ │ │ ├── KanbanJobPlanActivityService.md │ │ │ │ │ │ │ ├── ProdNotification.md │ │ │ │ │ │ │ ├── ProdNotificationParameterBase.md │ │ │ │ │ │ │ ├── ProdNotificationStatus.md │ │ │ │ │ │ │ ├── ProdRecBasketRecords.md │ │ │ │ │ │ │ ├── ProdTableRecalcQueue.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── JmgClientFieldTable.md │ │ │ │ │ │ │ ├── JmgParameters.md │ │ │ │ │ │ │ ├── JmgProdParameters.md │ │ │ │ │ │ │ ├── JmgProdParametersDim.md │ │ │ │ │ │ │ ├── JmgRegistrationActionPaneTable.md │ │ │ │ │ │ │ ├── JmgRegistrationButtonTable.md │ │ │ │ │ │ │ ├── JmgRegistrationGridTable.md │ │ │ │ │ │ │ ├── JmgRegistrationSetup.md │ │ │ │ │ │ │ ├── JmgRegistrationTouchUserConfiguration.md │ │ │ │ │ │ │ ├── JmgTimeCalcParmeters.md │ │ │ │ │ │ │ ├── ProdNotificationSetup.md │ │ │ │ │ │ │ ├── ProdParameters.md │ │ │ │ │ │ │ ├── ProdParametersDim.md │ │ │ │ │ │ │ ├── ProdStatusParameters.md │ │ │ │ │ │ │ ├── ProdTimeUnitOfMeasure.md │ │ │ │ │ │ │ ├── RouteParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── JmgIpcActivity.md │ │ │ │ │ │ │ ├── JmgIpcCategory.md │ │ │ │ │ │ │ ├── JmgPayAdjustSetup.md │ │ │ │ │ │ │ ├── JmgPayLineDelimitation.md │ │ │ │ │ │ │ ├── JmgPayRate.md │ │ │ │ │ │ │ ├── JmgProfileDay.md │ │ │ │ │ │ │ ├── JmgProfileTable.md │ │ │ │ │ │ │ ├── JmgProfileTypeTable.md │ │ │ │ │ │ │ ├── JmgTermTexts.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Staging │ │ │ │ │ │ │ ├── RouteRouteOperationStagingV2.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── JmgAssistance.md │ │ │ │ │ │ │ ├── JmgAttendanceRegistration.md │ │ │ │ │ │ │ ├── JmgBulletinBoard.md │ │ │ │ │ │ │ ├── JmgBulletinBoardRecipient.md │ │ │ │ │ │ │ ├── JmgDocumentGroupMember.md │ │ │ │ │ │ │ ├── JmgDocumentGroupType.md │ │ │ │ │ │ │ ├── JmgDocumentLog.md │ │ │ │ │ │ │ ├── JmgEventCtrl.md │ │ │ │ │ │ │ ├── JmgFlexCorrection.md │ │ │ │ │ │ │ ├── JmgIllegalEventCodeCombination.md │ │ │ │ │ │ │ ├── JmgIpcActivityCostPrice.md │ │ │ │ │ │ │ ├── JmgIpcTrans.md │ │ │ │ │ │ │ ├── JmgJobDocuRef.md │ │ │ │ │ │ │ ├── JmgJobReportDeviation.md │ │ │ │ │ │ │ ├── JmgJobTable.md │ │ │ │ │ │ │ ├── JmgOvertimeSlize.md │ │ │ │ │ │ │ ├── JmgPayAddTrans.md │ │ │ │ │ │ │ ├── JmgPayCountSum.md │ │ │ │ │ │ │ ├── JmgPayEvents.md │ │ │ │ │ │ │ ├── JmgPayStatTrans.md │ │ │ │ │ │ │ ├── JmgPayrollPeriodTrans.md │ │ │ │ │ │ │ ├── JmgPieceRateLine.md │ │ │ │ │ │ │ ├── JmgProfileOverride.md │ │ │ │ │ │ │ ├── JmgProfileOverrideSpec.md │ │ │ │ │ │ │ ├── JmgStampTrans.md │ │ │ │ │ │ │ ├── JmgTermReg.md │ │ │ │ │ │ │ ├── JmgTermRegArchive.md │ │ │ │ │ │ │ ├── KanbanJobCapacitySum.md │ │ │ │ │ │ │ ├── KanbanJobIssue.md │ │ │ │ │ │ │ ├── KanbanJobPickingList.md │ │ │ │ │ │ │ ├── KanbanJobPickingListReversal.md │ │ │ │ │ │ │ ├── KanbanJobQualityMeasure.md │ │ │ │ │ │ │ ├── KanbanJobReceipt.md │ │ │ │ │ │ │ ├── KanbanJobStatusUpdate.md │ │ │ │ │ │ │ ├── KanbanStatusUpdate.md │ │ │ │ │ │ │ ├── LeanCosting.md │ │ │ │ │ │ │ ├── LeanProductionFlowCosting.md │ │ │ │ │ │ │ ├── LeanProductionFlowCostingUnusedQty.md │ │ │ │ │ │ │ ├── PmfCoByProdCalcTrans.md │ │ │ │ │ │ │ ├── ProdCalcTrans.md │ │ │ │ │ │ │ ├── ProdIndirectTrans.md │ │ │ │ │ │ │ ├── ProdNotificationSetupSubscription.md │ │ │ │ │ │ │ ├── ProdParmUpdate.md │ │ │ │ │ │ │ ├── ProdRouteTrans.md │ │ │ │ │ │ │ ├── ProdRouteTransPackingSlipOrigin.md │ │ │ │ │ │ │ ├── ProdRouteTransVendInvoiceOrigin.md │ │ │ │ │ │ │ ├── ProdTableJour.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionHeader │ │ │ │ │ │ │ ├── JmgIpcJournalTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Worksheet │ │ │ │ │ │ │ ├── JmgChangeLog.md │ │ │ │ │ │ │ ├── JmgProdJobStatus.md │ │ │ │ │ │ │ ├── JmgProfileCalendar.md │ │ │ │ │ │ │ ├── JmgScheduledLoan.md │ │ │ │ │ │ │ ├── ProdParmBOMCalc.md │ │ │ │ │ │ │ ├── ProdParmCostEstimation.md │ │ │ │ │ │ │ ├── ProdParmHistoricalCost.md │ │ │ │ │ │ │ ├── ProdParmRelease.md │ │ │ │ │ │ │ ├── ProdParmReportFinished.md │ │ │ │ │ │ │ ├── ProdParmScheduling.md │ │ │ │ │ │ │ ├── ProdParmSplit.md │ │ │ │ │ │ │ ├── ProdParmStartUp.md │ │ │ │ │ │ │ ├── ProdParmStatusDecrease.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── JmgGroupSigningTable.md │ │ │ │ │ │ │ ├── JmgIpcLedgerJournal.md │ │ │ │ │ │ │ ├── JmgStampJournalTable.md │ │ │ │ │ │ │ ├── JmgTimecardTable.md │ │ │ │ │ │ │ ├── Kanban.md │ │ │ │ │ │ │ ├── KanbanQuantityCalculation.md │ │ │ │ │ │ │ ├── PmfConsOrd.md │ │ │ │ │ │ │ ├── ProdJournalTable.md │ │ │ │ │ │ │ ├── ProdTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── JmgGroupSigningLine.md │ │ │ │ │ │ │ ├── JmgIpcJournalTrans.md │ │ │ │ │ │ │ ├── JmgIpcLedgerTrans.md │ │ │ │ │ │ │ ├── JmgStampJournalTrans.md │ │ │ │ │ │ │ ├── JmgTimecardTrans.md │ │ │ │ │ │ │ ├── KanbanJob.md │ │ │ │ │ │ │ ├── KanbanQuantityCalculationProposal.md │ │ │ │ │ │ │ ├── KanbanSourceRequirement.md │ │ │ │ │ │ │ ├── PmfProdBOMStep.md │ │ │ │ │ │ │ ├── PmfProdCoBy.md │ │ │ │ │ │ │ ├── ProdBOM.md │ │ │ │ │ │ │ ├── ProdJournalBOM.md │ │ │ │ │ │ │ ├── ProdJournalProd.md │ │ │ │ │ │ │ ├── ProdJournalRoute.md │ │ │ │ │ │ │ ├── ProdRoute.md │ │ │ │ │ │ │ ├── ProdRouteJob.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── SalesAndMarketing │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── CommissionCalc.md │ │ │ │ │ │ │ ├── CommissionCustomerGroup.md │ │ │ │ │ │ │ ├── CommissionItemGroup.md │ │ │ │ │ │ │ ├── CommissionSalesGroup.md │ │ │ │ │ │ │ ├── CommissionSalesRep.md │ │ │ │ │ │ │ ├── CustClassificationGroup.md │ │ │ │ │ │ │ ├── DestinationCode.md │ │ │ │ │ │ │ ├── DlvMode.md │ │ │ │ │ │ │ ├── DlvReason.md │ │ │ │ │ │ │ ├── DlvTerm.md │ │ │ │ │ │ │ ├── HMIMClassGroup.md │ │ │ │ │ │ │ ├── HMIMCompatibilityGroup.md │ │ │ │ │ │ │ ├── HMIMPackingGroup.md │ │ │ │ │ │ │ ├── InventOrderEntryDeadlineGroup.md │ │ │ │ │ │ │ ├── InventOrderEntryDeadlineTable.md │ │ │ │ │ │ │ ├── MCRAutoTaxHeader.md │ │ │ │ │ │ │ ├── MCRAutoTaxPriority.md │ │ │ │ │ │ │ ├── MCRBrokerWriteOffReason.md │ │ │ │ │ │ │ ├── PdsComdPricingRun.md │ │ │ │ │ │ │ ├── PdsCustRebateGroup.md │ │ │ │ │ │ │ ├── PdsItemRebateGroup.md │ │ │ │ │ │ │ ├── PdsRebateProgramTMATable.md │ │ │ │ │ │ │ ├── PersonTitleTable.md │ │ │ │ │ │ │ ├── PriceDiscAdmName.md │ │ │ │ │ │ │ ├── PriceDiscChangePolicy.md │ │ │ │ │ │ │ ├── PriceDiscGroup.md │ │ │ │ │ │ │ ├── PriceDiscPolicyFields.md │ │ │ │ │ │ │ ├── PriceDiscSmartRoundingGroup.md │ │ │ │ │ │ │ ├── PriceDiscSmartRoundingGroupCurrency.md │ │ │ │ │ │ │ ├── PriceDiscSmartRoundingRule.md │ │ │ │ │ │ │ ├── PriceDiscTable.md │ │ │ │ │ │ │ ├── ReturnActionDefaults.md │ │ │ │ │ │ │ ├── SalesCarrier.md │ │ │ │ │ │ │ ├── SalesCategoryItemTaxGroup.md │ │ │ │ │ │ │ ├── SalesJournalAutoSummary.md │ │ │ │ │ │ │ ├── SalesOrigin.md │ │ │ │ │ │ │ ├── SalesOriginInternalType.md │ │ │ │ │ │ │ ├── SalesPackageAppearance.md │ │ │ │ │ │ │ ├── SalesPool.md │ │ │ │ │ │ │ ├── SalesQuotationTypeGroup.md │ │ │ │ │ │ │ ├── SuppItemGroup.md │ │ │ │ │ │ │ ├── SuppItemTable.md │ │ │ │ │ │ │ ├── TAMDeductionDenyReasonTable.md │ │ │ │ │ │ │ ├── TAMDeductionTypeTable.md │ │ │ │ │ │ │ ├── TAMDeductionWriteOffReasonTable.md │ │ │ │ │ │ │ ├── TAMItemVendRebateGroup.md │ │ │ │ │ │ │ ├── TAMMerchandisingEventType.md │ │ │ │ │ │ │ ├── TAMVendRebateGroup.md │ │ │ │ │ │ │ ├── overview.md │ │ │ │ │ │ │ ├── smmAxaptaOutlookMapping.md │ │ │ │ │ │ │ ├── smmBusRelChainGroup.md │ │ │ │ │ │ │ ├── smmBusRelSalesDistrictGroup.md │ │ │ │ │ │ │ ├── smmBusRelSegmentGroup.md │ │ │ │ │ │ │ ├── smmBusRelStatusGroup.md │ │ │ │ │ │ │ ├── smmBusRelSubSegmentGroup.md │ │ │ │ │ │ │ ├── smmBusRelTypeGroup.md │ │ │ │ │ │ │ ├── smmBusSectorGroup.md │ │ │ │ │ │ │ ├── smmCampaignEmailTemplate.md │ │ │ │ │ │ │ ├── smmCampaignGroup.md │ │ │ │ │ │ │ ├── smmCampaignMediaTypeGroup.md │ │ │ │ │ │ │ ├── smmCampaignQuery.md │ │ │ │ │ │ │ ├── smmCampaignReasonGroup.md │ │ │ │ │ │ │ ├── smmCampaignTargetTable.md │ │ │ │ │ │ │ ├── smmCampaignTypeGroup.md │ │ │ │ │ │ │ ├── smmCharacterGroup.md │ │ │ │ │ │ │ ├── smmContactGreetingsGroup.md │ │ │ │ │ │ │ ├── smmContactInterest.md │ │ │ │ │ │ │ ├── smmContactIntroGroup.md │ │ │ │ │ │ │ ├── smmContactTitleGroup.md │ │ │ │ │ │ │ ├── smmDecisionGroup.md │ │ │ │ │ │ │ ├── smmEmailCategoryGroup.md │ │ │ │ │ │ │ ├── smmEmailGroups.md │ │ │ │ │ │ │ ├── smmFunctionGroup.md │ │ │ │ │ │ │ ├── smmInterestGroup.md │ │ │ │ │ │ │ ├── smmLeadPriorityTable.md │ │ │ │ │ │ │ ├── smmLeadRatingTable.md │ │ │ │ │ │ │ ├── smmLeadTypeTable.md │ │ │ │ │ │ │ ├── smmLoyaltyGroup.md │ │ │ │ │ │ │ ├── smmMailingCategoryGroup.md │ │ │ │ │ │ │ ├── smmMailingGroup.md │ │ │ │ │ │ │ ├── smmQuotationCompetitorGroup.md │ │ │ │ │ │ │ ├── smmQuotationDocuConclusionGroup.md │ │ │ │ │ │ │ ├── smmQuotationDocuIntroGroup.md │ │ │ │ │ │ │ ├── smmQuotationDocuTitleGroup.md │ │ │ │ │ │ │ ├── smmQuotationProbabilityGroup.md │ │ │ │ │ │ │ ├── smmQuotationPrognosisGroup.md │ │ │ │ │ │ │ ├── smmQuotationReasonGroup.md │ │ │ │ │ │ │ ├── smmResponsibilityGroup.md │ │ │ │ │ │ │ ├── smmSalesUnit.md │ │ │ │ │ │ │ ├── smmTMCallListGroup.md │ │ │ │ │ │ │ └── smmTMReasonGroup.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── ContactPerson.md │ │ │ │ │ │ │ ├── CustVendExternalItem.md │ │ │ │ │ │ │ ├── HMIMClass.md │ │ │ │ │ │ │ ├── HMIMCompatClass.md │ │ │ │ │ │ │ ├── HMIMDivision.md │ │ │ │ │ │ │ ├── HMIMEMS.md │ │ │ │ │ │ │ ├── HMIMIdentification.md │ │ │ │ │ │ │ ├── HMIMLabel.md │ │ │ │ │ │ │ ├── HMIMPackDescription.md │ │ │ │ │ │ │ ├── HMIMPackingInstruction.md │ │ │ │ │ │ │ ├── HMIMRegPrintSetup.md │ │ │ │ │ │ │ ├── HMIMRegulation.md │ │ │ │ │ │ │ ├── HMIMStowage.md │ │ │ │ │ │ │ ├── HMIMTechnicalName.md │ │ │ │ │ │ │ ├── HMIMTransportCategory.md │ │ │ │ │ │ │ ├── HMIMTunnel.md │ │ │ │ │ │ │ ├── MCRCustCategory.md │ │ │ │ │ │ │ ├── MCRCustCategoryHierarchy.md │ │ │ │ │ │ │ ├── MCRFullTextIndexField.md │ │ │ │ │ │ │ ├── MCRHoldCodeTable.md │ │ │ │ │ │ │ ├── MCRItemListLine.md │ │ │ │ │ │ │ ├── MCRItemListTable.md │ │ │ │ │ │ │ ├── OutlookUserSetup.md │ │ │ │ │ │ │ ├── PdsComdPricingTemplate.md │ │ │ │ │ │ │ ├── PdsComdPricingTemplateLine.md │ │ │ │ │ │ │ ├── PdsCostBasis.md │ │ │ │ │ │ │ ├── PdsRebate.md │ │ │ │ │ │ │ ├── PdsRebateItem.md │ │ │ │ │ │ │ ├── PdsRebateTable.md │ │ │ │ │ │ │ ├── SalesQuotationTemplateGroup.md │ │ │ │ │ │ │ ├── TAMFundBudgetedAmount.md │ │ │ │ │ │ │ ├── TAMFundCust.md │ │ │ │ │ │ │ ├── TAMFundCustCategory.md │ │ │ │ │ │ │ ├── TAMFundInvent.md │ │ │ │ │ │ │ ├── TAMFundUsage.md │ │ │ │ │ │ │ ├── TAMMarketingObjective.md │ │ │ │ │ │ │ ├── TAMMerchEventPricing.md │ │ │ │ │ │ │ ├── TAMMerchandisingEvent.md │ │ │ │ │ │ │ ├── TAMPromotionCust.md │ │ │ │ │ │ │ ├── TAMPromotionFund.md │ │ │ │ │ │ │ ├── TAMPromotionInvent.md │ │ │ │ │ │ │ ├── TAMPromotionItem.md │ │ │ │ │ │ │ ├── TAMPromotionPeriod.md │ │ │ │ │ │ │ ├── TAMTradePromotion.md │ │ │ │ │ │ │ ├── TAMVendRebateItem.md │ │ │ │ │ │ │ ├── TAMVendRebateTable.md │ │ │ │ │ │ │ ├── WrkCtrTable.md │ │ │ │ │ │ │ ├── overview.md │ │ │ │ │ │ │ ├── smmBusRelDefaultLocation.md │ │ │ │ │ │ │ ├── smmBusRelRevenue.md │ │ │ │ │ │ │ ├── smmBusRelSectorTable.md │ │ │ │ │ │ │ ├── smmBusRelTable.md │ │ │ │ │ │ │ ├── smmCampaignMediaType.md │ │ │ │ │ │ │ ├── smmCampaignQueryExpression.md │ │ │ │ │ │ │ ├── smmCampaignResponsesQuest.md │ │ │ │ │ │ │ ├── smmCampaignSelection.md │ │ │ │ │ │ │ ├── smmCampaignSelectionResult.md │ │ │ │ │ │ │ ├── smmCampaignTable.md │ │ │ │ │ │ │ ├── smmCampaignTempSelection.md │ │ │ │ │ │ │ ├── smmContactPersonSynchronize.md │ │ │ │ │ │ │ ├── smmContactPersonSynchronizeFieldMapping.md │ │ │ │ │ │ │ ├── smmConvertedBusRel.md │ │ │ │ │ │ │ ├── smmDeletedActivities.md │ │ │ │ │ │ │ ├── smmEmailMembers.md │ │ │ │ │ │ │ ├── smmEncyclopediaItems.md │ │ │ │ │ │ │ ├── smmKACaseActivity.md │ │ │ │ │ │ │ ├── smmKACaseRelation.md │ │ │ │ │ │ │ ├── smmKACategoryRelation.md │ │ │ │ │ │ │ ├── smmLeadRelTable.md │ │ │ │ │ │ │ ├── smmMailingHistory.md │ │ │ │ │ │ │ ├── smmMailings.md │ │ │ │ │ │ │ ├── smmOpportunityRelTable.md │ │ │ │ │ │ │ ├── smmOpportunityTable.md │ │ │ │ │ │ │ ├── smmOutlookLastSync.md │ │ │ │ │ │ │ ├── smmOutlookRecurrencePattern.md │ │ │ │ │ │ │ ├── smmQuotationAlternativeQuotations.md │ │ │ │ │ │ │ ├── smmQuotationCompetitors.md │ │ │ │ │ │ │ ├── smmResponsibilitiesEmplTable.md │ │ │ │ │ │ │ ├── smmResponsibilitiesTable.md │ │ │ │ │ │ │ ├── smmSalesTarget.md │ │ │ │ │ │ │ ├── smmSalesUnitMembers.md │ │ │ │ │ │ │ ├── smmSourceTypeTable.md │ │ │ │ │ │ │ ├── smmSwotTable.md │ │ │ │ │ │ │ ├── smmTMCallListTable.md │ │ │ │ │ │ │ └── smmTMContactResponses.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── ContactPersonUserRelation.md │ │ │ │ │ │ │ ├── HMIMIdentificationTranslation.md │ │ │ │ │ │ │ ├── HMIMItemShipTxtTranslation.md │ │ │ │ │ │ │ ├── HMIMPackDescriptionTranslation.md │ │ │ │ │ │ │ ├── HMIMTechnicalNameTranslation.md │ │ │ │ │ │ │ ├── PdsRebateCustInvoiceTrans.md │ │ │ │ │ │ │ ├── PriceDiscAdmTransfer.md │ │ │ │ │ │ │ ├── SalesConfirmDetailsTmp.md │ │ │ │ │ │ │ ├── SalesConfirmHeaderTmp.md │ │ │ │ │ │ │ ├── SalesPackingSlipDetailsTmp.md │ │ │ │ │ │ │ ├── SalesQuotationDetailsTmp.md │ │ │ │ │ │ │ ├── SalesQuotationHeaderTmp.md │ │ │ │ │ │ │ ├── SalesTaxTransactionExchangeRate.md │ │ │ │ │ │ │ ├── SalesUserFrequentPersonList.md │ │ │ │ │ │ │ ├── SupplementarySalesLineRef.md │ │ │ │ │ │ │ ├── TAMVendRebate.md │ │ │ │ │ │ │ ├── TAMVendRebateVendInvoiceTrans.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── AxdDocumentParameters.md │ │ │ │ │ │ │ ├── CustFormletterDocument.md │ │ │ │ │ │ │ ├── CustFormletterParameters.md │ │ │ │ │ │ │ ├── FormLetterSortingParameters.md │ │ │ │ │ │ │ ├── Inventorderentrydeadlineparameters.md │ │ │ │ │ │ │ ├── MCRFullTextParameters.md │ │ │ │ │ │ │ ├── OutlookSyncParameters.md │ │ │ │ │ │ │ ├── PdsRebateParameters.md │ │ │ │ │ │ │ ├── PriceDiscPurchPolicyParameters.md │ │ │ │ │ │ │ ├── PriceDiscSalesPolicyParameters.md │ │ │ │ │ │ │ ├── PriceParameters.md │ │ │ │ │ │ │ ├── SalesParameters.md │ │ │ │ │ │ │ ├── SalesQuotationToLineParameters.md │ │ │ │ │ │ │ ├── SalesSummaryParameters.md │ │ │ │ │ │ │ ├── SalesTable2LineParameters.md │ │ │ │ │ │ │ ├── SysMapParameters.md │ │ │ │ │ │ │ ├── TAMPromotionParameters.md │ │ │ │ │ │ │ ├── TAMVendRebateParameters.md │ │ │ │ │ │ │ ├── overview.md │ │ │ │ │ │ │ ├── smmParametersTable.md │ │ │ │ │ │ │ └── smmSourceTypeOptions.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── FormLetterRemarks.md │ │ │ │ │ │ │ ├── InventFallbackWarehouse.md │ │ │ │ │ │ │ ├── ReturnDispositionCode.md │ │ │ │ │ │ │ ├── ReturnReasonCode.md │ │ │ │ │ │ │ ├── ReturnReasonCodeGroup.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── CommissionTrans.md │ │ │ │ │ │ │ ├── CustConfirmJour.md │ │ │ │ │ │ │ ├── CustConfirmSalesLink.md │ │ │ │ │ │ │ ├── CustConfirmTrans.md │ │ │ │ │ │ │ ├── CustPackingSlipBackorderLine.md │ │ │ │ │ │ │ ├── CustPackingSlipBackorderLineHistory.md │ │ │ │ │ │ │ ├── CustPackingSlipJour.md │ │ │ │ │ │ │ ├── CustPackingSlipSalesLink.md │ │ │ │ │ │ │ ├── CustPackingSlipTrans.md │ │ │ │ │ │ │ ├── CustPackingSlipTransHistory.md │ │ │ │ │ │ │ ├── CustPackingSlipVersion.md │ │ │ │ │ │ │ ├── CustQuotationConfirmJour.md │ │ │ │ │ │ │ ├── CustQuotationConfirmSalesLink.md │ │ │ │ │ │ │ ├── CustQuotationConfirmTrans.md │ │ │ │ │ │ │ ├── CustQuotationJour.md │ │ │ │ │ │ │ ├── CustQuotationSalesLink.md │ │ │ │ │ │ │ ├── CustQuotationTrans.md │ │ │ │ │ │ │ ├── MCRBrokerCommission.md │ │ │ │ │ │ │ ├── MCRHoldCodeTrans.md │ │ │ │ │ │ │ ├── MCROrderEventSetup.md │ │ │ │ │ │ │ ├── MCROrderEventTable.md │ │ │ │ │ │ │ ├── MCRPriceHistory.md │ │ │ │ │ │ │ ├── MCRPriceHistoryRef.md │ │ │ │ │ │ │ ├── PdsComdPricingMargin.md │ │ │ │ │ │ │ ├── PdsComdPricingMarginLine.md │ │ │ │ │ │ │ ├── PdsComdPricingRunLine.md │ │ │ │ │ │ │ ├── PdsRebateTrans.md │ │ │ │ │ │ │ ├── SalesParmPackingSlipTrackingInformation.md │ │ │ │ │ │ │ ├── SalesParmTable.md │ │ │ │ │ │ │ ├── SalesParmUpdate.md │ │ │ │ │ │ │ ├── SalesQuotationParmUpdate.md │ │ │ │ │ │ │ ├── SalesShippingStat.md │ │ │ │ │ │ │ ├── SalesShippingStatHistory.md │ │ │ │ │ │ │ ├── TAMCustAssignmentsFlat.md │ │ │ │ │ │ │ ├── TAMDeduction.md │ │ │ │ │ │ │ ├── TAMDeductionUpdateHistory.md │ │ │ │ │ │ │ ├── TAMMerchEventTrans.md │ │ │ │ │ │ │ ├── TAMVendRebateTrans.md │ │ │ │ │ │ │ ├── TradeNonStockedConversionChangeLog.md │ │ │ │ │ │ │ ├── TradeNonStockedConversionChangeTaskLog.md │ │ │ │ │ │ │ ├── TradeNonStockedConversionCheckLog.md │ │ │ │ │ │ │ ├── TradeNonStockedConversionCheckTaskLog.md │ │ │ │ │ │ │ ├── TradeNonStockedConversionLog.md │ │ │ │ │ │ │ ├── TradeNonStockedConversionLogParent.md │ │ │ │ │ │ │ ├── TradePackingSlipJourChain.md │ │ │ │ │ │ │ ├── TradePackingSlipTransChain.md │ │ │ │ │ │ │ ├── overview.md │ │ │ │ │ │ │ ├── smmBusRelRevenueTrans.md │ │ │ │ │ │ │ ├── smmPhoneLog.md │ │ │ │ │ │ │ ├── smmSalesTargetTrans.md │ │ │ │ │ │ │ └── smmTransLog.md │ │ │ │ │ │ ├── TransactionHeader │ │ │ │ │ │ │ ├── HMIMCarrOfMerchByRoad.md │ │ │ │ │ │ │ ├── HMIMMultimodalDG.md │ │ │ │ │ │ │ ├── HMIMShipperDeclaration.md │ │ │ │ │ │ │ ├── SalesAgreementHeaderDefaultHistory.md │ │ │ │ │ │ │ ├── SalesAgreementHeaderHistory.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── TransactionLine │ │ │ │ │ │ │ ├── HMIMCarrOfMerchByRoadItem.md │ │ │ │ │ │ │ ├── HMIMMultimodalDGItem.md │ │ │ │ │ │ │ ├── HMIMShipperDeclarationItem.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Worksheet │ │ │ │ │ │ │ ├── HMIMItemMaterial.md │ │ │ │ │ │ │ ├── HMIMMaterial.md │ │ │ │ │ │ │ ├── HMIMMaterialTranslation.md │ │ │ │ │ │ │ ├── HMIMRegCountry.md │ │ │ │ │ │ │ ├── HMIMShipMode.md │ │ │ │ │ │ │ ├── SalesDeliverySchedule.md │ │ │ │ │ │ │ ├── SalesPackingSlipTrackingInformation.md │ │ │ │ │ │ │ ├── SalesQuotationDeliverySchedule.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── MCRBrokerClaim.md │ │ │ │ │ │ │ ├── MCRBrokerContractTable.md │ │ │ │ │ │ │ ├── PdsRebateAgreement.md │ │ │ │ │ │ │ ├── PriceDiscAdmTable.md │ │ │ │ │ │ │ ├── SalesAgreementHeader.md │ │ │ │ │ │ │ ├── SalesAgreementHeaderDefault.md │ │ │ │ │ │ │ ├── SalesBasket.md │ │ │ │ │ │ │ ├── SalesOrderTotals.md │ │ │ │ │ │ │ ├── SalesPackingSlipHeaderTmp.md │ │ │ │ │ │ │ ├── SalesParmSubTable.md │ │ │ │ │ │ │ ├── SalesQuotationBasket.md │ │ │ │ │ │ │ ├── SalesQuotationCalculatedTotals.md │ │ │ │ │ │ │ ├── SalesQuotationParmSubTable.md │ │ │ │ │ │ │ ├── SalesQuotationParmTable.md │ │ │ │ │ │ │ ├── SalesQuotationTable.md │ │ │ │ │ │ │ ├── SalesTable.md │ │ │ │ │ │ │ ├── SalesTableDelete.md │ │ │ │ │ │ │ ├── SalesTableExternalWorkOrderStatus.md │ │ │ │ │ │ │ ├── TAMVendRebateAgreement.md │ │ │ │ │ │ │ ├── TradeNonStockedConversion.md │ │ │ │ │ │ │ ├── overview.md │ │ │ │ │ │ │ └── smmLeadTable.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── MCRBrokerAccrual.md │ │ │ │ │ │ │ ├── MCRBrokerContractLine.md │ │ │ │ │ │ │ ├── PdsRebateAgreementLine.md │ │ │ │ │ │ │ ├── PriceDiscAdmTrans.md │ │ │ │ │ │ │ ├── ReturnReplaceItemRef.md │ │ │ │ │ │ │ ├── SalesBasketLine.md │ │ │ │ │ │ │ ├── SalesLine.md │ │ │ │ │ │ │ ├── SalesLineDelete.md │ │ │ │ │ │ │ ├── SalesLineForeignTradeCategory.md │ │ │ │ │ │ │ ├── SalesOrderLineTotals.md │ │ │ │ │ │ │ ├── SalesParmLine.md │ │ │ │ │ │ │ ├── SalesParmSubLine.md │ │ │ │ │ │ │ ├── SalesQuotationBasketLine.md │ │ │ │ │ │ │ ├── SalesQuotationLine.md │ │ │ │ │ │ │ ├── SalesQuotationLineCalculatedTotals.md │ │ │ │ │ │ │ ├── SalesQuotationLineForeignTradeCategory.md │ │ │ │ │ │ │ ├── SalesQuotationParmLine.md │ │ │ │ │ │ │ ├── SalesQuotationPriceSimTable.md │ │ │ │ │ │ │ ├── SalesTableLinks.md │ │ │ │ │ │ │ ├── TAMFundTable.md │ │ │ │ │ │ │ ├── TAMVendRebateAgreementLine.md │ │ │ │ │ │ │ ├── TradeNonStockedConversionItem.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── ServiceManagement │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── SMAAgreementGroup.md │ │ │ │ │ │ │ ├── SMAAgreementInterval.md │ │ │ │ │ │ │ ├── SMAConditionTable.md │ │ │ │ │ │ │ ├── SMADiagnosisArea.md │ │ │ │ │ │ │ ├── SMADiagnosisCode.md │ │ │ │ │ │ │ ├── SMADispatchTeamTable.md │ │ │ │ │ │ │ ├── SMADispatchWorkerSetup.md │ │ │ │ │ │ │ ├── SMAReasonTable.md │ │ │ │ │ │ │ ├── SMARepairStage.md │ │ │ │ │ │ │ ├── SMAResolutionTable.md │ │ │ │ │ │ │ ├── SMASalesPriceSubscription.md │ │ │ │ │ │ │ ├── SMAServiceObjectGroup.md │ │ │ │ │ │ │ ├── SMAStageTable.md │ │ │ │ │ │ │ ├── SMASubscriptionGroup.md │ │ │ │ │ │ │ ├── SMASymptomArea.md │ │ │ │ │ │ │ ├── SMASymptomCode.md │ │ │ │ │ │ │ ├── SMATemplateGroup.md │ │ │ │ │ │ │ ├── SMATimeAgreement.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── SMAServiceBOMTable.md │ │ │ │ │ │ │ ├── SMAServiceLevelAgreementTable.md │ │ │ │ │ │ │ ├── SMAServiceObjectRelation.md │ │ │ │ │ │ │ ├── SMAServiceObjectTable.md │ │ │ │ │ │ │ ├── SMAServiceTask.md │ │ │ │ │ │ │ ├── SMAServiceTaskRelation.md │ │ │ │ │ │ │ ├── SMASubscriptionTable.md │ │ │ │ │ │ │ ├── SMATemplateBOMTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── SMAParameters.md │ │ │ │ │ │ │ ├── SMAParametersSubscription.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── SMAAccruePeriodLine.md │ │ │ │ │ │ │ ├── SMAPreServiceOrderLine.md │ │ │ │ │ │ │ ├── SMAServiceBOMChange.md │ │ │ │ │ │ │ ├── SMAServiceLevelAgreementLog.md │ │ │ │ │ │ │ ├── SMAServiceLevelAgreementLogTable.md │ │ │ │ │ │ │ ├── SMAServiceLevelAgreementReason.md │ │ │ │ │ │ │ ├── SMAServiceOrderReason.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── SMAAgreementTable.md │ │ │ │ │ │ │ ├── SMAServiceOrderTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── SMAAgreementLine.md │ │ │ │ │ │ │ ├── SMARepairLine.md │ │ │ │ │ │ │ ├── SMAServiceOrderLine.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── Transportation │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── TMSApportionedValue.md │ │ │ │ │ │ │ ├── TMSAuditException.md │ │ │ │ │ │ │ ├── TMSAuditMaster.md │ │ │ │ │ │ │ ├── TMSBillingGroup.md │ │ │ │ │ │ │ ├── TMSBreakDetail.md │ │ │ │ │ │ │ ├── TMSBreakMaster.md │ │ │ │ │ │ │ ├── TMSCalendarType.md │ │ │ │ │ │ │ ├── TMSCarrierAccessorial.md │ │ │ │ │ │ │ ├── TMSCarrierService.md │ │ │ │ │ │ │ ├── TMSDlvTerm.md │ │ │ │ │ │ │ ├── TMSEngineParameter.md │ │ │ │ │ │ │ ├── TMSEquipment.md │ │ │ │ │ │ │ ├── TMSFreightBillTypeAssignment.md │ │ │ │ │ │ │ ├── TMSGenericEngine.md │ │ │ │ │ │ │ ├── TMSHubMaster.md │ │ │ │ │ │ │ ├── TMSHubType.md │ │ │ │ │ │ │ ├── TMSItemConstraint.md │ │ │ │ │ │ │ ├── TMSLateShipReason.md │ │ │ │ │ │ │ ├── TMSMethod.md │ │ │ │ │ │ │ ├── TMSMileageDetail.md │ │ │ │ │ │ │ ├── TMSMileageEngine.md │ │ │ │ │ │ │ ├── TMSMileageField.md │ │ │ │ │ │ │ ├── TMSMode.md │ │ │ │ │ │ │ ├── TMSNumberSequence.md │ │ │ │ │ │ │ ├── TMSRateBase.md │ │ │ │ │ │ │ ├── TMSRateBaseAssignment.md │ │ │ │ │ │ │ ├── TMSRateBaseDetail.md │ │ │ │ │ │ │ ├── TMSRateBaseType.md │ │ │ │ │ │ │ ├── TMSRateBaseTypeField.md │ │ │ │ │ │ │ ├── TMSRateEngine.md │ │ │ │ │ │ │ ├── TMSRateMaster.md │ │ │ │ │ │ │ ├── TMSRateRouteAddress.md │ │ │ │ │ │ │ ├── TMSRouteAccessorialConfig.md │ │ │ │ │ │ │ ├── TMSRouteAccessorialTable.md │ │ │ │ │ │ │ ├── TMSRouteConfig.md │ │ │ │ │ │ │ ├── TMSRouteGuide.md │ │ │ │ │ │ │ ├── TMSRouteHubConfig.md │ │ │ │ │ │ │ ├── TMSRouteRateConfig.md │ │ │ │ │ │ │ ├── TMSRouteSchedule.md │ │ │ │ │ │ │ ├── TMSRouteSegmentConfig.md │ │ │ │ │ │ │ ├── TMSShipmentAccessorialTable.md │ │ │ │ │ │ │ ├── TMSShipmentConstraint.md │ │ │ │ │ │ │ ├── TMSShippingCarrierCustomerAccount.md │ │ │ │ │ │ │ ├── TMSShippingCarrierCustomerAccountCriteria.md │ │ │ │ │ │ │ ├── TMSTransitTimeDetail.md │ │ │ │ │ │ │ ├── TMSTransitTimeEngine.md │ │ │ │ │ │ │ ├── TMSTransitTimeField.md │ │ │ │ │ │ │ ├── TMSZoneEngine.md │ │ │ │ │ │ │ ├── TMSZoneMaster.md │ │ │ │ │ │ │ ├── TMSZoneMasterDetail.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── TMSAccessorialAssignment.md │ │ │ │ │ │ │ ├── TMSAccessorialMaster.md │ │ │ │ │ │ │ ├── TMSCarrier.md │ │ │ │ │ │ │ ├── TMSCarrierFuelIndexTable.md │ │ │ │ │ │ │ ├── TMSCarrierGroup.md │ │ │ │ │ │ │ ├── TMSCarrierGroupXRef.md │ │ │ │ │ │ │ ├── TMSCarrierTransportationStatus.md │ │ │ │ │ │ │ ├── TMSChangeReason.md │ │ │ │ │ │ │ ├── TMSChargeOverride.md │ │ │ │ │ │ │ ├── TMSChargeOverrideDetail.md │ │ │ │ │ │ │ ├── TMSChargeOverrideTable.md │ │ │ │ │ │ │ ├── TMSDiscountTable.md │ │ │ │ │ │ │ ├── TMSFreightBillType.md │ │ │ │ │ │ │ ├── TMSFreightBillTypeDetail.md │ │ │ │ │ │ │ ├── TMSFreightMatchReason.md │ │ │ │ │ │ │ ├── TMSFuelIndexRegion.md │ │ │ │ │ │ │ ├── TMSHubAccessorial.md │ │ │ │ │ │ │ ├── TMSInventEnabled.md │ │ │ │ │ │ │ ├── TMSLoadBuildSession.md │ │ │ │ │ │ │ ├── TMSLoadBuildStrategyInputSet.md │ │ │ │ │ │ │ ├── TMSLoadBuildTemplate.md │ │ │ │ │ │ │ ├── TMSMiscellaneousCharge.md │ │ │ │ │ │ │ ├── TMSProposedLoad.md │ │ │ │ │ │ │ ├── TMSProposedLoadContent.md │ │ │ │ │ │ │ ├── TMSRatingProfile.md │ │ │ │ │ │ │ ├── TMSRoute.md │ │ │ │ │ │ │ ├── TMSTransportationDetails.md │ │ │ │ │ │ │ ├── TMSTransportationStatus.md │ │ │ │ │ │ │ ├── TMSTransportationStatusMaster.md │ │ │ │ │ │ │ ├── TMSTransportationTemplate.md │ │ │ │ │ │ │ ├── TMSTransportationTender.md │ │ │ │ │ │ │ ├── TMSValueExcludedMiscCharges.md │ │ │ │ │ │ │ ├── TMSZoneMasterField.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── TMSCarrierDefaultLocation.md │ │ │ │ │ │ │ ├── TMSCarrierLogisticsLocation.md │ │ │ │ │ │ │ ├── TMSCarrierLogisticsLocationRole.md │ │ │ │ │ │ │ ├── TMSLoadBuildStrategy.md │ │ │ │ │ │ │ ├── TMSLoadBuildStrategyAttribValueSet.md │ │ │ │ │ │ │ ├── TMSLoadBuildStrategyAttribute.md │ │ │ │ │ │ │ ├── TMSLoadBuildStrategyClass.md │ │ │ │ │ │ │ ├── TMSLoadBuildTemplateLoadTemplate.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── TMSParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── TMSAppointment.md │ │ │ │ │ │ │ ├── TMSApptHistory.md │ │ │ │ │ │ │ ├── TMSDriverLog.md │ │ │ │ │ │ │ ├── TMSErrorLog.md │ │ │ │ │ │ │ ├── TMSFBDetailReconcile.md │ │ │ │ │ │ │ ├── TMSFBInvMatch.md │ │ │ │ │ │ │ ├── TMSFreightBillInvoiceMatchedRecords.md │ │ │ │ │ │ │ ├── TMSFreightBillMarkupTrans.md │ │ │ │ │ │ │ ├── TMSFuelIndex.md │ │ │ │ │ │ │ ├── TMSInvoiceLineReconcile.md │ │ │ │ │ │ │ ├── TMSInvoiceReference.md │ │ │ │ │ │ │ ├── TMSLoadSeal.md │ │ │ │ │ │ │ ├── TMSRateDetails.md │ │ │ │ │ │ │ ├── TMSRouteMarkupTrans.md │ │ │ │ │ │ │ ├── TMSRouteOverride.md │ │ │ │ │ │ │ ├── TMSRouteSegmentContainer.md │ │ │ │ │ │ │ ├── TMSRouteSegmentLoad.md │ │ │ │ │ │ │ ├── TMSRouteSegmentLoadLine.md │ │ │ │ │ │ │ ├── TMSRouteSegmentShipment.md │ │ │ │ │ │ │ ├── TMSTransTenderHistory.md │ │ │ │ │ │ │ ├── TMSTransaction.md │ │ │ │ │ │ │ ├── TMSTransferCharges.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── TMSInventTransferTable.md │ │ │ │ │ │ │ ├── TMSInvoiceTable.md │ │ │ │ │ │ │ ├── TMSPurchAgreementHeader.md │ │ │ │ │ │ │ ├── TMSPurchTable.md │ │ │ │ │ │ │ ├── TMSSalesAgreementHeader.md │ │ │ │ │ │ │ ├── TMSSalesTable.md │ │ │ │ │ │ │ ├── TMSTransportRequestTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── TMSCarrierFuelIndexLine.md │ │ │ │ │ │ │ ├── TMSCarrierXRef.md │ │ │ │ │ │ │ ├── TMSFreightBillDetail.md │ │ │ │ │ │ │ ├── TMSInvoiceLine.md │ │ │ │ │ │ │ ├── TMSLedgerJourRef.md │ │ │ │ │ │ │ ├── TMSRateRouteLine.md │ │ │ │ │ │ │ ├── TMSRouteRateDetail.md │ │ │ │ │ │ │ ├── TMSRouteSegment.md │ │ │ │ │ │ │ ├── TMSRouteSegmentTable.md │ │ │ │ │ │ │ ├── TMSRouteTable.md │ │ │ │ │ │ │ ├── TMSTransportRequestLine.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── Vendor │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── VendGroup.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── VendBankAccount.md │ │ │ │ │ │ │ ├── VendDefaultAccounts.md │ │ │ │ │ │ │ ├── VendDefaultLocation.md │ │ │ │ │ │ │ ├── VendFieldMetadata.md │ │ │ │ │ │ │ ├── VendFieldMetadataGroup.md │ │ │ │ │ │ │ ├── VendTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── VendVendorPortalUserRequest.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── VendTableChangeProposalFieldEnablement.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── VendCategory.md │ │ │ │ │ │ │ ├── VendCertification.md │ │ │ │ │ │ │ ├── VendOnHoldHistory.md │ │ │ │ │ │ │ ├── VendUserRequest.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Worksheet │ │ │ │ │ │ │ ├── VendTableChangeProposal.md │ │ │ │ │ │ │ ├── VendVendorRequest.md │ │ │ │ │ │ │ ├── VendVendorRequestNewVendor.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ └── overview.md │ │ │ │ ├── System │ │ │ │ │ ├── SystemAdministration │ │ │ │ │ │ ├── Framework │ │ │ │ │ │ │ ├── AifSqlCdcEnabledTables.md │ │ │ │ │ │ │ ├── AifSqlCtTriggers.md │ │ │ │ │ │ │ ├── AifSqlCtVersion.md │ │ │ │ │ │ │ ├── BIConfiguration.md │ │ │ │ │ │ │ ├── BusinessEventsCatalogSecurity.md │ │ │ │ │ │ │ ├── EventCUD.md │ │ │ │ │ │ │ ├── EventCompanyRule.md │ │ │ │ │ │ │ ├── EventInbox.md │ │ │ │ │ │ │ ├── EventInboxData.md │ │ │ │ │ │ │ ├── ExpressionElement.md │ │ │ │ │ │ │ ├── ExpressionPredicate.md │ │ │ │ │ │ │ ├── ExpressionProjectionDatasource.md │ │ │ │ │ │ │ ├── ExpressionProjectionField.md │ │ │ │ │ │ │ ├── ExpressionStagingTable.md │ │ │ │ │ │ │ ├── ExpressionTable.md │ │ │ │ │ │ │ ├── NumberSequenceDatatype.md │ │ │ │ │ │ │ ├── NumberSequenceDeployment.md │ │ │ │ │ │ │ ├── NumberSequenceGroup.md │ │ │ │ │ │ │ ├── NumberSequenceGroupRef.md │ │ │ │ │ │ │ ├── NumberSequenceHistory.md │ │ │ │ │ │ │ ├── NumberSequenceReference.md │ │ │ │ │ │ │ ├── NumberSequenceTTS.md │ │ │ │ │ │ │ ├── NumberSequenceTable.md │ │ │ │ │ │ │ ├── ReleaseUpdateBulkCopyField.md │ │ │ │ │ │ │ ├── ReleaseUpdateBulkCopyFieldErrors.md │ │ │ │ │ │ │ ├── ReleaseUpdateBulkCopyFieldOptions.md │ │ │ │ │ │ │ ├── ReleaseUpdateBulkCopyLog.md │ │ │ │ │ │ │ ├── ReleaseUpdateBulkCopyParameters.md │ │ │ │ │ │ │ ├── ReleaseUpdateBulkCopyTable.md │ │ │ │ │ │ │ ├── ReleaseUpdateBulkCopyTableExceptions.md │ │ │ │ │ │ │ ├── ReleaseUpdateBulkFlags.md │ │ │ │ │ │ │ ├── ReleaseUpdateBulkRefRecIdPatch.md │ │ │ │ │ │ │ ├── ReleaseUpdateBulkTableInfo.md │ │ │ │ │ │ │ ├── ReleaseUpdateConfiguration.md │ │ │ │ │ │ │ ├── ReleaseUpdateDataAreaOffsets.md │ │ │ │ │ │ │ ├── ReleaseUpdateDiscoveryStatus.md │ │ │ │ │ │ │ ├── ReleaseUpdateDynamicDependency.md │ │ │ │ │ │ │ ├── ReleaseUpdateExtendedDataTypes.md │ │ │ │ │ │ │ ├── ReleaseUpdateJobStatus.md │ │ │ │ │ │ │ ├── ReleaseUpdateLog.md │ │ │ │ │ │ │ ├── ReleaseUpdateMinorScripts.md │ │ │ │ │ │ │ ├── ReleaseUpdatePrioritizedJobs.md │ │ │ │ │ │ │ ├── ReleaseUpdateScriptDependency.md │ │ │ │ │ │ │ ├── ReleaseUpdateScripts.md │ │ │ │ │ │ │ ├── ReleaseUpdateScriptsHistory.md │ │ │ │ │ │ │ ├── ReleaseUpdateScriptsUsedTables.md │ │ │ │ │ │ │ ├── ReleaseUpdateSpecialFieldMapping.md │ │ │ │ │ │ │ ├── ReleaseUpdateSpecialTableMapping.md │ │ │ │ │ │ │ ├── ReleaseUpdateSysDeleted.md │ │ │ │ │ │ │ ├── ReleaseUpdateTableRelationType.md │ │ │ │ │ │ │ ├── ReleaseUpdateTransformSourceField.md │ │ │ │ │ │ │ ├── ReleaseUpdateTransformTable.md │ │ │ │ │ │ │ ├── ReleaseUpdateTransformTargetField.md │ │ │ │ │ │ │ ├── ReleaseUpdateValidation.md │ │ │ │ │ │ │ ├── SRSReportParameters.md │ │ │ │ │ │ │ ├── SRSReportPrintDestinationSettings.md │ │ │ │ │ │ │ ├── SRSReportQuery.md │ │ │ │ │ │ │ ├── SRSTmpDataStore.md │ │ │ │ │ │ │ ├── SrsDefaultPrintDestination.md │ │ │ │ │ │ │ ├── SrsReportPeriodicCleanUpConfig.md │ │ │ │ │ │ │ ├── SrsReportPreProcessedDetails.md │ │ │ │ │ │ │ ├── SrsReportQueryStringDetails.md │ │ │ │ │ │ │ ├── SrsReportQueryStringDetailsCleanerConfig.md │ │ │ │ │ │ │ ├── StateMachineLog.md │ │ │ │ │ │ │ ├── StateMachineTransitionLog.md │ │ │ │ │ │ │ ├── SysAOSMeasurement.md │ │ │ │ │ │ │ ├── SysCheckListItemTable.md │ │ │ │ │ │ │ ├── SysCheckListTable.md │ │ │ │ │ │ │ ├── SysClientPerf.md │ │ │ │ │ │ │ ├── SysClusterConfig.md │ │ │ │ │ │ │ ├── SysDataCacheConfigurationTable.md │ │ │ │ │ │ │ ├── SysDataCacheContextTable.md │ │ │ │ │ │ │ ├── SysDataCacheParameters.md │ │ │ │ │ │ │ ├── SysDataImpLog.md │ │ │ │ │ │ │ ├── SysDataImpLogRef.md │ │ │ │ │ │ │ ├── SysEmailAttachmentData.md │ │ │ │ │ │ │ ├── SysExceptionTable.md │ │ │ │ │ │ │ ├── SysFilterStructureTable.md │ │ │ │ │ │ │ ├── SysFilterTable.md │ │ │ │ │ │ │ ├── SysOAuthConfiguration.md │ │ │ │ │ │ │ ├── SysOAuthUserTokens.md │ │ │ │ │ │ │ ├── SysProgress.md │ │ │ │ │ │ │ ├── SysRemoveConfig.md │ │ │ │ │ │ │ ├── SysRemoveFields.md │ │ │ │ │ │ │ ├── SysRemoveLicense.md │ │ │ │ │ │ │ ├── SysRemoveTables.md │ │ │ │ │ │ │ ├── SysSQMDeployment.md │ │ │ │ │ │ │ ├── SysServerConfig.md │ │ │ │ │ │ │ ├── SysSortOrder.md │ │ │ │ │ │ │ ├── SysTraceTable.md │ │ │ │ │ │ │ ├── SysTraceTableSQL.md │ │ │ │ │ │ │ ├── SysTraceTableSQLTabRef.md │ │ │ │ │ │ │ ├── overview.md │ │ │ │ │ │ │ └── xRefTableRelation.md │ │ │ │ │ │ ├── Group │ │ │ │ │ │ │ ├── BatchGroup.md │ │ │ │ │ │ │ ├── BatchJobActivePeriod.md │ │ │ │ │ │ │ ├── BatchJobRecurrenceCount.md │ │ │ │ │ │ │ ├── ContentType.md │ │ │ │ │ │ │ ├── DocuTableEnabled.md │ │ │ │ │ │ │ ├── DocuType.md │ │ │ │ │ │ │ ├── EPWebSiteParameters.md │ │ │ │ │ │ │ ├── LanguageTable.md │ │ │ │ │ │ │ ├── PrintMgmtIdentificationText.md │ │ │ │ │ │ │ ├── PrintMgmtReportFormat.md │ │ │ │ │ │ │ ├── SysDocuBrandDetails.md │ │ │ │ │ │ │ ├── SysDocuBrands.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── BIDateDimension.md │ │ │ │ │ │ │ ├── BIDateDimensionTranslations.md │ │ │ │ │ │ │ ├── BIDateDimensionValue.md │ │ │ │ │ │ │ ├── BIDateGregorian.md │ │ │ │ │ │ │ ├── BIUdmTranslations.md │ │ │ │ │ │ │ ├── EventRule.md │ │ │ │ │ │ │ ├── EventRuleData.md │ │ │ │ │ │ │ ├── EventRuleField.md │ │ │ │ │ │ │ ├── EventRuleIgnore.md │ │ │ │ │ │ │ ├── EventRuleIgnoreAggregation.md │ │ │ │ │ │ │ ├── EventRuleRel.md │ │ │ │ │ │ │ ├── EventRuleRelData.md │ │ │ │ │ │ │ ├── PrintMgmtDocInstance.md │ │ │ │ │ │ │ ├── PrintMgmtSettings.md │ │ │ │ │ │ │ ├── RetailTmpBulkProductAttributeValue.md │ │ │ │ │ │ │ ├── RetailTmpCatProdInternalOrgInstanceVal.md │ │ │ │ │ │ │ ├── RetailTmpCatalogIntOrgAttributeTrans.md │ │ │ │ │ │ │ ├── RetailTmpCatalogIntOrgPublishSummary.md │ │ │ │ │ │ │ ├── RetailTmpCatalogProductMaster.md │ │ │ │ │ │ │ ├── RetailTmpCatalogProductTrans.md │ │ │ │ │ │ │ ├── RetailTmpInternalOrgProductInstanceValue.md │ │ │ │ │ │ │ ├── SIGProcSetup.md │ │ │ │ │ │ │ ├── SIGProcSetupField.md │ │ │ │ │ │ │ ├── SysAADClientTable.md │ │ │ │ │ │ │ ├── SysCompanyGUIDUsers.md │ │ │ │ │ │ │ ├── SysEmailMessageSystemTable.md │ │ │ │ │ │ │ ├── SysEmailMessageTable.md │ │ │ │ │ │ │ ├── SysEmailSystemTable.md │ │ │ │ │ │ │ ├── SysEmailTable.md │ │ │ │ │ │ │ ├── SysImageTable.md │ │ │ │ │ │ │ ├── SysInetThemeTable.md │ │ │ │ │ │ │ ├── SysLabelInterval.md │ │ │ │ │ │ │ ├── SysRecordTemplateSystemTable.md │ │ │ │ │ │ │ ├── SysRecordTemplateTable.md │ │ │ │ │ │ │ ├── SysTaskRecorderBusinessValidations.md │ │ │ │ │ │ │ ├── SysTaskRecorderFramework.md │ │ │ │ │ │ │ ├── SysTaskRecorderFrameworkIndustryMap.md │ │ │ │ │ │ │ ├── SysTaskRecorderFrameworkLevel.md │ │ │ │ │ │ │ ├── SysTaskRecorderFrameworkLine.md │ │ │ │ │ │ │ ├── SysTaskRecorderIndustry.md │ │ │ │ │ │ │ ├── SysUserInfo.md │ │ │ │ │ │ │ ├── SysUserLog.md │ │ │ │ │ │ │ ├── UserGroupInfo.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── AifSqlChangeTrackingEnabledTables.md │ │ │ │ │ │ │ ├── AxKPIGoalTable.md │ │ │ │ │ │ │ ├── AxKPIRangeTable.md │ │ │ │ │ │ │ ├── AxKPITable.md │ │ │ │ │ │ │ ├── AxKPITrendTable.md │ │ │ │ │ │ │ ├── AxKPIValueTable.md │ │ │ │ │ │ │ ├── B2BInvitationConfig.md │ │ │ │ │ │ │ ├── BICalendarOffsets.md │ │ │ │ │ │ │ ├── BIIncrementalAnalysis.md │ │ │ │ │ │ │ ├── BIIncrementalTableModifications.md │ │ │ │ │ │ │ ├── BIKpiDefinition.md │ │ │ │ │ │ │ ├── BIMeasurement.md │ │ │ │ │ │ │ ├── BIMeasurementDatasourceQuery.md │ │ │ │ │ │ │ ├── BIMeasurementPriorityAssignments.md │ │ │ │ │ │ │ ├── BIMeasurementProcessingLog.md │ │ │ │ │ │ │ ├── BIMeasurementProcessingStatisticsFull.md │ │ │ │ │ │ │ ├── BIMeasurementProcessingStatisticsIncremental.md │ │ │ │ │ │ │ ├── BIMeasurementTrackedTable.md │ │ │ │ │ │ │ ├── BIPriorityAgeLimits.md │ │ │ │ │ │ │ ├── BI_CSVExport.md │ │ │ │ │ │ │ ├── BpstConfigurationTable.md │ │ │ │ │ │ │ ├── BusinessEventsAzureBlobStorageEndpoint.md │ │ │ │ │ │ │ ├── BusinessEventsAzureEndpoint.md │ │ │ │ │ │ │ ├── BusinessEventsBundle.md │ │ │ │ │ │ │ ├── BusinessEventsBundleQueue.md │ │ │ │ │ │ │ ├── BusinessEventsCommitLog.md │ │ │ │ │ │ │ ├── BusinessEventsCondition.md │ │ │ │ │ │ │ ├── BusinessEventsConfiguration.md │ │ │ │ │ │ │ ├── BusinessEventsDefinition.md │ │ │ │ │ │ │ ├── BusinessEventsEndpoint.md │ │ │ │ │ │ │ ├── BusinessEventsEventGridEndpoint.md │ │ │ │ │ │ │ ├── BusinessEventsEventHubEndpoint.md │ │ │ │ │ │ │ ├── BusinessEventsExceptionLog.md │ │ │ │ │ │ │ ├── BusinessEventsFlowEndpoint.md │ │ │ │ │ │ │ ├── BusinessEventsServiceBusQueueEndpoint.md │ │ │ │ │ │ │ ├── BusinessEventsServiceBusTopicEndpoint.md │ │ │ │ │ │ │ ├── BusinessEventsTable.md │ │ │ │ │ │ │ ├── CDSAIntegration.md │ │ │ │ │ │ │ ├── DataFeedsBundle.md │ │ │ │ │ │ │ ├── DataFeedsBundleQueue.md │ │ │ │ │ │ │ ├── DataFeedsCommitLog.md │ │ │ │ │ │ │ ├── DataFeedsDefinition.md │ │ │ │ │ │ │ ├── DataFeedsEntityCatalog.md │ │ │ │ │ │ │ ├── DataFeedsEntityFieldMapping.md │ │ │ │ │ │ │ ├── DataFeedsExceptionLog.md │ │ │ │ │ │ │ ├── DataFeedsParameters.md │ │ │ │ │ │ │ ├── DiagnosticsValidationRule.md │ │ │ │ │ │ │ ├── DocuDeletedFile.md │ │ │ │ │ │ │ ├── DocuRefCountEnabledSummaryCache.md │ │ │ │ │ │ │ ├── DocuTemplate.md │ │ │ │ │ │ │ ├── DocumentRoutingClientApp.md │ │ │ │ │ │ │ ├── DocumentRoutingHistoryConfig.md │ │ │ │ │ │ │ ├── DocumentRoutingHistoryConfig2.md │ │ │ │ │ │ │ ├── DocumentRoutingInstallerParameters.md │ │ │ │ │ │ │ ├── DocumentRoutingJob.md │ │ │ │ │ │ │ ├── DocumentRoutingPrinterAppAssociation.md │ │ │ │ │ │ │ ├── DownloadUrl.md │ │ │ │ │ │ │ ├── DualWriteErrorLog.md │ │ │ │ │ │ │ ├── DualWriteManualReconciliationRef.md │ │ │ │ │ │ │ ├── DualWriteParameters.md │ │ │ │ │ │ │ ├── DualWriteProjectConfiguration.md │ │ │ │ │ │ │ ├── DualWriteProjectFieldConfiguration.md │ │ │ │ │ │ │ ├── DualWriteTransactionBreadCrumb.md │ │ │ │ │ │ │ ├── EESecurityPrivilegesTracked.md │ │ │ │ │ │ │ ├── EeAccessLogSysDatabaseTmp.md │ │ │ │ │ │ │ ├── EventCUDLines.md │ │ │ │ │ │ │ ├── EventEntitySyncRules.md │ │ │ │ │ │ │ ├── EventEntitySyncTables.md │ │ │ │ │ │ │ ├── EventEntitySyncUsage.md │ │ │ │ │ │ │ ├── ExternalFeedConfiguration.md │ │ │ │ │ │ │ ├── FeatureManagementMetadata.md │ │ │ │ │ │ │ ├── FeatureManagementMetadataTranslation.md │ │ │ │ │ │ │ ├── FeatureManagementState.md │ │ │ │ │ │ │ ├── FormControlReactGridState.md │ │ │ │ │ │ │ ├── FormRunConfiguration.md │ │ │ │ │ │ │ ├── FormRunConfigurationCacheSync.md │ │ │ │ │ │ │ ├── FormRunConfigurationLegalEntity.md │ │ │ │ │ │ │ ├── FormRunConfigurationLinkedPin.md │ │ │ │ │ │ │ ├── FormRunConfigurationOptions.md │ │ │ │ │ │ │ ├── FormRunConfigurationProperty.md │ │ │ │ │ │ │ ├── FormRunConfigurationPropertyRecommendation.md │ │ │ │ │ │ │ ├── FormRunConfigurationPublishedView.md │ │ │ │ │ │ │ ├── FormRunConfigurationRole.md │ │ │ │ │ │ │ ├── FormRunConfigurationUserWorkspace.md │ │ │ │ │ │ │ ├── IndexDefragmentationExcludeTable.md │ │ │ │ │ │ │ ├── IndexDefragmentationPrioritizeTable.md │ │ │ │ │ │ │ ├── IntegrationActivityAckHistoryTable.md │ │ │ │ │ │ │ ├── IntegrationActivityMessageTable.md │ │ │ │ │ │ │ ├── IntegrationActivityRuntimeBatchTable.md │ │ │ │ │ │ │ ├── IntegrationActivityRuntimeExecutionTable.md │ │ │ │ │ │ │ ├── IntegrationActivityRuntimeMonitoringTable.md │ │ │ │ │ │ │ ├── IntegrationActivityRuntimeTable.md │ │ │ │ │ │ │ ├── IntegrationActivityTable.md │ │ │ │ │ │ │ ├── IntegrationClientMapTable.md │ │ │ │ │ │ │ ├── KPIDataCacheTable.md │ │ │ │ │ │ │ ├── KPIDetailDataCacheTable.md │ │ │ │ │ │ │ ├── KeyVaultCertificateTable.md │ │ │ │ │ │ │ ├── NumberSequenceDatatypeParameterType.md │ │ │ │ │ │ │ ├── NumberSequenceScope.md │ │ │ │ │ │ │ ├── NumberSequenceSegments.md │ │ │ │ │ │ │ ├── OfficeAppAppletRegistration.md │ │ │ │ │ │ │ ├── OfficeAppParameters.md │ │ │ │ │ │ │ ├── OfficeAppResourceRegistration.md │ │ │ │ │ │ │ ├── PBIEmbeddedOverride.md │ │ │ │ │ │ │ ├── PSNUserInfo.md │ │ │ │ │ │ │ ├── PerfTimeLog.md │ │ │ │ │ │ │ ├── PowerBIConfig.md │ │ │ │ │ │ │ ├── PowerBIFormControlBinding.md │ │ │ │ │ │ │ ├── PrintJobLogTable.md │ │ │ │ │ │ │ ├── ProvisioningPlanConfigKey.md │ │ │ │ │ │ │ ├── ProvisioningPlanLimit.md │ │ │ │ │ │ │ ├── ProvisioningResourceAttributeTable.md │ │ │ │ │ │ │ ├── ProvisioningResourceTable.md │ │ │ │ │ │ │ ├── ReleaseUpdateChangeTrackingTables.md │ │ │ │ │ │ │ ├── ReleaseUpdateDisabledIndexes.md │ │ │ │ │ │ │ ├── ReleaseUpdateScriptsErrorLog.md │ │ │ │ │ │ │ ├── ReleaseUpdateScriptsLog.md │ │ │ │ │ │ │ ├── ReleaseUpdateVersions.md │ │ │ │ │ │ │ ├── ReportLanguageFont.md │ │ │ │ │ │ │ ├── RetailTmpAssortedProductDateRange.md │ │ │ │ │ │ │ ├── RetailTmpAssortmentRecordsToKeep.md │ │ │ │ │ │ │ ├── RetailTmpAttribTypeEnumList.md │ │ │ │ │ │ │ ├── RetailTmpAttribTypeMsg.md │ │ │ │ │ │ │ ├── RetailTmpCatBulkAttrib.md │ │ │ │ │ │ │ ├── RetailTmpCatalogMedia.md │ │ │ │ │ │ │ ├── RetailTmpCatalogProductDateRange.md │ │ │ │ │ │ │ ├── RetailTmpCatalogProductMedia.md │ │ │ │ │ │ │ ├── RetailTmpCategoryMedia.md │ │ │ │ │ │ │ ├── RetailTmpCustomerMedia.md │ │ │ │ │ │ │ ├── RetailTmpProdBulkAttrib.md │ │ │ │ │ │ │ ├── RetailTmpProductMedia.md │ │ │ │ │ │ │ ├── RetailTmpWorkerMedia.md │ │ │ │ │ │ │ ├── SecurityConfig.md │ │ │ │ │ │ │ ├── SecurityRoleDutyPrivilegeExplodedGraph.md │ │ │ │ │ │ │ ├── SessionRecoverableStateGenericTable.md │ │ │ │ │ │ │ ├── SessionRecoverableStateRetentionTable.md │ │ │ │ │ │ │ ├── StorageFile.md │ │ │ │ │ │ │ ├── StorageFolder.md │ │ │ │ │ │ │ ├── StorageProvider.md │ │ │ │ │ │ │ ├── StorageSharedAccessPolicy.md │ │ │ │ │ │ │ ├── SysAppRecordings.md │ │ │ │ │ │ │ ├── SysAppStore.md │ │ │ │ │ │ │ ├── SysAvailableConfigurationKeyGroups.md │ │ │ │ │ │ │ ├── SysBroadcastMessage.md │ │ │ │ │ │ │ ├── SysCorpNetPrinters.md │ │ │ │ │ │ │ ├── SysCryptographyCrawlerStatus.md │ │ │ │ │ │ │ ├── SysDataContextCustomTable.md │ │ │ │ │ │ │ ├── SysDataExpConfig.md │ │ │ │ │ │ │ ├── SysDataExpEventLog.md │ │ │ │ │ │ │ ├── SysDocuBrandDetailsRegular.md │ │ │ │ │ │ │ ├── SysDraining.md │ │ │ │ │ │ │ ├── SysEmailAccountTable.md │ │ │ │ │ │ │ ├── SysEmailAttachmentHistory.md │ │ │ │ │ │ │ ├── SysEmailHistory.md │ │ │ │ │ │ │ ├── SysEmailMessageReadContentTable.md │ │ │ │ │ │ │ ├── SysEmailMessageReadTable.md │ │ │ │ │ │ │ ├── SysEmailRead.md │ │ │ │ │ │ │ ├── SysEmailSMTPPassword.md │ │ │ │ │ │ │ ├── SysEncryptionLog.md │ │ │ │ │ │ │ ├── SysEntryPointLicenseType.md │ │ │ │ │ │ │ ├── SysFeatureStateV0.md │ │ │ │ │ │ │ ├── SysFlighting.md │ │ │ │ │ │ │ ├── SysGettingStartedTaskGuides.md │ │ │ │ │ │ │ ├── SysHelpWiki.md │ │ │ │ │ │ │ ├── SysHistoricalCryptography.md │ │ │ │ │ │ │ ├── SysHistoricalSignature.md │ │ │ │ │ │ │ ├── SysIndexDetails.md │ │ │ │ │ │ │ ├── SysIndexRebuildActivityDetails.md │ │ │ │ │ │ │ ├── SysIndexRebuildActivityLog.md │ │ │ │ │ │ │ ├── SysIndexRebuildExclusionList.md │ │ │ │ │ │ │ ├── SysLCSLibrary.md │ │ │ │ │ │ │ ├── SysLCSProject.md │ │ │ │ │ │ │ ├── SysMenuNavigationFavoriteItemsTable.md │ │ │ │ │ │ │ ├── SysMenuNavigationRecentlyUsedItemsTable.md │ │ │ │ │ │ │ ├── SysNotificationHubConfig.md │ │ │ │ │ │ │ ├── SysOpFindPrimesTrackingTable.md │ │ │ │ │ │ │ ├── SysOpFindPrimesWithTasksTrackingTable.md │ │ │ │ │ │ │ ├── SysPluginClass.md │ │ │ │ │ │ │ ├── SysPluginConfiguration.md │ │ │ │ │ │ │ ├── SysPluginMetadata.md │ │ │ │ │ │ │ ├── SysPluginMetadataValue.md │ │ │ │ │ │ │ ├── SysReportAdministration.md │ │ │ │ │ │ │ ├── SysSecExcludeRoleForAssignment.md │ │ │ │ │ │ │ ├── SysSecObjectsTmp.md │ │ │ │ │ │ │ ├── SysServiceSecurityObjectTable.md │ │ │ │ │ │ │ ├── SysSignatureCrawlerStatus.md │ │ │ │ │ │ │ ├── SysTableHistoricalSignature.md │ │ │ │ │ │ │ ├── SysTaskGuide.md │ │ │ │ │ │ │ ├── SysTaskRecorderFormContext.md │ │ │ │ │ │ │ ├── SysTaskRecorderNode.md │ │ │ │ │ │ │ ├── SysTaskRecorderNodeAnnotationUserAction.md │ │ │ │ │ │ │ ├── SysTaskRecorderNodeCommandArgument.md │ │ │ │ │ │ │ ├── SysTaskRecorderNodeCommandUserAction.md │ │ │ │ │ │ │ ├── SysTaskRecorderNodeFormUserAction.md │ │ │ │ │ │ │ ├── SysTaskRecorderNodeFormUserActionInputOutput.md │ │ │ │ │ │ │ ├── SysTaskRecorderNodeInfoUserAction.md │ │ │ │ │ │ │ ├── SysTaskRecorderNodeMenuItemUserAction.md │ │ │ │ │ │ │ ├── SysTaskRecorderNodePropertyUserAction.md │ │ │ │ │ │ │ ├── SysTaskRecorderNodeScope.md │ │ │ │ │ │ │ ├── SysTaskRecorderNodeTaskUserAction.md │ │ │ │ │ │ │ ├── SysTaskRecorderNodeUserAction.md │ │ │ │ │ │ │ ├── SysTaskRecorderNodeValidationUserAction.md │ │ │ │ │ │ │ ├── SysTaskRecorderRecording.md │ │ │ │ │ │ │ ├── SysTestBatchClass.md │ │ │ │ │ │ │ ├── SysTestBatchClassGroup.md │ │ │ │ │ │ │ ├── SysTestBatchResults.md │ │ │ │ │ │ │ ├── SysTestBatchRun.md │ │ │ │ │ │ │ ├── SysTestClassGroups.md │ │ │ │ │ │ │ ├── SysTestDataset.md │ │ │ │ │ │ │ ├── SysTestDatasetPartition.md │ │ │ │ │ │ │ ├── SysTestGroupDependencies.md │ │ │ │ │ │ │ ├── SysTestPartition.md │ │ │ │ │ │ │ ├── SysTestRecordCountTable.md │ │ │ │ │ │ │ ├── SysTestResultsTable.md │ │ │ │ │ │ │ ├── SysTestTransactionIsolation.md │ │ │ │ │ │ │ ├── SysTraceFiles.md │ │ │ │ │ │ │ ├── SysTracingTable.md │ │ │ │ │ │ │ ├── SysUserLicenseCount.md │ │ │ │ │ │ │ ├── SysUserLicenseDetails.md │ │ │ │ │ │ │ ├── SysUserLicenseList.md │ │ │ │ │ │ │ ├── SysUserRequestParameters.md │ │ │ │ │ │ │ ├── SysUserRequestSecurityRoles.md │ │ │ │ │ │ │ ├── SystemNotification.md │ │ │ │ │ │ │ ├── SystemNotificationAction.md │ │ │ │ │ │ │ ├── SystemNotificationUser.md │ │ │ │ │ │ │ ├── TmpTreeTable.md │ │ │ │ │ │ │ ├── UserAddHistoryInfo.md │ │ │ │ │ │ │ ├── UserAddHistoryList.md │ │ │ │ │ │ │ ├── UserGroupList.md │ │ │ │ │ │ │ ├── UserGuid.md │ │ │ │ │ │ │ ├── UserRequestACSUrlStorage.md │ │ │ │ │ │ │ ├── XmlCertificate.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── BIMeasurementParameters.md │ │ │ │ │ │ │ ├── BusinessEventsParameters.md │ │ │ │ │ │ │ ├── DatabaseLogParameters.md │ │ │ │ │ │ │ ├── DocuFileTypes.md │ │ │ │ │ │ │ ├── DocuParameters.md │ │ │ │ │ │ │ ├── EPDocuParameters.md │ │ │ │ │ │ │ ├── EPGlobalParameters.md │ │ │ │ │ │ │ ├── EventParameters.md │ │ │ │ │ │ │ ├── EventSystemParameters.md │ │ │ │ │ │ │ ├── FeatureManagementParameters.md │ │ │ │ │ │ │ ├── FileUploadConfiguration.md │ │ │ │ │ │ │ ├── SIGParameters.md │ │ │ │ │ │ │ ├── SysEmailParameters.md │ │ │ │ │ │ │ ├── SysEmailPopClientConstraints.md │ │ │ │ │ │ │ ├── SysEmailPopClientForbiddenExtension.md │ │ │ │ │ │ │ ├── SysEmailRetrySchedule.md │ │ │ │ │ │ │ ├── SysFileStoreParameters.md │ │ │ │ │ │ │ ├── SysHelpCpsSetup.md │ │ │ │ │ │ │ ├── SysHelpSetup.md │ │ │ │ │ │ │ ├── SysINetTable.md │ │ │ │ │ │ │ ├── SysPerimeterNetworkParams.md │ │ │ │ │ │ │ ├── SysTaskRecorderParameters.md │ │ │ │ │ │ │ ├── SystemJobParameters.md │ │ │ │ │ │ │ ├── SystemParameters.md │ │ │ │ │ │ │ ├── UpgradeServiceSettings.md │ │ │ │ │ │ │ ├── UserRequestParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── BIDateDimensionFormatStrings.md │ │ │ │ │ │ │ ├── SRSAnalysisEnums.md │ │ │ │ │ │ │ ├── SRSUpdateOptions.md │ │ │ │ │ │ │ ├── SRSUserConfiguration.md │ │ │ │ │ │ │ ├── SysDocuBrandImages.md │ │ │ │ │ │ │ ├── SysOld2NewRecId.md │ │ │ │ │ │ │ ├── SysSQMSettings.md │ │ │ │ │ │ │ ├── SysSecClipboard.md │ │ │ │ │ │ │ ├── TimezoneInfo.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Transaction │ │ │ │ │ │ │ ├── Batch.md │ │ │ │ │ │ │ ├── BatchConstraints.md │ │ │ │ │ │ │ ├── BatchConstraintsHistory.md │ │ │ │ │ │ │ ├── BatchHistory.md │ │ │ │ │ │ │ ├── BatchJob.md │ │ │ │ │ │ │ ├── BatchJobAlerts.md │ │ │ │ │ │ │ ├── BatchJobHistory.md │ │ │ │ │ │ │ ├── BatchServerConfig.md │ │ │ │ │ │ │ ├── BatchServerGroup.md │ │ │ │ │ │ │ ├── DocuDeletedValue.md │ │ │ │ │ │ │ ├── DocuValue.md │ │ │ │ │ │ │ ├── DocuValueMetaData.md │ │ │ │ │ │ │ ├── EESecurityRightsUpdateLog.md │ │ │ │ │ │ │ ├── EeReadDataBaseLog.md │ │ │ │ │ │ │ ├── EeSecurityRightsChangeLog.md │ │ │ │ │ │ │ ├── EeUserRoleChangeLog.md │ │ │ │ │ │ │ ├── NumberSequenceList.md │ │ │ │ │ │ │ ├── SIGCertificateUsage.md │ │ │ │ │ │ │ ├── SIGProdStatusChange.md │ │ │ │ │ │ │ ├── SIGReasonCode.md │ │ │ │ │ │ │ ├── SIGReportFinished.md │ │ │ │ │ │ │ ├── SIGSignatureDelegation.md │ │ │ │ │ │ │ ├── SIGSignatureFailure.md │ │ │ │ │ │ │ ├── SIGSignatureLog.md │ │ │ │ │ │ │ ├── SysDataBaseLog.md │ │ │ │ │ │ │ ├── SysEvent.md │ │ │ │ │ │ │ ├── SysOutgoingEmailData.md │ │ │ │ │ │ │ ├── SysOutgoingEmailTable.md │ │ │ │ │ │ │ ├── SysSignatureSetup.md │ │ │ │ │ │ │ ├── SysTaskRecorderLineArtifact.md │ │ │ │ │ │ │ ├── SysTaskRecorderPopulateTrace.md │ │ │ │ │ │ │ ├── SysUserRequest.md │ │ │ │ │ │ │ ├── UserRequest.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Worksheet │ │ │ │ │ │ │ ├── KeyVaultParameters.md │ │ │ │ │ │ │ ├── SysTestJobTable.md │ │ │ │ │ │ │ ├── SysTestLine.md │ │ │ │ │ │ │ ├── SysTestLineLog.md │ │ │ │ │ │ │ ├── SysTestTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetHeader │ │ │ │ │ │ │ ├── SysFileStore.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── WorksheetLine │ │ │ │ │ │ │ ├── DocuDeletedRef.md │ │ │ │ │ │ │ ├── DocuRef.md │ │ │ │ │ │ │ ├── SysFileStoreFile.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ ├── Workflow │ │ │ │ │ │ ├── Framework │ │ │ │ │ │ │ ├── SysWorkflowElementTable.md │ │ │ │ │ │ │ ├── SysWorkflowExternalElementTable.md │ │ │ │ │ │ │ ├── SysWorkflowFaultTable.md │ │ │ │ │ │ │ ├── SysWorkflowInstanceTable.md │ │ │ │ │ │ │ ├── SysWorkflowMessageTable.md │ │ │ │ │ │ │ ├── SysWorkflowTable.md │ │ │ │ │ │ │ ├── SysWorkflowTrackingEntry.md │ │ │ │ │ │ │ ├── WorkflowActionTable.md │ │ │ │ │ │ │ ├── WorkflowAssignmentTable.md │ │ │ │ │ │ │ ├── WorkflowAssociation.md │ │ │ │ │ │ │ ├── WorkflowElementLinkTable.md │ │ │ │ │ │ │ ├── WorkflowElementNotificationTable.md │ │ │ │ │ │ │ ├── WorkflowElementOutcomeTable.md │ │ │ │ │ │ │ ├── WorkflowElementTable.md │ │ │ │ │ │ │ ├── WorkflowElementViewState.md │ │ │ │ │ │ │ ├── WorkflowEscalationPathTable.md │ │ │ │ │ │ │ ├── WorkflowEscalationTable.md │ │ │ │ │ │ │ ├── WorkflowIdRelationshipMapping.md │ │ │ │ │ │ │ ├── WorkflowMaxRuntimeTable.md │ │ │ │ │ │ │ ├── WorkflowMessageText.md │ │ │ │ │ │ │ ├── WorkflowParallelBranchTable.md │ │ │ │ │ │ │ ├── WorkflowQueueDocumentCommonFields.md │ │ │ │ │ │ │ ├── WorkflowStepTable.md │ │ │ │ │ │ │ ├── WorkflowSubWorkflow.md │ │ │ │ │ │ │ ├── WorkflowSubWorkflowItem.md │ │ │ │ │ │ │ ├── WorkflowSubWorkflowTable.md │ │ │ │ │ │ │ ├── WorkflowTable.md │ │ │ │ │ │ │ ├── WorkflowTimeSpanTable.md │ │ │ │ │ │ │ ├── WorkflowTrackingArgumentTable.md │ │ │ │ │ │ │ ├── WorkflowTrackingCommentTable.md │ │ │ │ │ │ │ ├── WorkflowTrackingStatusTable.md │ │ │ │ │ │ │ ├── WorkflowTrackingTable.md │ │ │ │ │ │ │ ├── WorkflowTrackingWorkItem.md │ │ │ │ │ │ │ ├── WorkflowVersionNotificationTable.md │ │ │ │ │ │ │ ├── WorkflowVersionTable.md │ │ │ │ │ │ │ ├── WorkflowVersionTableNotes.md │ │ │ │ │ │ │ ├── WorkflowWorkItemCommentTable.md │ │ │ │ │ │ │ ├── WorkflowWorkItemQueue.md │ │ │ │ │ │ │ ├── WorkflowWorkItemQueueAssignee.md │ │ │ │ │ │ │ ├── WorkflowWorkItemQueueExpression.md │ │ │ │ │ │ │ ├── WorkflowWorkItemQueueExpressionDef.md │ │ │ │ │ │ │ ├── WorkflowWorkItemQueueGroup.md │ │ │ │ │ │ │ ├── WorkflowWorkItemQueueGroupRelation.md │ │ │ │ │ │ │ ├── WorkflowWorkItemTable.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Main │ │ │ │ │ │ │ ├── SysPolicy.md │ │ │ │ │ │ │ ├── SysPolicyOrganization.md │ │ │ │ │ │ │ ├── SysPolicyOrganizationTypeSequence.md │ │ │ │ │ │ │ ├── SysPolicyRule.md │ │ │ │ │ │ │ ├── SysPolicyRuleTypeSequence.md │ │ │ │ │ │ │ ├── SysPolicySequenceGroup.md │ │ │ │ │ │ │ ├── SysPolicySourceDocumentRule.md │ │ │ │ │ │ │ ├── SysPolicySourceDocumentRuleTranslation.md │ │ │ │ │ │ │ ├── SysPolicySourceDocumentRuleViolation.md │ │ │ │ │ │ │ ├── SysPolicyTypeSequence.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Miscellaneous │ │ │ │ │ │ │ ├── WorkflowInstantFlowEndpoints.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Parameter │ │ │ │ │ │ │ ├── SysWorkflowParameters.md │ │ │ │ │ │ │ ├── WorkflowParameters.md │ │ │ │ │ │ │ ├── WorkflowWorkItemDelegationParameters.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ ├── Reference │ │ │ │ │ │ │ ├── SysPolicyRuleType.md │ │ │ │ │ │ │ ├── SysPolicySourceDocumentRuleType.md │ │ │ │ │ │ │ ├── SysPolicyType.md │ │ │ │ │ │ │ ├── SysPolicyTypeSourceDocumentQuery.md │ │ │ │ │ │ │ └── overview.md │ │ │ │ │ │ └── overview.md │ │ │ │ │ └── overview.md │ │ │ │ └── overview.md │ │ │ └── overview.md │ │ ├── overview.md │ │ ├── overview_test.md │ │ └── toc.yml │ └── overview.md ├── sdk │ ├── convert-logical-entities-resolved-entities.md │ ├── from-modeljson-to-the-future.md │ ├── fundamentals.md │ ├── list-of-datatypes.md │ ├── list-of-traits.md │ ├── logical-definitions.md │ ├── manifest.md │ ├── overview.md │ ├── parquet-to-cdm-datatype.md │ ├── projections │ │ ├── addartifactattribute.md │ │ ├── addattributegroup.md │ │ ├── addcountattribute.md │ │ ├── addsupportingattribute.md │ │ ├── addtypeattribute.md │ │ ├── altertraits.md │ │ ├── arrayexpansion.md │ │ ├── combineattributes.md │ │ ├── excludeattributes.md │ │ ├── includeattributes.md │ │ ├── map-and-array-types.md │ │ ├── renameattributes.md │ │ └── replaceasforeignkey.md │ ├── resolution-guidance.md │ ├── syms-cdm.md │ └── trait-concepts-and-use-cases.md ├── troubleshooting │ ├── eventlist-usage.md │ └── log-code.md └── use.md ├── common-data-service ├── TOC.md └── docfx.json ├── content └── docfx.json ├── entity-reference ├── breadcrumb │ └── toc.yml ├── docfx.json └── toc.md ├── includes ├── cc-beta-prerelease-disclaimer.md ├── new-version-cdm.md ├── new-version-cds-sdk.md └── new-version.md └── templates ├── media └── screenshot.png └── new-file.md /.acrolinx-config.edn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/.acrolinx-config.edn -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/.gitignore -------------------------------------------------------------------------------- /.openpublishing.publish.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/.openpublishing.publish.config.json -------------------------------------------------------------------------------- /.openpublishing.redirection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/.openpublishing.redirection.json -------------------------------------------------------------------------------- /.vs/VSWorkspaceState.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/.vs/VSWorkspaceState.json -------------------------------------------------------------------------------- /.vs/common-data-model-pr/v16/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/.vs/common-data-model-pr/v16/.suo -------------------------------------------------------------------------------- /.vs/common-data-model-pr/v16/TestStore/0/000.testlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/.vs/common-data-model-pr/v16/TestStore/0/000.testlog -------------------------------------------------------------------------------- /.vs/common-data-model-pr/v16/TestStore/0/testlog.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/.vs/common-data-model-pr/v16/TestStore/0/testlog.manifest -------------------------------------------------------------------------------- /.vs/slnx.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/.vs/slnx.sqlite -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE-CODE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/LICENSE-CODE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/README.md -------------------------------------------------------------------------------- /ThirdPartyNotices: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/ThirdPartyNotices -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/api-reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/api-reference.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/argument.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/argument.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/argumentcollection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/argumentcollection.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/attributecontext.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/attributecontext.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/attributecontexttype.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/attributecontexttype.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/attributegroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/attributegroup.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/attributeitem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/attributeitem.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/attributeresolutionguidance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/attributeresolutionguidance.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/azurecloudendpoint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/azurecloudendpoint.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/blank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/blank.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/cdm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/cdm.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/cdmincrementalpartitiontype.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/cdmincrementalpartitiontype.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/cdmobject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/cdmobject.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/cdmobjectdefinition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/cdmobjectdefinition.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/cdmobjectreference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/cdmobjectreference.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/collection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/collection.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/constantentity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/constantentity.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/corpus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/corpus.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/dataformat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/dataformat.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/datapartition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/datapartition.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/datapartitionpattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/datapartitionpattern.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/datatype.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/datatype.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/definitioncollection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/definitioncollection.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/document.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/document.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/documentcollection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/documentcollection.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/e2erelationship.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/e2erelationship.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/entity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/entity.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/entityattribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/entityattribute.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/entitycollection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/entitycollection.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/entitydeclaration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/entitydeclaration.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/environmenttype.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/environmenttype.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/folder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/folder.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/foldercollection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/foldercollection.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/import.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/import.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/importcollection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/importcollection.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/importsloadstrategy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/importsloadstrategy.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/localentitydeclaration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/localentitydeclaration.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/logcode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/logcode.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/manifest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/manifest.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/manifestdeclaration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/manifestdeclaration.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/objecttype.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/objecttype.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/parameter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/parameter.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/partitionfilestatuschecktype.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/partitionfilestatuschecktype.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/projections/addartifactattribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/projections/addartifactattribute.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/projections/addattributegroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/projections/addattributegroup.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/projections/addcountattribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/projections/addcountattribute.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/projections/addsupportingattribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/projections/addsupportingattribute.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/projections/addtypeattribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/projections/addtypeattribute.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/projections/altertraits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/projections/altertraits.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/projections/arrayexpansion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/projections/arrayexpansion.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/projections/combineattributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/projections/combineattributes.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/projections/excludeattributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/projections/excludeattributes.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/projections/includeattributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/projections/includeattributes.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/projections/operationbase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/projections/operationbase.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/projections/projection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/projections/projection.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/projections/renameattributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/projections/renameattributes.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/projections/replaceasforeignkey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/projections/replaceasforeignkey.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/purpose.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/purpose.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/referencedentitydeclaration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/referencedentitydeclaration.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/relationshipdiscoverystyle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/relationshipdiscoverystyle.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/statuslevel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/statuslevel.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/trait.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/trait.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/traitcollection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/traitcollection.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/traitgroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/traitgroup.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/traitgroupreference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/traitgroupreference.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/traitreference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/traitreference.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/traitreferencebase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/traitreferencebase.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/cdm/typeattribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/cdm/typeattribute.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/storage/adlsadapter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/storage/adlsadapter.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/storage/cdmcustompackageadapter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/storage/cdmcustompackageadapter.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/storage/cdmstandardsadapter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/storage/cdmstandardsadapter.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/storage/githubadapter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/storage/githubadapter.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/storage/localadapter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/storage/localadapter.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/storage/networkadapter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/storage/networkadapter.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/storage/remoteadapter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/storage/remoteadapter.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/storage/storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/storage/storage.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/storage/storageadapter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/storage/storageadapter.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/storage/storageadapterbase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/storage/storageadapterbase.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/storage/storagemanager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/storage/storagemanager.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/storage/symsadapter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/storage/symsadapter.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/utilities/callback.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/utilities/callback.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/utilities/copyoptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/utilities/copyoptions.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/utilities/eventlist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/utilities/eventlist.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/utilities/filemetadata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/utilities/filemetadata.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/utilities/filestatuscheckoptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/utilities/filestatuscheckoptions.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/utilities/httpclient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/utilities/httpclient.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/utilities/logger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/utilities/logger.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/utilities/resolvecontext.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/utilities/resolvecontext.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/utilities/resolveoptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/utilities/resolveoptions.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/utilities/storageutils.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/utilities/storageutils.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/utilities/telemetryclient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/utilities/telemetryclient.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/utilities/telemetryconfig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/utilities/telemetryconfig.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/utilities/telemetrykustoclient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/utilities/telemetrykustoclient.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/utilities/tokenprovider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/utilities/tokenprovider.md -------------------------------------------------------------------------------- /common-data-model/1.0om/api-reference/utilities/utilities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/1.0om/api-reference/utilities/utilities.md -------------------------------------------------------------------------------- /common-data-model/TOC.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/TOC.yml -------------------------------------------------------------------------------- /common-data-model/breadcrumb/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/breadcrumb/toc.yml -------------------------------------------------------------------------------- /common-data-model/cdm-manifest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/cdm-manifest.md -------------------------------------------------------------------------------- /common-data-model/creating-schemas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/creating-schemas.md -------------------------------------------------------------------------------- /common-data-model/data-lake.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/data-lake.md -------------------------------------------------------------------------------- /common-data-model/docfx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/docfx.json -------------------------------------------------------------------------------- /common-data-model/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/faq.md -------------------------------------------------------------------------------- /common-data-model/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/index.md -------------------------------------------------------------------------------- /common-data-model/media/cdm-data-lake-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/cdm-data-lake-2.png -------------------------------------------------------------------------------- /common-data-model/media/cdm-entities-v1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/cdm-entities-v1.png -------------------------------------------------------------------------------- /common-data-model/media/cdm-filesystems.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/cdm-filesystems.png -------------------------------------------------------------------------------- /common-data-model/media/cdm-folder-manf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/cdm-folder-manf.png -------------------------------------------------------------------------------- /common-data-model/media/cdm-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/cdm-folder.png -------------------------------------------------------------------------------- /common-data-model/media/cdm-map-entities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/cdm-map-entities.png -------------------------------------------------------------------------------- /common-data-model/media/cdm-syms-mapping.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/cdm-syms-mapping.PNG -------------------------------------------------------------------------------- /common-data-model/media/cdm-with-cds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/cdm-with-cds.png -------------------------------------------------------------------------------- /common-data-model/media/console1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/console1.png -------------------------------------------------------------------------------- /common-data-model/media/console2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/console2.png -------------------------------------------------------------------------------- /common-data-model/media/console3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/console3.png -------------------------------------------------------------------------------- /common-data-model/media/creating-schemas-aggpageviewdetail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/creating-schemas-aggpageviewdetail.png -------------------------------------------------------------------------------- /common-data-model/media/creating-schemas-aggregationsfolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/creating-schemas-aggregationsfolder.png -------------------------------------------------------------------------------- /common-data-model/media/creating-schemas-attributegrouptable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/creating-schemas-attributegrouptable.png -------------------------------------------------------------------------------- /common-data-model/media/creating-schemas-attributegrouptablehighlighted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/creating-schemas-attributegrouptablehighlighted.png -------------------------------------------------------------------------------- /common-data-model/media/creating-schemas-clickstreamfolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/creating-schemas-clickstreamfolder.png -------------------------------------------------------------------------------- /common-data-model/media/creating-schemas-differentprefix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/creating-schemas-differentprefix.png -------------------------------------------------------------------------------- /common-data-model/media/creating-schemas-navigatorloadfromfiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/creating-schemas-navigatorloadfromfiles.png -------------------------------------------------------------------------------- /common-data-model/media/creating-schemas-navigatorloadmanifest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/creating-schemas-navigatorloadmanifest.png -------------------------------------------------------------------------------- /common-data-model/media/creating-schemas-navigatorselectmanifest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/creating-schemas-navigatorselectmanifest.png -------------------------------------------------------------------------------- /common-data-model/media/creating-schemas-navigatorsession.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/creating-schemas-navigatorsession.png -------------------------------------------------------------------------------- /common-data-model/media/creating-schemas-reverseipentitydefinition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/creating-schemas-reverseipentitydefinition.png -------------------------------------------------------------------------------- /common-data-model/media/creating-schemas-runsample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/creating-schemas-runsample.png -------------------------------------------------------------------------------- /common-data-model/media/creating-schemas-runsampleexploreattributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/creating-schemas-runsampleexploreattributes.png -------------------------------------------------------------------------------- /common-data-model/media/creating-schemas-runsampleexploresession.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/creating-schemas-runsampleexploresession.png -------------------------------------------------------------------------------- /common-data-model/media/creating-schemas-sessionentitydefinition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/creating-schemas-sessionentitydefinition.png -------------------------------------------------------------------------------- /common-data-model/media/creating-schemas-useragententitydefinition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/creating-schemas-useragententitydefinition.png -------------------------------------------------------------------------------- /common-data-model/media/ent-ref/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/ent-ref/img1.png -------------------------------------------------------------------------------- /common-data-model/media/ent-ref/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/ent-ref/img2.png -------------------------------------------------------------------------------- /common-data-model/media/sample-folder1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/sample-folder1.png -------------------------------------------------------------------------------- /common-data-model/media/sdk/convert-logical-entities-resolved-entities/persisted-data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/sdk/convert-logical-entities-resolved-entities/persisted-data.png -------------------------------------------------------------------------------- /common-data-model/media/sdk/logical-definitions/attribute-max-length.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/sdk/logical-definitions/attribute-max-length.png -------------------------------------------------------------------------------- /common-data-model/media/sdk/logical-definitions/bookkeeping-attributes-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/sdk/logical-definitions/bookkeeping-attributes-2.png -------------------------------------------------------------------------------- /common-data-model/media/sdk/logical-definitions/bookkeeping-attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/sdk/logical-definitions/bookkeeping-attributes.png -------------------------------------------------------------------------------- /common-data-model/media/sdk/logical-definitions/constant-entity-object.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/sdk/logical-definitions/constant-entity-object.png -------------------------------------------------------------------------------- /common-data-model/media/sdk/logical-definitions/data-types-extend-data-types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/sdk/logical-definitions/data-types-extend-data-types.png -------------------------------------------------------------------------------- /common-data-model/media/sdk/logical-definitions/define-data-types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/sdk/logical-definitions/define-data-types.png -------------------------------------------------------------------------------- /common-data-model/media/sdk/logical-definitions/entity-extensions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/sdk/logical-definitions/entity-extensions.png -------------------------------------------------------------------------------- /common-data-model/media/sdk/logical-definitions/isconstrained-trait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/sdk/logical-definitions/isconstrained-trait.png -------------------------------------------------------------------------------- /common-data-model/media/sdk/logical-definitions/simple-typed-attributes-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/sdk/logical-definitions/simple-typed-attributes-1.png -------------------------------------------------------------------------------- /common-data-model/media/sdk/logical-definitions/simple-typed-attributes-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/sdk/logical-definitions/simple-typed-attributes-2.png -------------------------------------------------------------------------------- /common-data-model/media/sdk/logical-definitions/traits-applied-attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/sdk/logical-definitions/traits-applied-attributes.png -------------------------------------------------------------------------------- /common-data-model/media/sdk/logical-definitions/traits-applied-attributes2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/sdk/logical-definitions/traits-applied-attributes2.png -------------------------------------------------------------------------------- /common-data-model/media/sdk/logical-definitions/using-entity-type-attribute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/sdk/logical-definitions/using-entity-type-attribute.png -------------------------------------------------------------------------------- /common-data-model/media/sdk/mainfest/manifest-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/sdk/mainfest/manifest-example.png -------------------------------------------------------------------------------- /common-data-model/media/sdk/technical-details/conceptual-corpus-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/sdk/technical-details/conceptual-corpus-diagram.png -------------------------------------------------------------------------------- /common-data-model/media/sdk/technical-details/detailed-corpus-composition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/sdk/technical-details/detailed-corpus-composition.png -------------------------------------------------------------------------------- /common-data-model/media/sdk/technical-details/json-doc-sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/sdk/technical-details/json-doc-sample.png -------------------------------------------------------------------------------- /common-data-model/media/sdk/trait-concepts-and-use-cases/traits-img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/media/sdk/trait-concepts-and-use-cases/traits-img1.png -------------------------------------------------------------------------------- /common-data-model/model-json.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/model-json.md -------------------------------------------------------------------------------- /common-data-model/samples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/samples.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/Account.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/Account.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/Activity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/Activity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/ActivityParty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/ActivityParty.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/Address.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/Address.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/Appointment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/Appointment.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/Article.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/Article.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/ArticleComment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/ArticleComment.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/ArticleTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/ArticleTemplate.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/BusinessUnit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/BusinessUnit.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/Connection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/Connection.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/ConnectionRole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/ConnectionRole.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/Contact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/Contact.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/Currency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/Currency.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/CustomerRelationship.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/CustomerRelationship.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/Email.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/Email.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/EmailSignature.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/EmailSignature.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/Fax.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/Fax.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/Feedback.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/Feedback.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/Goal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/Goal.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/GoalMetric.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/GoalMetric.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/KnowledgeArticle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/KnowledgeArticle.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/KnowledgeArticleCategory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/KnowledgeArticleCategory.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/KnowledgeArticleViews.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/KnowledgeArticleViews.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/KnowledgeBaseRecord.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/KnowledgeBaseRecord.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/Letter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/Letter.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/Note.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/Note.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/Organization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/Organization.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/Owner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/Owner.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/PhoneCall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/PhoneCall.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/Position.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/Position.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/Queue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/Queue.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/QueueItem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/QueueItem.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/RecurringAppointment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/RecurringAppointment.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/SLA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/SLA.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/SLAItem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/SLAItem.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/SLAKPIInstance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/SLAKPIInstance.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/SocialActivity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/SocialActivity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/SocialProfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/SocialProfile.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/Task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/Task.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/Team.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/Team.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/TeamMembership.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/TeamMembership.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/Territory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/Territory.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/User.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/User.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/Account.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/Account.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/BookableResource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/BookableResource.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/BookableResourceBooking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/BookableResourceBooking.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/BookableResourceCategory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/BookableResourceCategory.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/BookableResourceGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/BookableResourceGroup.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/BookingStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/BookingStatus.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/Characteristic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/Characteristic.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/Company.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/Company.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/Contact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/Contact.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/KnowledgeArticle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/KnowledgeArticle.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/Organization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/Organization.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/PriceList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/PriceList.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/PriceListItem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/PriceListItem.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/Product.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/Product.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/ProductAssociation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/ProductAssociation.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/ProductRelationship.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/ProductRelationship.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/Property.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/Property.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/PropertyAssociation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/PropertyAssociation.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/PropertyInstance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/PropertyInstance.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/PropertyOptionSetItem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/PropertyOptionSetItem.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/RatingModel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/RatingModel.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/RatingValue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/RatingValue.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/Unit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/Unit.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/UnitGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/UnitGroup.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/Account.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/Account.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/AccountLeads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/AccountLeads.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/Activity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/Activity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/Appointment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/Appointment.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/Campaign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/Campaign.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/CampaignItem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/CampaignItem.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/Contact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/Contact.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/ContactLeads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/ContactLeads.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/Email.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/Email.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/Fax.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/Fax.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/Lead.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/Lead.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/LeadAddress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/LeadAddress.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/Letter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/Letter.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/MarketingList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/MarketingList.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/PhoneCall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/PhoneCall.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/QuickCampaign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/QuickCampaign.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/SocialActivity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/SocialActivity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/sales/Discount.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/sales/Discount.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/sales/Invoice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/sales/Invoice.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/sales/Order.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/sales/Order.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/sales/Quote.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/sales/Quote.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/sales/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/sales/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/service/Case.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/service/Case.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/service/Site.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/service/Site.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/service/Task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/service/Task.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/service/User.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/crmCommon/service/User.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/financialCommon/Ledger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/financialCommon/Ledger.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/financialCommon/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/financialCommon/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/productInsights/Asset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/productInsights/Asset.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/productInsights/Signal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/productInsights/Signal.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/foundationCommon/productInsights/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/foundationCommon/productInsights/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/applicationCommon/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/applicationCommon/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/FinancialServices/BankingCoreDataModel/Bank.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/FinancialServices/BankingCoreDataModel/Bank.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/FinancialServices/BankingCoreDataModel/Group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/FinancialServices/BankingCoreDataModel/Group.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/FinancialServices/CommonDataModel/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/FinancialServices/CommonDataModel/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/FinancialServices/SMBDataModel/Contact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/FinancialServices/SMBDataModel/Contact.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/FinancialServices/SMBDataModel/Person.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/FinancialServices/SMBDataModel/Person.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/FinancialServices/SMBDataModel/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/FinancialServices/SMBDataModel/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/FinancialServices/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/FinancialServices/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Administration/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Administration/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Clinical/ClinicalCareTeam/Goal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Clinical/ClinicalCareTeam/Goal.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Clinical/ClinicalCore/GoalOutcome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Clinical/ClinicalCore/GoalOutcome.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Clinical/ClinicalCore/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Clinical/ClinicalCore/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Clinical/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Clinical/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Diagnostics/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Diagnostics/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Financial/Financial/Account.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Financial/Financial/Account.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Financial/Financial/Claim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Financial/Financial/Claim.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Financial/Financial/ClaimCareTeam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Financial/Financial/ClaimCareTeam.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Financial/Financial/ClaimItem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Financial/Financial/ClaimItem.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Financial/Financial/ClaimResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Financial/Financial/ClaimResponse.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Financial/Financial/Contract.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Financial/Financial/Contract.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Financial/Financial/Coverage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Financial/Financial/Coverage.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Financial/Financial/Insurance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Financial/Financial/Insurance.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Financial/Financial/PaymentNotice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Financial/Financial/PaymentNotice.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Financial/Financial/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Financial/Financial/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Financial/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Financial/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/CarePlan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/CarePlan.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/CareTeam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/CareTeam.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Condition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Condition.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Device.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Device.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Dosage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Dosage.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Encounter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Encounter.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Endpoint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Endpoint.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Goal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Goal.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Location.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Location.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Procedure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Procedure.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Schedule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Schedule.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Specimen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Specimen.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Substance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Substance.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Timing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Foundational/Commoncore/Timing.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Foundational/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Foundational/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Healthcare-overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Healthcare-overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Medication/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Medication/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Workflow/WorkflowCore/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Workflow/WorkflowCore/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Healthcare/Workflow/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Healthcare/Workflow/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Activities/AuditDefinition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Activities/AuditDefinition.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Activities/AuditResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Activities/AuditResponse.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Activities/ExecutionActivity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Activities/ExecutionActivity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Activities/ExecutionActivityItem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Activities/ExecutionActivityItem.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Activities/ExecutionPlan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Activities/ExecutionPlan.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Activities/OutletZone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Activities/OutletZone.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Activities/Product.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Activities/Product.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Activities/QuestionType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Activities/QuestionType.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Activities/SOSDefinition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Activities/SOSDefinition.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Activities/SOSResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Activities/SOSResponse.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Activities/SurveyDefinition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Activities/SurveyDefinition.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Activities/SurveyResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Activities/SurveyResponse.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Activities/TargetGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Activities/TargetGroup.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Activities/TaskDefinition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Activities/TaskDefinition.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Activities/TaskResponse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Activities/TaskResponse.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Activities/VisitActivity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Activities/VisitActivity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Activities/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Activities/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Asset/Case.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Asset/Case.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Asset/CustomerAsset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Asset/CustomerAsset.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Asset/CustomerAssetCategory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Asset/CustomerAssetCategory.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Asset/FunctionalLocation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Asset/FunctionalLocation.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Asset/Product.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Asset/Product.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Asset/Visit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Asset/Visit.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Asset/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Asset/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Commerce/ProductBrand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Commerce/ProductBrand.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Commerce/ProductCategory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Commerce/ProductCategory.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Commerce/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Commerce/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Common/Account.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Common/Account.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Common/Image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Common/Image.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Common/LocationUpdateRequest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Common/LocationUpdateRequest.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Common/OutletType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Common/OutletType.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Common/RetailExecutionProfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Common/RetailExecutionProfile.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Common/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Common/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/ExecutionAI/AIResult.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/ExecutionAI/AIResult.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/ExecutionAI/AIRun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/ExecutionAI/AIRun.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/ExecutionAI/AIRunImage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/ExecutionAI/AIRunImage.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/ExecutionAI/AIRunStep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/ExecutionAI/AIRunStep.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/ExecutionAI/PhotoGuidance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/ExecutionAI/PhotoGuidance.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/ExecutionAI/PhotoGuidanceItem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/ExecutionAI/PhotoGuidanceItem.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/ExecutionAI/RetailExecutionSetting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/ExecutionAI/RetailExecutionSetting.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/ExecutionAI/Visit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/ExecutionAI/Visit.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/ExecutionAI/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/ExecutionAI/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/StoreOperationsAssistCommon/Note.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/StoreOperationsAssistCommon/Note.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/StoreOperationsAssistCommon/Task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/StoreOperationsAssistCommon/Task.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Visits/VisitCancellationReason.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Visits/VisitCancellationReason.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Visits/VisitFrequency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Visits/VisitFrequency.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Visits/VisitReschedulingReason.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Visits/VisitReschedulingReason.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Visits/VisitType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Visits/VisitType.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/Visits/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/Visits/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Retail/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Retail/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/Sustainability/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/Sustainability/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/industryCommon/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/industryCommon/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Common.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Common.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/DataEntityView.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/DataEntityView.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Commerce/Payments/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Commerce/Payments/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Commerce/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Commerce/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Common/Currency/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Common/Currency/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Common/Customer/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Common/Customer/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Common/EMPAShared/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Common/EMPAShared/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Common/GAB/BranchEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Common/GAB/BranchEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Common/GAB/CompanyInfoEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Common/GAB/CompanyInfoEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Common/GAB/DirNameAffixEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Common/GAB/DirNameAffixEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Common/GAB/DirParametersEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Common/GAB/DirParametersEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Common/GAB/DirPartyBaseEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Common/GAB/DirPartyBaseEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Common/GAB/DirPartyV2Entity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Common/GAB/DirPartyV2Entity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Common/GAB/DirPersonBaseEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Common/GAB/DirPersonBaseEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Common/GAB/DirPersonEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Common/GAB/DirPersonEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Common/GAB/DirPersonUserEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Common/GAB/DirPersonUserEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Common/GAB/FiasFlatTypeEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Common/GAB/FiasFlatTypeEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Common/GAB/FiasHouseEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Common/GAB/FiasHouseEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Common/GAB/FiasRoomEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Common/GAB/FiasRoomEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Common/GAB/FiasSteadEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Common/GAB/FiasSteadEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Common/GAB/OMCostCenterEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Common/GAB/OMCostCenterEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Common/GAB/OMDepartmentEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Common/GAB/OMDepartmentEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Common/GAB/OMLegalEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Common/GAB/OMLegalEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Common/GAB/OMTeamTypeEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Common/GAB/OMTeamTypeEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Common/GAB/OMTeamV2Entity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Common/GAB/OMTeamV2Entity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Common/GAB/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Common/GAB/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Common/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Common/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/APARShared/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/APARShared/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Budgeting/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Budgeting/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/EInvoice/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/EInvoice/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/FixedAssets/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/FixedAssets/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/GeneralLedger/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/GeneralLedger/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/RAsset/RAssetUseEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/RAsset/RAssetUseEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/RAsset/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/RAsset/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/RCash/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/RCash/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/RDeferrals/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/RDeferrals/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/RTax25/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/RTax25/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/EUSalesListEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/EUSalesListEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/IntrastatEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/IntrastatEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/NAFCodeEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/NAFCodeEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/ProdComEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/ProdComEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxAgentEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxAgentEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxAuthorityEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxAuthorityEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxBranchEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxBranchEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxCodeEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxCodeEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxCodeLimitEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxCodeLimitEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxCodeValueEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxCodeValueEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxComponentEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxComponentEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxGroupDataEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxGroupDataEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxGroupEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxGroupEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxHSNCodeEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxHSNCodeEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxIntervatEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxIntervatEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxItemGroupEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxItemGroupEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxNIPTableEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxNIPTableEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxPeriodEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxPeriodEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxRateTypeEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxRateTypeEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxReport347Entity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxReport347Entity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxationCodeEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxationCodeEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxesMatrixEntity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/TaxesMatrixEntity.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/Tax/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/Finance/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/Finance/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/HumanResources/HRM/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/HumanResources/HRM/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/HumanResources/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/HumanResources/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/ProfessionalServices/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/ProfessionalServices/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/SupplyChain/Vendor/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/SupplyChain/Vendor/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/SupplyChain/WMS/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/SupplyChain/WMS/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/SupplyChain/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/SupplyChain/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/System/Workflow/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/System/Workflow/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/System/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/System/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Entities/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Entities/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Commerce/Merchandising/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Commerce/Merchandising/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Commerce/Payments/Group/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Commerce/Payments/Group/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Commerce/Payments/Main/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Commerce/Payments/Main/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Commerce/Payments/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Commerce/Payments/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Commerce/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Commerce/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/Currency/Group/Currency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/Currency/Group/Currency.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/Currency/Group/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/Currency/Group/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/Currency/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/Currency/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/Customer/Main/CustTable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/Customer/Main/CustTable.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/Customer/Main/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/Customer/Main/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/Customer/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/Customer/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/EMPAShared/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/EMPAShared/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Group/DirAddressBook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Group/DirAddressBook.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Group/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Group/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/DirDunsNumber.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/DirDunsNumber.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/DirExternalRole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/DirExternalRole.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/DirOrganization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/DirOrganization.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/DirPartyImage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/DirPartyImage.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/DirPartyLocation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/DirPartyLocation.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/DirPartyMemo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/DirPartyMemo.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/DirPartyTable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/DirPartyTable.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/DirPerson.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/DirPerson.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/DirPersonName.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/DirPersonName.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/DirPersonUser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/DirPersonUser.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/OMHierarchyType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/OMHierarchyType.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/OMOperatingUnit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/OMOperatingUnit.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/OMRevisionEdit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/OMRevisionEdit.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/OMTeam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/OMTeam.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Main/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Parameter/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Parameter/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Reference/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Reference/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Transaction/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/GAB/Transaction/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/GAB/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/GAB/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/Intrastat/Group/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/Intrastat/Group/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/Intrastat/Main/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/Intrastat/Main/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/Intrastat/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/Intrastat/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Common/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Common/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/APARShared/Main/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/APARShared/Main/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/APARShared/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/APARShared/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/AccountsPayable/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/AccountsPayable/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/BankGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/BankGroup.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/BankTransType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/BankTransType.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/CFOPTable_BR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/CFOPTable_BR.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/CashDisc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/CashDisc.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/CustPaymFee.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/CustPaymFee.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/PaymDay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/PaymDay.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/PaymDayLine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/PaymDayLine.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/PaymSched.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/PaymSched.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/PaymSchedLine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/PaymSchedLine.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/PaymTerm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/PaymTerm.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/VendPaymFee.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/VendPaymFee.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Group/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Main/CustPrenote.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Main/CustPrenote.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Main/LvOtherClients.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Main/LvOtherClients.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Main/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Main/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Parameter/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Parameter/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Reference/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/Reference/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Bank/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Budget/Group/BudgetCycle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Budget/Group/BudgetCycle.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Budget/Group/BudgetGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Budget/Group/BudgetGroup.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Budget/Group/BudgetModel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Budget/Group/BudgetModel.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Budget/Group/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Budget/Group/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Budget/Main/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Budget/Main/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Budget/Staging/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Budget/Staging/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Budget/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Budget/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/EGAIS/Group/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/EGAIS/Group/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/EGAIS/Main/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/EGAIS/Main/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/EGAIS/Parameter/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/EGAIS/Parameter/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/EGAIS/Reference/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/EGAIS/Reference/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/EGAIS/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/EGAIS/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/EInvoice/Group/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/EInvoice/Group/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/EInvoice/Main/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/EInvoice/Main/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/EInvoice/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/EInvoice/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Expense/Group/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Expense/Group/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Expense/Main/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Expense/Main/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Expense/Staging/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Expense/Staging/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Expense/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Expense/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/FixedAssets/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/FixedAssets/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Ledger/Group/LanguageTxt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Ledger/Group/LanguageTxt.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Ledger/Group/ReasonTable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Ledger/Group/ReasonTable.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Ledger/Group/TransactTxt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Ledger/Group/TransactTxt.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Ledger/Group/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Ledger/Group/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Ledger/Main/CompanyInfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Ledger/Main/CompanyInfo.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Ledger/Main/Ledger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Ledger/Main/Ledger.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Ledger/Main/LedgerFund.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Ledger/Main/LedgerFund.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Ledger/Main/RTSLModule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Ledger/Main/RTSLModule.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Ledger/Main/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Ledger/Main/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Ledger/Staging/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Ledger/Staging/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Ledger/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Ledger/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/PublicSector/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/PublicSector/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/RAsset/Group/RAssetGroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/RAsset/Group/RAssetGroup.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/RAsset/Group/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/RAsset/Group/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/RAsset/Main/RAssetBonus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/RAsset/Main/RAssetBonus.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/RAsset/Main/RAssetTable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/RAsset/Main/RAssetTable.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/RAsset/Main/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/RAsset/Main/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/RAsset/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/RAsset/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/RCash/Group/RCashLedger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/RCash/Group/RCashLedger.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/RCash/Group/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/RCash/Group/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/RCash/Main/RCashTable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/RCash/Main/RCashTable.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/RCash/Main/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/RCash/Main/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/RCash/Parameter/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/RCash/Parameter/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/RCash/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/RCash/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/RDeferrals/Main/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/RDeferrals/Main/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/RDeferrals/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/RDeferrals/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/RTax25/Group/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/RTax25/Group/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/RTax25/Main/RTax25StdSeq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/RTax25/Main/RTax25StdSeq.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/RTax25/Main/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/RTax25/Main/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/RTax25/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/RTax25/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Group/PlTaxDueTable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Group/PlTaxDueTable.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Group/TaxBook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Group/TaxBook.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Group/TaxBookSection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Group/TaxBookSection.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Group/TaxBookStatus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Group/TaxBookStatus.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Group/TaxData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Group/TaxData.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Group/TaxGroupData.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Group/TaxGroupData.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Group/TaxOnItem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Group/TaxOnItem.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Group/TaxPeriodHead.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Group/TaxPeriodHead.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Group/TaxTable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Group/TaxTable.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Group/TaxesMatrix_BR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Group/TaxesMatrix_BR.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Group/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Group/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Main/HSNCodeTable_IN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Main/HSNCodeTable_IN.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Main/TaxAgent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Main/TaxAgent.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Main/TaxBookTable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Main/TaxBookTable.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Main/TaxBookTaxCodes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Main/TaxBookTaxCodes.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Main/TaxBranch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Main/TaxBranch.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Main/TaxRateType.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Main/TaxRateType.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Main/TaxVATNumTable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Main/TaxVATNumTable.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Main/Threshold_IN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Main/Threshold_IN.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Main/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Main/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Parameter/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Parameter/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Reference/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Reference/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Transaction/TaxTrans.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Transaction/TaxTrans.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Transaction/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Transaction/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Worksheet/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/Worksheet/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/Tax/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/Finance/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/Finance/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/HumanResources/Payroll/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/HumanResources/Payroll/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/HumanResources/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/HumanResources/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/ProfessionalServices/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/ProfessionalServices/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/SupplyChain/Costing/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/SupplyChain/Costing/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/SupplyChain/Inventory/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/SupplyChain/Inventory/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/SupplyChain/Production/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/SupplyChain/Production/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/SupplyChain/Vendor/Main/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/SupplyChain/Vendor/Main/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/SupplyChain/Vendor/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/SupplyChain/Vendor/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/SupplyChain/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/SupplyChain/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/System/Workflow/Main/SysPolicy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/System/Workflow/Main/SysPolicy.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/System/Workflow/Main/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/System/Workflow/Main/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/System/Workflow/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/System/Workflow/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/System/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/System/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/Tables/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/Tables/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/operationsCommon/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/operationsCommon/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/overview.md -------------------------------------------------------------------------------- /common-data-model/schema/core/overview_test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/overview_test.md -------------------------------------------------------------------------------- /common-data-model/schema/core/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/core/toc.yml -------------------------------------------------------------------------------- /common-data-model/schema/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/schema/overview.md -------------------------------------------------------------------------------- /common-data-model/sdk/convert-logical-entities-resolved-entities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/convert-logical-entities-resolved-entities.md -------------------------------------------------------------------------------- /common-data-model/sdk/from-modeljson-to-the-future.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/from-modeljson-to-the-future.md -------------------------------------------------------------------------------- /common-data-model/sdk/fundamentals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/fundamentals.md -------------------------------------------------------------------------------- /common-data-model/sdk/list-of-datatypes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/list-of-datatypes.md -------------------------------------------------------------------------------- /common-data-model/sdk/list-of-traits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/list-of-traits.md -------------------------------------------------------------------------------- /common-data-model/sdk/logical-definitions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/logical-definitions.md -------------------------------------------------------------------------------- /common-data-model/sdk/manifest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/manifest.md -------------------------------------------------------------------------------- /common-data-model/sdk/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/overview.md -------------------------------------------------------------------------------- /common-data-model/sdk/parquet-to-cdm-datatype.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/parquet-to-cdm-datatype.md -------------------------------------------------------------------------------- /common-data-model/sdk/projections/addartifactattribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/projections/addartifactattribute.md -------------------------------------------------------------------------------- /common-data-model/sdk/projections/addattributegroup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/projections/addattributegroup.md -------------------------------------------------------------------------------- /common-data-model/sdk/projections/addcountattribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/projections/addcountattribute.md -------------------------------------------------------------------------------- /common-data-model/sdk/projections/addsupportingattribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/projections/addsupportingattribute.md -------------------------------------------------------------------------------- /common-data-model/sdk/projections/addtypeattribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/projections/addtypeattribute.md -------------------------------------------------------------------------------- /common-data-model/sdk/projections/altertraits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/projections/altertraits.md -------------------------------------------------------------------------------- /common-data-model/sdk/projections/arrayexpansion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/projections/arrayexpansion.md -------------------------------------------------------------------------------- /common-data-model/sdk/projections/combineattributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/projections/combineattributes.md -------------------------------------------------------------------------------- /common-data-model/sdk/projections/excludeattributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/projections/excludeattributes.md -------------------------------------------------------------------------------- /common-data-model/sdk/projections/includeattributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/projections/includeattributes.md -------------------------------------------------------------------------------- /common-data-model/sdk/projections/map-and-array-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/projections/map-and-array-types.md -------------------------------------------------------------------------------- /common-data-model/sdk/projections/renameattributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/projections/renameattributes.md -------------------------------------------------------------------------------- /common-data-model/sdk/projections/replaceasforeignkey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/projections/replaceasforeignkey.md -------------------------------------------------------------------------------- /common-data-model/sdk/resolution-guidance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/resolution-guidance.md -------------------------------------------------------------------------------- /common-data-model/sdk/syms-cdm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/syms-cdm.md -------------------------------------------------------------------------------- /common-data-model/sdk/trait-concepts-and-use-cases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/sdk/trait-concepts-and-use-cases.md -------------------------------------------------------------------------------- /common-data-model/troubleshooting/eventlist-usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/troubleshooting/eventlist-usage.md -------------------------------------------------------------------------------- /common-data-model/troubleshooting/log-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/troubleshooting/log-code.md -------------------------------------------------------------------------------- /common-data-model/use.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-model/use.md -------------------------------------------------------------------------------- /common-data-service/TOC.md: -------------------------------------------------------------------------------- 1 | # [Welcome to the Common Data Service](index.md) -------------------------------------------------------------------------------- /common-data-service/docfx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/common-data-service/docfx.json -------------------------------------------------------------------------------- /content/docfx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/content/docfx.json -------------------------------------------------------------------------------- /entity-reference/breadcrumb/toc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/entity-reference/breadcrumb/toc.yml -------------------------------------------------------------------------------- /entity-reference/docfx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/entity-reference/docfx.json -------------------------------------------------------------------------------- /entity-reference/toc.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /includes/cc-beta-prerelease-disclaimer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/includes/cc-beta-prerelease-disclaimer.md -------------------------------------------------------------------------------- /includes/new-version-cdm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/includes/new-version-cdm.md -------------------------------------------------------------------------------- /includes/new-version-cds-sdk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/includes/new-version-cds-sdk.md -------------------------------------------------------------------------------- /includes/new-version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/includes/new-version.md -------------------------------------------------------------------------------- /templates/media/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/templates/media/screenshot.png -------------------------------------------------------------------------------- /templates/new-file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/common-data-model-and-service/HEAD/templates/new-file.md --------------------------------------------------------------------------------