Hi,I know this is already answered question but not working even trying same. I am using following code to make field readonly. But nothing is comin on form.<item name="id"> <label>ID</label> <description>Image ID</description><readonly>test</readonly></item>Environment : TS 6.5 SP2 solaris
Hi,The Metadata Capture Interface is not supporting the javascript so how to cope with callout and also how it will solve the 'readonly' issue as even for fix value it is not working.
<item name="id"> <label>ID</label> <description>Image ID</description> <readonly/> <text> <default>some-value</default> </text></item>
<item name="id"> <label>ID</label> <description>Image ID</description> <readonly/> <inline cmd="some-command"/></item>