Difference between revisions of "AddSocialFeed"
From LongJump Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 15: | Line 15: | ||
;Returns: | ;Returns: | ||
:A string containing the ID of the posted message. | |||
:A string containing | |||
;Throws: | ;Throws: | ||
Line 27: | Line 24: | ||
... | ... | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 01:39, 3 December 2011
Post a message.
- Syntax
Result result = Functions.addSocialFeed(SocialFeedBean sfb);
- Parameters
-
- objectName
- The object name or identifier
- fields
- A comma-separated list of names of the fields to retrieve
- criteria
- A filter expression that specifies records to select.
- params
- An optional Parameters object that contains additional parameters:
- param - ...
- Returns
- A string containing the ID of the posted message.
- Throws
- Exception
- Example
- This example ....
...