GraphQL OBJECT
FollowUp
Reminder about open product and purchase issues.
link Definition
- type FollowUp {
- # Purchase to which the follow-up relates.
- Purchase :
- # Product to which the follow-up relates.
- Product :
- # Unique identifier of the follow-up.
- Int :
- # Department for whom the follow-up is intended.
- Department :
- # Office for whom the follow-up is intended.
- Office :
- # Reason for the follow-up.
- FollowUpReason :
- # User who created the follow-up.
- UserAccount :
- # Date and time when the follow-up will be/has been activated.
- DateTime :
- # Indicates whether the follow-up is finished.
- Boolean :
- # Additional information about the follow-up.
- String :
- # Indicates whether a visual reminder, such as a pop-up, is displayed for the
- # follow-up.
- Boolean :
- # Subject line for the follow-up.
- String :
- # User for whom the follow-up is intended.
- UserAccount :
- # The client to whom the follow up belongs.
- Client :
- # The client which is referenced in this followUp. For internal use only.
- Client :
- # Date and time when the follow-up was created.
- DateTime :
- # Date and time when the follow-up was last modified.
- DateTime :
- # User who last modified the follow-up.
- UserAccount :
- }