Posted on November 23rd, 2015 by A. Nibedita Dora
It’s often required to get the value of primary entity from its related entity. Let’s take two entity Office and Employee. There is a 1:N relationship between Office and Employee,where Office is the primary entity and Employee is the secondary entity. Now following pieceĀ of “Java Scipt” code help you to retrive the Guid,Name and […]
Posted on November 23rd, 2015 by A. Nibedita Dora
Microsoft Dynamics CRM 4 supports the following relationships: 1:N relationships (one to many) N:1 relationships (many to one) N:N relationships (many to many) Let’s take two entity Doctor and Patient for estabilshing the above relationships. Goto Settings –>Customization –> Select the Doctor entity and the then double click it.There you can find option to create […]
Posted on November 23rd, 2015 by A. Nibedita Dora
It is very easy to display the time duration,timezone and languge(culture) in a CRM from by using the int type . There are four formats availble for int type. 1.None 2.Duration 3.Time Zone 4.Language 1)None It behaves the same as normal integer type. 2)Duration If a attribute format is set as Duration it will display […]