dynamics

How can I reproduce the flick-to-scroll behavior of the iPhone UIScrollView in my own custom view?

I would like to reproduce UIScrollView's flick-to-scroll behavior, but I don't want to use (or can't use) that class. What can I do? ...

I want to export a logo to excel using C/AL. How is it possible?

I want to export logo to excel using C/AL in microsoft dyanamics NAV. How is it possible? ...

MS Dynamics CRM - database GUIDs

I was using the SDK for CRM, and printed out the PK on a bunch of instances of one of our entities. I repeated it with the database's filtered views, and got the same answer: 1a6c691d-391a-de11-8b0e-0050568407cb bd7b0ff0-391a-de11-8b0e-0050568407cb ed272bfe-391a-de11-8b0e-0050568407cb ... and so on ... These don't app...

CRM: Create instance of an entity with a particular GUID

Using the Dynamics CRM I'm trying to create an instance of an entity. I would like to manually set the GUID, but if I had the attribute that is the primary key to the DynamicEntity, I get "Service could not process request" back. I am building a DynamicEntity, and setting the [entityname]id attribute causes the request to fail. It's mov...

e-commerce webapp integration via Web Services with MS Dynamics (Navision 2009)

Hi, Has anyone tried to build an e-commerce site atop MS Dynamics, using the new Web Services introduced in Nav 2009 ? I'd like to know what kind of load these web services can take, and what kind of resources can be read/written, and any other challenges that I can expect. I intend to integrate an existing linux-based webapp via Web S...

Dynamics GP 10 table name

Are the table names for GP 10 the exact same as GP 9? ...

How to understand Microsoft Dynamics products?

What is the difference? They all are business management solutions. They do the same? Some sort of different editions? Do they use same platform? Dynamics NAV Microsoft Dynamics NAV 2009 is a comprehensive business management solution that helps people work faster and smarter, and gives your business the flexibility to adapt...

Microsoft Dynamics UI Guidelines

SAP provides UI Guidelines for CRM WebClient User Interface. Is there something similar for Microsoft Dynamics CRM or Microsoft Dynamics in general? ...

Using SQL Stored Procedure as data for a Microsoft Dynamics CRM report

We need to have a semi complex report in CRM that displays some accumulated lead values. The only way I see this report working is writing a stored procedure that creates a couple of temporary tables and calculates/accumulates data utilizing cursors. Then is the issue of getting the data from the stored procedure to be accessible from ...

Axapta/DynamicsAx: UTC datetime conversion

We are trying to interpret the data stored in Axapata's TIMEZONESRULESDATA table. Particularly, we'd like to figure out how it stores DST begin/end times. So far, my guess is: TZENUM: foreign key referencing TIMEZONESLIST (time zone name and identifier) YEAR: 0 if rule is valid indefinitely or a year where the timezone rule is in effect...

Best technology to create web forms and reports on top of a Dynamics AX backend?

Want to create web sites with data on Dynamics AX. We want not to pay for Enterpise Portal or SHarepoint an do our own web app on top of AX. ...

crm outlook client customization

I am writing an add-in for outlook 2003 which has crm outlook client installed. My requirement now is whenever we want to add a new contact we have to open up our CRM Contact page rather than the contact page of outlook. How to accomplish this? Any ideas. ...

Microsoft Dynamics question

How can I get a free copy of "Microsoft Dynamics" to learn it at my home? And how can I get started? ...

custom workflow activity in CRM that creates a task

I have created a custom workflow activity in CRM that creates a task. The workflow is attached to an a opportunity. When I create my task I would like to set the “regardingobjectid” to the guid of the related opportunity. ICrmService crmService = context.CreateCrmService(); task entity = new task(); entity.subjec...

CRM Dynamics Contact sub-types

Hi, I am very new to Dynamics. I'm trying to figure out if I can use dynamics to create sub-types of the contact entity which have all the common attributes and relationships of the contact entity but each has their own specific attributes as well. I am thinking about this in an object oriented frame of mind but cannot see how this cou...

SolidWorks API - Electromagnetic Dynamics

Is it possible to simulate custom forces (in my case, electromagnetic) using the SolidWorks API for Animator/Motion Study/COSMOS/EMS? I'm looking for any combination of API's that would expose the required data to be able to simulate the dynamics of either electrical positive/negative or magnetic north/south forces. The very basics of ...

Microsoft Dynamics CRM 4.0 and Identity Lifecycle Management

Customers are stored in Dynamics CRM 4.0 an some need access to external facing application and therefore should be provisioned in the DMZ Active Directory. Does it make sense to use MS Identity Management Lifecycle to push the accounts in the DMZ Active Directory? ...

Competitive Learning in Neural Networks

I am playing with some neural network simulations. I'd like to get two neural networks sharing the input and output nodes (with other nodes being distinct and part of two different routes) to compete. Are there any examples/standard algorithms I should look at? Is this an appropriate question for this site? Right now I'm using a thresho...

New MS CRM contact already has an Active Directory account. How do I pull from AD?

I have some clients that I'd like to put into Microsoft CRM (3.0 Dynamics). These people are already in a small Active Directory group for access to a couple of internal applications. Is there a way to add these people to CRM and pull/push the contact data from Active Directory, so I'm not creating a second repository of information th...

Dynamics AX Color Picker

Trying to add a color picker to a field in Dynamics AX 2009. Found an article providing some very simple steps for creating the color picker as a lookup, but I can't get it to work. When creating the extended data type, the FormHelp lookup doesn't include the function SysChooseColor, but it will accept the value if manually entered. A...