Form to Page transformation Issue

pvarpvar Member Posts: 157
edited 2012-12-12 in NAV Three Tier
Hi, I am new in the world of RTC. I was trying to convert some forms to pages using the transformation tool and I am getting the following error.

Error: Schema: \ApplicationObjects.xsd
Error: Form -2: The validation for file:///D:/Navision/RTC Upgrade/TransformationTool/Test/ApplicationObjects.xsd.tmp.xml failed. Detailed Information: LineNumber=131590, LinePosition=14
Error: Form -2: The element 'Properties' in namespace 'urn:schemas-microsoft-com:dynamics:NAV:ApplicationObjects' has invalid child element 'ToolTipML' in namespace 'urn:schemas-microsoft-com:dynamics:NAV:ApplicationObjects'. List of possible elements expected: 'IndentationColumnName, InstructionalTextML, IndentationControls, ShowAsTree, Enabled, GroupType, Visible, Description, Editable, Name, CaptionML' in namespace 'urn:schemas-microsoft-com:dynamics:NAV:ApplicationObjects'.
Error: Some input file can’t be validated by schema. Please, correct it and rerun tool again


Does anyone has any idea what needs to be done to correct this? In general is there any documentation that helps me in troubleshooting errors like this that we get during the transformation? Thanks in advance for any help.

Comments

  • mohana_cse06mohana_cse06 Member Posts: 5,504
    One of your forms contains toottip property which is not supported in RTC.

    The ToolTip property is not supported in the RoleTailored client in Microsoft Dynamics NAV 2009.
  • pvarpvar Member Posts: 157
    Wonderful! That was exactly the problem. And now I am getting another error that says OnPush trigger is not supported on a label control.

    So back to my previous question, is there a document that lists all the controls/triggers that are not supported in pages in RTC?
  • pvarpvar Member Posts: 157
    Do you know what needs to be fixed when I get an error like the following?

    CheckInputFile: Form 27: The ID 22 from the transformation input file, do not exist in the input xml file.
  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    pvar wrote:
    So back to my previous question, is there a document that lists all the controls/triggers that are not supported in pages in RTC?
    Yes there is: http://msdn.microsoft.com/en-us/library/dd301167.aspx
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • pvarpvar Member Posts: 157
    Thanks Luc. Do you know what could be the issue with the error I am getting?
  • Ravi_ThakkarRavi_Thakkar Member Posts: 392
    Hello All...

    I am having a database which is heavily customized by other partner.
    Now, I have to do forms transformation.

    I am also getting the same error as a first message in this trail.

    Can you please, suggest the unsupported trigger or code?
    Ravi_Thakkar
    Ahmedabad, Gujarat, India
    E Mail : ravi.thakkar@hotmail.com
  • mohana_cse06mohana_cse06 Member Posts: 5,504
    You must have set ToolTip property in one of your forms field/lable.
    please check..
  • udayrmerudayrmer Member Posts: 171
    pvar wrote:
    Wonderful! That was exactly the problem. And now I am getting another error that says OnPush trigger is not supported on a label control.

    Hi,

    There must be some Factbox area of form, which need to be defined in "Delete Page Controls" while transforming as it is not supported.

    e.g. in sales order subform, we have box Like "Item Information"
    Uday Mer | MS Dynamics NAV Techno-Functional Consultant
Sign In or Register to comment.