Forum Post: RE: Expand/Collapse Tab based on stage of Business process flow
Hi Shaminder, Just another update: I got my code to work now. It was in fact a uppercase lowercase problem. However, I still want the tab to also expand/collapse when the user changes (onChange) stages...
View ArticleForum Post: RE: Expand/Collapse Tab based on stage of Business process flow
This is the code I am using onLoad() of form. I would like for it to change every time the user changes the BPF stage. function HideShow() { var stage =...
View ArticleForum Post: RE: Expand/Collapse Tab based on stage of Business process flow
Hi Jon, I have modified your code.Please try to run the below function HideShow() { var stage = Xrm.Page.data.process.getActiveStage().getName(); alert(stage); if (stage === "Identify")...
View ArticleForum Post: RE: Autonumber CRM 9.0
Hello , Did you tried to create alternate key for autonumber field and make it business required.
View ArticleForum Post: RE: Expand/Collapse Tab based on stage of Business process flow
Hi Shaminder, IT WORKS!! Thank you so much!!! You're a really strong coder! Best, Jon
View ArticleForum Post: RE: Expand/Collapse Tab based on stage of Business process flow
Thanks Jon! Glad to know it solved your issue.
View ArticleForum Post: RE: Adding more characters to the display name on fields
Thanks for all the tips on this. I think I have received some very good ideas here on how to get around this issue i am having. I did come across a new issue, that being I ran out of fields within the...
View ArticleForum Post: Customize entity views on Two Options Field not working
Hi All, I'm trying to customize the entity view to add icons. However the below link is used on options set values. But I have a two options field (False,True) having values(0,1). How to get value of...
View ArticleForum Post: RE: Plugin not fired during field bulk-update
Just realized, do you have any context.depth checks on your plugin?
View ArticleForum Post: RE: Missing /_static/SFA/salesorder/salesorder.js
Well, tough position to be in! What I would do is to: - Import the 'Sales Order' ribbon from a vanilla / new CRM Online instance. - Just include the Sales Order entity without any components. NOTE:...
View ArticleForum Post: RE: CustomerId gets cleared when you remove parentcontactid on...
Nope, this is not the default behaviour. The default behaviour maps the Customer field to the Account field(if the Customer is an Account) or maps the Customer field to the Contact field. In your case,...
View ArticleBlog Post: Resco Inspections (Designer)
Inspections are one of the most common work assignments for mobile workers. So what if you need an effective solution that would enable you to simply design, schedule and complete questionnaires?...
View ArticleForum Post: RE: request to guide me
Hi Misbah, i would suggest you to go through some videos for e.g on youtube or MVA : mva.microsoft.com/.../microsoft-dynamics ;lang=1033
View ArticleForum Post: RE: Customize entity views on Two Options Field not working
Hi MN, You can make it work by doing the following change in your code.I have run it for a boolean field named checkemail and it worked. function displayIconTooltip(rowData, userLCID) { var str =...
View ArticleForum Post: RE: CustomerId gets cleared when you remove parentcontactid on...
Hi Shidin, thanks for your response. Right now, for us the only way a user can create an opportunity is through a sub grid we have on our account form. We override the add new + click on this grid and...
View ArticleForum Post: RE: Audit logs
Hello , How you are updating entity data and when exactly its coming? Do you have any plugin , workflow register in the entity or you have any client side logic which occurs additional update. It's not...
View ArticleBlog Post: Summit EMEA Dublin – 3 Days of Learning, Networking and Growing...
Summit EMEA Dublin – 3 Days of Learning, Networking and Growing Together! We were at the Summit EMEA Dublin for the first time as a Silver Sponsor, and had a really amazing 3 Days of Learning,...
View ArticleForum Post: RE: Import data with lookup references
Yes, setting all the "Name" values as unique and using that as the lookup worked fine. Thanks!
View ArticleForum Post: is there a way where my emails are not visible to other people in...
Hi All, is there a way where my emails are not visible to other people? It’s sensitive stuff in there. is it possible to stop the sync for test@gmail only?
View ArticleBlog Post: JavaScript and the Dynamics 365 WebAPI for Beginners - Associating...
An action that needs to be commonly performed in Dynamics 365 is associating and disassociating records. These records may be associated via a 1:N or an N:N relationship, and you may want to either...
View Article