Difference between revisions of "AddSocialFeed"

From LongJump Support Wiki
imported>Aeric
imported>Aeric
Line 8: Line 8:


;Parameters:
;Parameters:
:;objectName:The object name or identifier
:;sfb: A [{{DOCHOST}}/javadocs/com/platform/beans/SocialFeedBean.html <tt>SocialFeedBean</tt>] containing the message to post.
:;fields:A comma-separated list of names of the fields to retrieve
:;criteria:A [[JAVA API:Filter Expressions in JAVA APIs|filter expression]] that specifies records to select.
:;params: An optional [[Parameters Class|Parameters]] object that contains additional parameters:
:::*''' param -''' ...


;Returns:
;Returns:
Line 19: Line 15:
;Throws:
;Throws:
:Exception
:Exception
;Example:This example ....
:<syntaxhighlight lang="java" enclose="div">
...
</syntaxhighlight>

Revision as of 02:09, 3 December 2011

Post a message.

Syntax
Result result = Functions.addSocialFeed(SocialFeedBean sfb);
Parameters
sfb
A SocialFeedBean containing the message to post.
Returns
A string containing the ID of the posted message.
Throws
Exception