Connect failure: The request timed out. (-1001)
Failed To Load Application Settings Error
Hi there,
I have got Resco loaded on two machines with a license on each for development and live testing. On my development server, when I try to load it up, I keep getting the “Failed To Load Application Settings”
I just needed to go in and export the work from development to import to my live system. I did it just before Christmas and it was fine. That said, I have done further work developing and I need the updated work. Can I get to the files without exporting the app or can you point me in the direction of how I might solve the problem of failing to load the application settings?
I have sent this to technical support but wondered if there was anyone else out there who had this problem and how they solved it?
JJ Kilduff
How to use Regular Expression Match?
JSBridge - Online many to many joined queries give null/incorrect results
When a fetch query is performed in online mode on a many to many relationship through scripts in RESCO, The result set is null/incorrect.
But if the same query is run in offline mode it works fine.
The code we are using (there is a M:M relationship between "contact" and "dev_client" and relationship name "dev_dev_client_contact")
var clientEntity = new MobileCRM.FetchXml.Entity("dev_dev_client_contact"); // relationship name clientEntity.addAttribute("contactid"); clientEntity.filter = new MobileCRM.FetchXml.Filter(); clientEntity.filter.where("dev_clientid", "eq", clientId);var linkEntity = clientEntity.addLink("contact", "contactid", "contactid", "inner"); linkEntity.filter = new MobileCRM.FetchXml.Filter(); linkEntity.filter.where("statecode", "eq", 0);var fetch = new MobileCRM.FetchXml.Fetch(clientEntity); fetch.execute("Array", function (result) {// functionality goes here }
We have decided to use fetch.executeOffline method until this is fixed as the results in online mode are inconsistent.
RESCO Version 8.0.4
Check Network Connectivity
initial view
Example, on load if project stage is bidding then show initial view Bidders else show Awards..
Info Path error when attempting to create Notes PDF attachments OFFLINE
Offline html and JSBridge - Lookupform not working
How do we connect custom commands to offline html
Default view in LookupView
Custom Lookup views and filtering
var lookupForm = new MobileCRM.UI.LookupForm();
var entities = new Array();
var views = new Array();
entities.push('contact');
views.push("contact.Parents_Guardians");
lookupForm.allowNull = true; // Allow choosing empty value
lookupForm.entities = entities ; // Allow only contacts
lookupForm.allowedViews = views;
lookupForm.show(onLookupFinishedContact, MobileCRM.bridge.alert, null);
We have a lookup view called "Parents_Guardians" in the contact entity as well.
But when invoked it throws an error "There is no parameterless constructors for this object"
When using lookupForm.allowedViews = null; Works fine
Also I've noticed that constructor in JSBridge for
LookupForm: function () is missing a semi colon on line
this.prevSelection = null
Second question: Is there a way to set a custom fetch filter for a lookup view based on a field in the form through scripting.
We are using RESCO 8.0.1.0 with the latest JS Bridge
Thanks
Changing field color in a view
Global maps
How the syncronization manages conflicts ? By fields or by entity ?
Update standard Entity Image
Shared variable
Woodford performance
Notes tab and signature
Different UX for OptionSets vs Dates
Additionally on Android, clicking outside the popup for an OptionSet applies the change while doing the same with the Date Picker has the opposite behaviour.
These inconsistencies are being noticed by our customers and raised as a concern for training issues, is there any plan to address these inconsistencies?
Kind Regards,
John
message from client in UAT:
"The process for selecting the audit result [OptionSet] is different from the process for selecting the due date. Is it possible to make these the same?"