| java.lang.Object | |
| ↳ | org.mule.modules.sugarcrm.requests.SetRelationshipRequest |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bean | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Optional, if the value 0 or nothing is passed then it will add the relationship for
related_ids and if 1 is passed, it will delete this relationship for related_ids
| |||||||||||
Name of the link field which relates to the other module for which the relationship needs to be generated
| |||||||||||
The ID of the bean in the specified module_name
| |||||||||||
Name of the module that the primary record is from
| |||||||||||
The keys of the array are the SugarBean attributes, the values of the array are the values the attributes should have.
| |||||||||||
Related record id for which relationship needs to be generated
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Optional, if the value 0 or nothing is passed then it will add the relationship for related_ids and if 1 is passed, it will delete this relationship for related_ids
| value |
|---|
Name of the link field which relates to the other module for which the relationship needs to be generated
| linkField |
|---|
The ID of the bean in the specified module_name
| moduleId |
|---|
Name of the module that the primary record is from
| value |
|---|
The keys of the array are the SugarBean attributes, the values of the array are the values the attributes should have.
| values |
|---|
Related record id for which relationship needs to be generated
| relatedId |
|---|