Skip to main content
Nintex Community Menu Bar
Question

Issue with templates in basic field editor via makeXMLDoc

  • July 10, 2024
  • 1 reply
  • 0 views
  • Translate

Forum|alt.badge.img+3

It seems there is some issue with rendering of templates on fields editor developed dynamically using makeXMLDoc. Below is my xmlDefinition -

var xmlDefinition = $xml( ‘’
).append(
$xml(‘’).append(
$xml(‘’).append(
$xml(‘’).append(
$xml(‘’).append(
$xml(‘’).append(
$xml(‘’),
$xml(‘’),
$xml(‘’).append(
$xml(‘Client(s)’).append(
$xml(‘’).append(
$xml(‘’)
)
)
),
$xml(‘’),
$xml(‘’),
$xml(‘’),
$xml(‘’),
$xml(‘’),
$xml(‘’),
$xml(‘’),
$xml(‘’),
$xml(‘’)
)
)
)
)
)
);

I basically need below code in the template field -

{{{Investor_s__c}}} s.gif

Any idea how can we implement the template in makeXMLDoc?

Here is the output of my code -

Did this topic help you find an answer to your question?

1 reply

Forum|alt.badge.img+3

Any Luck?

Translate

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings