Related Posts
  • Forum Post: Re: Crm 3.0 counting field

    Hi Ted Assuming the fields are ont he same form you can add the values in JavaScript on the form save or on the form field changes. a basic example would be /* Set the totals */ crmForm.all.RESULT.DataValue = crmForm.all.DEMOA.DataValue + crmForm.all.DEMOB.DataValue; Hope this helps ...
  • Forum Post: Re: Re: Help with Email tracking customization in CRM 4?

    Ok thank you for your reply. That saves me time thinking I could do this through a plug-in. That leaves the option of using a Workflow to run every time an email-tracking is created.. .which I assume is the same event as CreateEmail and UpdateEmail... is that correct? And when this event fires the workflow...
  • Forum Post: CRM 3.0: Quote / Order Products (Extended Amounts & New Attributes)

    I'm sure / hope this is really straightforward for you guys but could save me alot of headaches. On the 'quote product' screen you can manually add discounts or tax to an item. I'd like to insert a new 'amount' attribute on this screen, in addition to tax, to be manually entered...
  • Forum Post: Email form OnLoad event

    I would like to have an email template inserted to the email OnLoad. So basically the normal procedure is the open the case, create a new email activity and click on the "insert template" button, select the Regard Object and then select the template. I would like to automate this process...
  • Forum Post: Emailing a list of contact using email lookup or actions in advanced find - crm 3.0

    This may be a pipe dream, but I am wondering if anyone has any ideas if this could work. We run training programmes and as such we have a field on the 'contact' entity called 'Programme number'. We can use this number in advanced find to find the list of contacts who are connected to...
  • Forum Post: Re: Relationship b/n Account, Contact and Opportunity Entities

    I have had 2 suggestions so far as to how to overcome my problem but I still have some questions... Does anyone know of a reason why I couldn't just igore the OOTB setup for the Opportunity Contact in the Opportunity Entity (which is either an Account or a Contact), hide this field on the Opportunity...
  • Forum Post: enforce Data Entry Rules with OnSave or OnChange events

    For consistency within the application, my client wants to set some data entry rules. They would like lal fields where data entry is possible to be forced to lover case then to word upper case. Meaning that the first character of every word is capitalized. They feel that this will give the data a more...
  • Forum Post: Help Me

    Hi All, I need to add a sub menu under "Help" menu which is presented at the top most righ side corner. On clicking the sub menu, i need to open a PDF file. Plz throw some sparks on that, so that i can able to work aroud
  • Forum Post: Relationship b/n Account, Contact and Opportunity Entities

    Hi there, I'm new to this forum and hope somebody will be able to help with a problem I've encountered with Dynamics CRM v4. It seems that the standard configuration of the system links the Opportunity entity with either an Account or a Contact. Unfortunately I need to link both the Account...
  • Forum Post: Re: creat views

  • Forum Post: How to do CRM Dynamics solution EXPORT with latest changes if previous version exisits in Solution List?

    I have created an CRM 2011 custom application as App1 having v1.0.0. Then i have made changes in some of its entities and published all. Now i want to Export this latest changes as solution with same name App1 having v1.0.1 so that i can import it to staging server, but at that time, export wizard is...
  • Forum Post: Activity Associated View Customization Problem

    I tired to modify the filter criteria for the closed activity associated view to include all activities whether open or closed or whatever. I have tried various methods (including having no filter criteria at all) but the change does not occur in the associated record. The original view with only closed...
  • Forum Post: Customising Email Status Reason

    Hi everyone, My understanding is that one is able to customise the status reason but not the Status. I am trying to customise the email status reason in a custom solution. I have added the Email entity to my solution. However, when I double click on the Status Reason field in Fields, the options...
  • Forum Post: Some customised option set labels are blank in exports.

    As part of a managed solution I have an option-set. This options set has been customised and new items added. Some of these new items while selectable on the opportunity form (a custom field), do not display when exporting to excel. Clearly related to this, when selecting from the FilteredOpportunity...