Represents a Label that can be applied to an entity. To negate an inherited label, create
an AppliedLabel with labelId as the inherited label's ID and isNegated
set to true.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-20 UTC."],[[["AppliedLabel represents a label that can be applied to an entity, allowing for categorization and management."],["To negate an inherited label's effects, create an AppliedLabel with the inherited label's ID and set isNegated to true."],["AppliedLabel utilizes labelId to identify the associated label and isNegated to determine if the label's effects should be negated."]]],["The core content details the `AppliedLabel` entity, which links a `Label` to other entities. Key actions include creating an `AppliedLabel` by specifying a `labelId` and setting `isNegated` to true to reverse an inherited label. `labelId` references an existing `Label`, and `isNegated` controls the negation of the associated label's effects. Services such as Company, Creative, Forecast, Inventory, LineItem, Order, ProposalLineItem and Proposal are linked with the label.\n"]]