CA Service Management

  • 1.  Field that is inconsistent

    Posted Jan 08, 2017 02:52 PM

    Hello everyone,

    I'm working with CA SDM, I've created a custom field as follows:

    1. create custom table "z"
    Name: zClientT
      Attributes: sym, del

    2, create attribute in the table CR with the name zClientT, it refers "SREL" to the table created in point 1

    3. modify the web form detail_in, but when I publish the field, it is shown as follows.

    4. When I click, it shows me the following error.

    5. The ClientT field is the same as the fields: Country, Reporting method and Associate company.

     

    attachment: Codigo line 

     

    <PDM_MACRO name=dtlDropdown hdr="Client Type" attr=zClientT lookup=no>      --> Field that is inconsistent

    <PDM_MACRO name=dtlDropdown hdr="Associate Company" attr=zAssC lookup=no>

    <PDM_MACRO name=dtlDropdown hdr="Country Type" attr=zCountry lookup=no>

    I will be very grateful for your help.

     

    Regards,

    Marco Velazquez.



  • 2.  Re: Field that is inconsistent
    Best Answer

    Posted Jan 08, 2017 04:47 PM

    Hi Marco, 

     

    You need to create a list and detail form for the new table. You can use the file menu in web screen painter to walk you through creating the forms. 



  • 3.  Re: Field that is inconsistent

    Posted Jan 08, 2017 05:09 PM

    Create the file list, and the error was resolved thanks.