Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Transformation Help

user633446May 4 2014 — edited Feb 26 2020

Hi,

I have a unique requirement with Salesforce WSDL where in order to null out a field, i need to explicitly set the element name in "FieldsToNull" element.

E.g.

<UpdQuote>

<FieldsToNull/>

<Id></Id>

<Name></Name>

<Type></Type>

</UpdQuote>

Here if Type or Name have xsl nil as true, then i need to insert two FieldsToNull with field names like:

<FieldsToNull>Name</FieldsToNull>

<FieldsToNull>Type</FieldsToNull>


explicitly


How can i achieve this in XSL Transform map since it depends on which field has xsl:nil set to true or false?


Thanks.

This post has been answered by vladodias on May 5 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 2 2014
Added on May 4 2014
2 comments
1,186 views