Blog Post: Tip #545: Create non-interactive user like a boss
I won’t name any names in this post. You know who you are. Actually a super-duper developer #1 : One of the follow up questions I got from an attendee at Extreme CRM was around the complexity of...
View ArticleForum Post: RE: Webresource to add a button to crm form
Hi Drew Example here Or if directly not using web resource html Hope this helps thanks
View ArticleForum Post: RE: Plugin use Assign
I have registered in pre validation. Other then I don't have logic.
View ArticleForum Post: All required field validation errors should be shown form level...
Hi We have a client requirement, says all required field validation error should be shown all at form level using SetFormNotification. If multiple required fields doesn't answered, on save, each field...
View ArticleForum Post: Auto-Populating Customer in Case
I am using the built in Case and Account Entities. I have a third custom entity that contains Buildings. Each Building belongs to one Account/Customer. For our cases, we have the CSR select a building...
View ArticleForum Post: RE: Auto-Populating Customer in Case
Hi, You can write a OData query where you can fetch record of your building based on the building id and then set the customer lookup based on that. You can use OData query designer:...
View ArticleForum Post: RE: CRM 2015 qualifying lead using workflow
Thank you for the clarification Shivaram.
View ArticleForum Post: RE: Order to Sales Order Integration
Dear Qaisar, I have mapped all the fields exactly as stated by you. But I am getting a new error stating that the 'Unit Price Excl. VAT must have a value in Sales Line. It cannot be zero or empty.'...
View ArticleForum Post: Dynamics is ready to integrate!
Hi Friends, I have written a code to trigger ready to integration = true on Save instead of "Submit" button. I created a new option field call ERP vendor code with three values. Customer Vendor Blank...
View ArticleForum Post: RE: Hiding Ribbon Button Based on View Selected
HI , When a user clicks on the "New" Button inside the views..., based on the view i want to navigate to particular form .How this can be acheived ? can we use Xrm ?
View ArticleForum Post: RE: Auto-Populating Customer in Case
Hi Five, For the direct one you can use odata & javascript to retrieve and set. missdynamicscrm.blogspot.sg/.../tips-and-trick-odata-crm-2011-2013.html If not then you can use plugin. Or if Account...
View ArticleForum Post: RE: All required field validation errors should be shown form...
Hi hello, You cant supress it without you set is to Optional. So set all to Optional. Then you use javascript to dynamically set is required. The Form Onsave event is to validate before save, so it...
View ArticleForum Post: RE: Free plugin for auto numbering for crm online 2015.
I'm not familiar in using plugins, can you please explain it how to use this plugin..
View ArticleForum Post: RE: Free plugin for auto numbering for crm online 2015.
the link has a basic and advanced example, just follow the instructions
View ArticleForum Post: RE: Free plugin for auto numbering for crm online 2015.
Thanks for the reply, I installed it....
View ArticleBlog Post: Tip #546: Avoid using the same domain for ADFS and CRM
I’m not sure how to condense 3 days of pain and desperation into a tip of the day but I shall try. tl;dr Do not use the same base domain for ADFS and CRM if you have other applications (e.g. a web...
View ArticleForum Post: RE: Custom entity record on Lead to copy on account upon lead...
Hi Mahmod, N to N relationship you cannot copy using workflow. You need a plugin during Lead qualification. You need to Associate the record which workflow cant afford. Thanks
View ArticleForum Post: RE: Update an old opportunity record based on criteria from...
Hi kasper, Definitely you need a plugin. Because you need to take action when the Opportunity is closing as won as example. Then you need to check the related Contact, to get the previous Opportunity....
View ArticleForum Post: RE: Opportunity Product is getting delete privilege eventhough...
Hi Bify, Check the user, whether he or she belongs to a Team. And also check the Team Security Role. A user by default will be a member of his BU Team, so you also need to check the Team and the...
View ArticleForum Post: Javascript in related entity
Hi! In the Main Account form I'm trying to trigger a function whenever a user adds/deletes rows to a custom grid(Rows are records), the thing is that the Grid doesn't appear in the Account form, it...
View Article