| Re: Mandatory Field - Red Star Hi Saufil,
In your xsl, search for 'order_release/xid' . You will find something like this in the same template. <xsl:with-param name="required">true</xsl:with-param>. change the 'true' to 'false'. If you are using jspx, search for the same string 'order_release/xid' , you will find an attribute in the same template which will be like - required='true' , make it false. To find out which xsl/jspx you have to modify, open your new/edit page in a new window and on the top to the left side you will find an icon ( OTM or GC3). Click on it, it will display the xml and in the 2nd or 3rd line, you will see the xsl/jspx name. Regards Satya |