Q35UpdateFirstMediaObjectText
Q35UpdateFirstMediaObjectText will replace the text content, unformatted, for the first text record on the object name and generic text key. If no text attachment exists then one will be created.
Update
This function will replace the text content, not append, so if the existing text content is to be maintained it must be included in the function call to update.
Data Structure
Name | Type | Inclusion | Direction |
---|---|---|---|
szNameObject | STRING | REQUIRED | IN |
szGenericTextKey | STRING | REQUIRED | IN |
mnMediaObjectSequenceNumber | INTEGER | OPTIONAL | OUT |
szMediaObjectText | STRING | OPTIONAL | IN |
szGenericTextItemName | STRING | OPTIONAL | BOTH |