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!
|
| |
|
Re: Can Customizaion done in slx 7.5 be installed in slx 7.2 & 6.2 ?
Posted: 12 May 09 9:29 AM
|
It may be possible to do so. In the past I have been able to do so for other versions, but it may depend on what you are bundling. For instance, if you bundle recordsets (or individual records) the schema may be different and it may fail to apply.
|
|
|
| |
|
Re: Can Customizaion done in slx 7.5 be installed in slx 7.2 & 6.2 ?
Posted: 12 May 09 3:27 PM
|
Maybe....
Again, it depends on what you have in the Bundle. If you create a Bundle that relies on a Function that does not exist on 6.2 (no SP), the bundle may work, but the application won't. Also, there are always issues with bundles and certain types of objects that could affect you.
If you keep it simple, you have a good chance it will. |
|
|
|
Re: Can Customizaion done in slx 7.5 be installed in slx 7.2 & 6.2 ?
Posted: 13 May 09 4:10 AM
|
No, this is definitely NOT possible. The bundle will not apply to prior versions (it will prompt for a password - not that there is one). If you need upwardly/backwardly compatible - you have to develop in the lowest denominator. 6.2 in this example. |
|
|
| |
|
Re: Can Customizaion done in slx 7.5 be installed in slx 7.2 & 6.2 ?
Posted: 16 May 09 4:16 AM
|
I've actually gotten this to work. It was a customization done for a customer meant to be applied after their upgrade, but they decided they wanted it before the upgrade as it would help in data cleanup. The bundle did ask for a password when I went to apply it in the lower version. I rebundled it in the higher version (7.0) and specified a password when I bundled it. Then when it asked for the password in the lower version (6.2) I provided the password and it worked. I'm not sure this would work between all versions, but it worked here and the customizations applied fine. |
|
|
|