7/5/2025 3:30:46 PM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
Convert form from 7.5 to 7.5.1
Posted: 24 Jul 09 11:13 AM
|
Hi all, anyone already tried this? I have some forms developed in 7.5.0 and I would like to convert them to 7.5.1.
Is there a (hopefully) simple and easy way to migrate forms from one version to the other?
Many thanks in advance. |
|
|
| |
|
Re: Convert form from 7.5 to 7.5.1
Posted: 24 Jul 09 11:26 AM
|
Yes, they are quickforms.
I just did a quick test, got an error on resources and asked here for confirmation.
Apparently, the xml for some controls on 7.5.1 includes a property called ButtonTooltip (e.g. for lookup, owner, email, etc.).
The bundle I created in 7.5.0 hasn't this control property.
What I can do is: - load the bundle in 7.5.1 - build successfully the web platform - deploy to IIS
But when I open the deployed form, I get an error saying "The resource object with key <<NameOfTheControl>>.ButtonTooltip was not found."
Apparently the new property is not added to the .resx file associated to the form.
I would like to know if someone already did this without errors... As always, any reply is greatly appreciated. |
|
|
|
Re: Convert form from 7.5 to 7.5.1
Posted: 24 Jul 09 11:31 AM
|
Ok, so you are saying that the new Property doesn't get created for items being added via a bundle.
With that piece of information, what you would have to do is the following: - Apply the bundle - Open each form - For each control, locate the Property in question and enter an appropriate value.
At this point, the new Property should now be created on the Resource file, so go ahead and Rebuild and Redeploy to verify.
|
|
|
|
Re: Convert form from 7.5 to 7.5.1
Posted: 28 Jul 09 2:18 AM
|
I tracked the origin of the problem: I was applying the bundle with a non "Invariant" culture selected. So the bundle was applyed to the local culture only.
So: always watch out for the selected culture when applying bundles!
Thanks for your responses! |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|