how to edit the system fields present in appointment entity.?

Jawab how to edit the system fields present in appointment entity.?

  • venerdì 8 giugno 2012 05:31
     
     

    hi,

    By Default the Scheduled Information tab and its fields are  locked and not allowing me to edit or change.

    my requirement is to edit the fields names in Scheduled Information tab of Appointment Form.

    How to achieve this.?

Tutte le risposte

  • venerdì 8 giugno 2012 05:53
     
     Con risposta

    hi,

    you can do this by exporting Appointment entity.. in form XML

    <section name="scheduling information" showlabel="true" showbar="true" locklevel="1" id="{4F40F21E-AB16-446f-9EFD-BD3F3FAAB634}" IsUserDefined="0" layout="varwidth" columns="11">

    Change locklevel from '1' to '0' i.e.

    <section name="scheduling information" showlabel="true" showbar="true" locklevel="0" id="{4F40F21E-AB16-446f-9EFD-BD3F3FAAB634}" IsUserDefined="0" layout="varwidth" columns="11">

    to remove locked field remove it directly from form XML.i.e cell tag of that attribute.

    and import it again. by changes locklevel now you are able to edit fields of "scheduling information" section.

    if you find it helpfull please mark it as answer.


    Pooja

    • Proposto come risposta N Pooja venerdì 8 giugno 2012 05:53
    • Contrassegnato come risposta CRMIG giovedì 14 giugno 2012 08:24
    •