Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Friday, November 22, 2024 
 
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!
 Web Forums - SalesLogix Web Platform & Application Architect
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.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Web Platform & Application Architect | New ThreadView:  Search:  
 Author  Thread: Help getting started
Kevin
Posts: 5
 
Help getting startedYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 18 Oct 07 11:39 PM
Real Simple in the web client I want to simply know how to do this.

1 Add a form
2 Create a Text Box that says "Hello"
3 Save It and Publish it.

I for the life of me can not figure it out. Anyone have some simple instrucitons.


[Reply][Quote]
Bob (RJ)Ledger
Posts: 1103
Top 10 forum poster: 1103 posts
 
Re: Help getting startedYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 19 Oct 07 7:19 AM
Wait for SP1.. (it's in RC right now) and one of the new wizards will do it for you...
--
rjl
[Reply][Quote]
Kevin
Posts: 5
 
Re: Help getting startedYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 19 Oct 07 8:13 AM
In the meantime there is no way to update it without RC. What is RC.
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: Help getting startedYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 19 Oct 07 11:14 AM
Hi Kevin,

RJL mentions waiting for SP1 (which is currently in RC = Release Candidate. Meaning almost released). There are many enancements in SP1, but none exactly that do this for you. The steps in SP1 are the same as in the current version.

Forms are based on the entity you want it for. Let's assume you want to make an account form and display it as a tab on the account screen. These steps are from memory, so let me know if I miss any steps or it doesn't make sense.

PART 1 - CREATING THE FORM
1) Expand "Entity Model"
2) Expand "Packages: and then expand the node that says something like "SalesLogix Application Entities"
3) Expand "Account"
4) Right-click on "Forms" and select "Add Form"
5) The new blank form opens. Right-click and select "Add Column" or "Add Row" to get your desired layout
6) Right-click and select "Insert" and then select "Textbox".
7) Make sure your Properties pane is open (View | Properties)
8) Select the Textbox, enter a Caption property
9) Either enter a Text property, or if you want to bind it to a field, click the DataBindings property. In the property editor select the account field to bind, select "Text" on the right, then click the "Map" button to map the binding.
10) Click any where on the form (not on a control), note the Form's "Name" property (you can change this)
11) Save the form and close it.
12) Click the "Build Web Platform" button on the toolbar, wait for the build to finish.

PART 2 - ADDING THE FORM TO A PAGE
13) Expand "Portal Manager" on the left tree
14) Expand "Sage SalesLogix" portal
15) Expand "Pages"
16) Locate the page named "Account Detail", double-click it to open
17) On the "SmartParts" tab, click the "+" button.
18) In the SmartParts dialog, expand "Account" and then select your form you created earlier
19) Back on the SmartParts tab, select the newly added SmartPart in the list and set the following properties to the right:
20) Title = name for your tab
21) Target Workspace = "TabControl"
22) Show in Mode = "Detail"
23) Save the Page and close it
24) Open the "Sage SalesLogix" portal under the portal manager
25) Go to the deployment tab and redeploy the portal

Now go to the account page and look for you new form, likely under the "More Tabs" tab. Hopefully that covers it. Good luck.

-Ryan
[Reply][Quote]
Bob (RJ)Ledger
Posts: 1103
Top 10 forum poster: 1103 posts
 
Re: Help getting startedYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 20 Oct 07 9:17 AM
Quote:
Originally posted by Ryan Farley

Hi Kevin,

RJL mentions waiting for SP1 (which is currently in RC = Release Candidate. Meaning almost released). There are many enancements in SP1, but none exactly that do this for you. The steps in SP1 are the same as in the current version.

Forms are based on the entity you want it for. Let's assume you want to make an account form and display it as a tab on the account screen. These steps are from memory, so let me know if I miss any steps or it doesn't make sense.

PART 1 - CREATING THE FORM
1) Expand "Entity Model"
2) Expand "Packages: and then expand the node that says something like "SalesLogix Application Entities"
3) Expand "Account"
4) Right-click on "Forms" and select "Add Form"
5) The new blank form opens. Right-click and select "Add Column" or "Add Row" to get your desired layout
6) Right-click and select "Insert" and then select "Textbox".
7) Make sure your Properties pane is open (View | Properties)
8) Select the Textbox, enter a Caption property
9) Either enter a Text property, or if you want to bind it to a field, click the DataBindings property. In the property editor select the account field to bind, select "Text" on the right, then click the "Map" button to map the binding.
10) Click any where on the form (not on a control), note the Form's "Name" property (you can change this)
11) Save the form and close it.
12) Click the "Build Web Platform" button on the toolbar, wait for the build to finish.

PART 2 - ADDING THE FORM TO A PAGE
13) Expand "Portal Manager" on the left tree
14) Expand "Sage SalesLogix" portal
15) Expand "Pages"
16) Locate the page named "Account Detail", double-click it to open
17) On the "SmartParts" tab, click the "+" button.
18) In the SmartParts dialog, expand "Account" and then select your form you created earlier
19) Back on the SmartParts tab, select the newly added SmartPart in the list and set the following properties to the right:
20) Title = name for your tab
21) Target Workspace = "TabControl"
22) Show in Mode = "Detail"
23) Save the Page and close it
24) Open the "Sage SalesLogix" portal under the portal manager
25) Go to the deployment tab and redeploy the portal

Now go to the account page and look for you new form, likely under the "More Tabs" tab. Hopefully that covers it. Good luck.

-Ryan


The wizard(s) will do all of Part 1...

But not part 2 (adding the page)
--
rjl
[Reply][Quote]
 Page 1 of 1 
  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!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2024 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 11/22/2024 8:45:49 PM