
Despite what the help file says, the correct value to be in the build search path field under Tools…Build Settings in the Saleslogix Application Architect is
%BASEBUILDPATH%\assemblies;%BASEBUILDPATH%\interfaces\bin;%BASEBUILDPATH%form\interfacesbin
not
%BASESAGEINSTALLPATH%\SalesLogix;%BASESAGEINSTALLPATH%\Platform;%BASESAGEINSTALLPATH%\SupportFiles;%BASESAGEINSTALLPATH%
Make sure you have this set or you will be unable to build you Web Platform, especially if you have any custom entities.
This no longer works in 8.2, the correct build path is :
%BASEBUILDPATH%\assemblies;%BASEBUILDPATH%\interfaces\bin;%BASEBUILDPATH%\forminterfaces\bin
There’s an extra backslash in the path near the end now.
Thanks Ben, your post has the correct paths. We had ported over our blogs during a site conversion and the \ marks were stripped. I have corrected my post.
I put that path in and I still can’t build. Any ideas?
Thanks in advance!
If you have the correct path but are getting errors it is likely due a problem in your VFS either with customizations or a level mismatch between the VFS and executables being used.