Kanagaraj Pandian

Thursday, 29 November 2012

Visible tab based on Optionset field value in crm 2011 using javascript


var fieldname = Xrm.Page.data.entity.attributes.get("new_fieldname").getText();
var tabvisible = Xrm.Page.ui.tabs.get("Status");
    if ( fieldname == "Qualified") {
            tabvisible.setVisible("true");
    }
Posted by Unknown at 22:51
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Dynamics CRM 2011

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

About Me

Unknown
View my complete profile

Total Pageviews

Search This Blog

Blog Archive

  • ►  2014 (4)
    • ►  June (1)
    • ►  January (3)
  • ►  2013 (20)
    • ►  November (6)
    • ►  March (3)
    • ►  February (6)
    • ►  January (5)
  • ▼  2012 (19)
    • ►  December (9)
    • ▼  November (9)
      • Visible tab based on Optionset field value in crm ...
      • Get current user roles in CRM 2011 using javascript
      • How to disable Form field in CRM 2011 using javasc...
      • Hide tab or field based on User roles in CRM 2011 ...
      • Code to Retrive the organization names in Dynamic ...
      • Get current view part of lotus notes using java
      • find the deleted contact from the lotus notes usin...
      • Associate account with contact while creating a Ad...
      • Qualify Lead automatically to Account, Contact and...
    • ►  October (1)
Simple theme. Powered by Blogger.