Forum Post: RE: Making a Field Mandatory in an Opportunity
You would need to use JavaScript to accomplish something like this. Binding the OnChange events of the 2 fields as well as the Forms's OnLoad event.Here is some example code:function BidBond_OnChange()...
View ArticleForum Post: Custom Workflow Activity
I just created my first Custom Workflow Activity and have it working as desired. My question is how do I either:A) restrict that activity to only be available from one entity (custom)or B) determine...
View ArticleForum Post: RE: Too Slow Quick Campaign and Outlook Diagnostics - CRM Online
Thanks, Jason. I'll discuss this with our network and support engineer.I realized later that, that page was for CRM 4.0. Since the Diagnostics tool is available with CRM Online + Outlook as well, is...
View ArticleForum Post: RE: CRM Appointments not visible in Outlook Calendar
Got my answer. I need to set the organizer attribute on appointment. Thanks. Regarding the original post, Can you try the same ? Set the organizer field to whomever you are expecting to have the...
View ArticleForum Post: versionnumber column in crm db tables?
Hello - I'm trying to understand if certain rows in the Task table are duplicates.I noticed that the Task table has a VersionNumber column. I *assume* that when an existing task is saved a new row is...
View ArticleForum Post: RE: The user does not have a mailbox (or e-mail Active Directory...
Yes, we are getting this same error for our users that have mailboxes in Exchange 2010 that we are currently migrating everyone to. I have someone who is logging in as a domain admin and exchange...
View ArticleForum Post: RE: Very unusual CRM2011 behaviour on appointment organizer lookup
I am trying to resolve this by setting the organizer field on the appointment to the createdby of that appointment , Everything works like a charm , except for when i open the appointment in crm . It...
View ArticleForum Post: CRM/Scribe - Repeated login prompts
We are using the latest version of Scribe Insight to perform a data migration between two CRM 2011 systems. We had successfully run a number of DTS (Data Transfer Scripts) through the Scribe Workbench...
View ArticleForum Post: RE: How to change the CRM Default Font
did anyone ever find and answer to this?
View ArticleForum Post: RE: SMS Integration With dynamic CRM 2011 on premise
Try www.cequens.com If you need support write to h.meligy@cequens.com Trials are available.
View ArticleForum Post: MSCRM 2011 UI Terminology
Hi,I checked in the User Guide but I didn't find any documents for explaining the UI elements and the right naming.Any Idea, if such a file is existing?Thanks,
View ArticleForum Post: Convergence 2013 Recap': French version of Chris Cognetta slide deck
Je n’ai malheureusement pas pu participer à la messe annuelle de Microsoft concernant ses produits Dynamics : Convergence 2013. Donc, après une recherche sur la toile et des échanges de courrier...
View ArticleForum Post: RE: CRM 4.0 Outlook client to 2011
Refer to this link please:msdn.microsoft.com/.../hh699723.aspx
View ArticleForum Post: RE: MSCRM 2011 UI Terminology
Thanks Archana, this is exactly what I was looking for !
View ArticleForum Post: RE: StateCoder
Thank you Jason, yes I wanted to know , google says the same :D but I needed to make sure
View ArticleForum Post: RE: custom view with multiple entity(1 to N)
In the account view you could not create a custom view that would display all the new_entity1 fields associated with a Account.The way to achieve this is to create a report and then show the report...
View ArticleForum Post: RE: Custom Workflow Activity
This is what I was afraid of. I was hoping I was missing somewhere in the methods metadata this could be set. Thanks for the reply.
View ArticleForum Post: RE: Error trying to install update Rollup 13 for Microsoft...
Which file do I need to download for the rollup 13? I tried the Client 64 bit and the MUI 64bit file but both say CRM for Outlook is not installed?
View ArticleForum Post: RE: versionnumber column in crm db tables?
Most all entities in crm have a versionnumber column. This column is used mainly for concurrency support. Records to not store multiple rows for versioning. If you wish auditing functionality look...
View Article