"+" sign top menu event
Alert.CorruptedConfig
Any idea what this error is referring to?
Exporting Views and Forms
GPS couldnt initialize
How can I troubleshoot what is going on?
Return to demo version
One of our users is having problems with synchronizing.
Each day when she turns on the app the demo version is shown with the bike shops. She then fills in the company data (URL, username, password, ...) and synchronizes again but some time later it switches back to the demo version.
Is this a known problem or is there a solution for this?
Thanks!
James
Create report HTML
Default Map Provider
IFrame and onSave functionality
Spell Check
Change Error Messages
Unable to install Mobile CRM on Windows RT Surface
Case Resolution Dialog Problem on RESCO Mobile CRM
Recommended Image Sizes for Offline Content
Mobile Device Selection
Show Retreived Records on Account/Contact Form (fetchxml)
I'm learning about several resco
features but am new to resco. For instance I did read about the Javascript Bridge .
The original task was to take serveral relationships between account and
opportunity and several relationships between contact and opportunity and
display them in one area. For instance an opportunity may have two
custom fields - 'Project Driver' and 'Salesperson' - and they're both
contacts. But I'm not interested, coming in from the contact form, having
a grid for 'Projects Drivers' and a grid for "Salespeople' I want them
both in one 'area' as 'opportunities' not as specific relationships. This
has been accomplished in the online crm. I have an HTML web resource that
uses the XRMServiceToolkit to call fetch functions on several relationships,
displaying them in HTML. To make this work, I pass theparent window's id to the web resource and use various filtered fetch commands. (the filter is the parent id) The end result is that I fetch the needed records and then display them programmatically.
I know how to make the mobilecrm links to entities, but I don't know how to get them onto the account and contact screen based on the fetchxml. Ideally I do not want to have to run a third party site and use an iframe (that would be a last resort).
How would you advise making a
similar tool in Mobile CRM to what I have created using the xrm service toolkit? Keep in mind that I am not familiar with much of mobile crm, but do have woodford installed, can make minor customizations and have written a similar application in the online crm.
Error While Synchronizing
Hyperlink to show entity info
Disabling Qualify Function for Lead
Display (not alert) basic fetchxml links (resco format, iframe)
I am having issues writing to an iframe with text (not alerts, I've figured out how to do alerts) in mobile crm and the examples are overkill. The examples all involve dropdowns and alerts and multiple options. I don't want that. I want simple lines written to the offline html document, not even in a table.
Can someone please give simple sample code that takes fetchxml, runs a for loop and then outputs two parameters (ideally the name and the id) in rescocrm link format? I assume the jsbridge will be used here.
The fetchxml can be as simple as you want - ideally it would pull down the name and opportunityid off of an opportunity and then filter based on the accountid which is passed - but just getting any fetchxml to write to the actual iframe would be enough for me to figure the rest out.