7/5/2025 10:30:23 AM
|
|
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.
|
|
|
|
Creating and bundling groups in web client?
Posted: 12 Aug 09 4:41 PM
|
Hi, I have some custom new mainviews. When a user gets into those and no group exists, a javascript error is issued. I wonder, how do you create and bundle groups for web client such as those in LAN client? I'd like to create a default "all whatever" groups for my custom mainviews and deploy those so when the user enters the mainviews no error occurs.
Thanks a lot! |
|
|
|
Re: Creating and bundling groups in web client?
Posted: 12 Aug 09 5:35 PM
|
You can use the 'Install plugin' on the 'Actions' tab in the AA bundler. Be sure to fill in the 'ReleaseGroup' in the properties window after choosing your group or ACO group. Typically, this would be 'Everyone'.
The other option is to use legacy Architect to create a sxb bundle of the plugin. |
|
|
|
Re: Creating and bundling groups in web client?
Posted: 13 Aug 09 4:27 PM
|
Hello Mike, thanks a lot for replying to my post!
Let me see if I get this correctly (I'm quite a noob using AA, and quite a noob in SLX in general, more of a .NET developer). I have a new mainview which doesn't have any groups. I right click on the mainview space and click on "add group". I create the group using query builder with whatever data i need to display. I save the group.
Now, in AA, where is the bundler you mention? I cannot seem to find it.
And using the legacy architect, what would be the correct way of doing this?
Thanks, and sorry if my questions sound silly...I'm not really trained in AA, I'm learning as I go... |
|
|
|
Re: Creating and bundling groups in web client?
Posted: 17 Aug 09 3:44 PM
|
Nix, The bundler in App Architect is located in the 'Bundle Model' section of the project explorer (left pane). To create a bundle, right-click on bundle model and choose 'New Manifest'. Give your bundle a name. Next, click the 'Actions' tab. You can now drag the 'Install Plugin' item into the list. Choose either 'Group' or 'ACO Group' in order to find the group you created. At this point,you can save the bundle. To create the bundle file, right-click on your bundle in the list of bundle manifests under 'Bundle Model'.
You can also use legacy Architect to do it by creating a new project and adding an install action to that. The process is similar, but I'll refer you to the doc if you want to do it that way instead. |
|
|
|
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!
|
|
|
|
|
|
|
|