Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Sunday, February 23, 2025 
 
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: Smartpart design changes in application architect not reflecting in browser.
ulaga
Posts: 28
 
Smartpart design changes in application architect not reflecting in browser.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 30 May 08 7:06 AM
hi

I add a smartpart called AddEditPropertyCharge,in that i add a control in existing design and build it in AA.
When i view in browser,it is working fine and new controls are visible.Then i removed the control from the AddEditPropertyCharge and
again view in browser.But the removed control is again visible.


Pls tell me what may be the reason?

Ulaga
[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: Smartpart design changes in application architect not reflecting in browser.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 30 May 08 7:09 AM
Hi Ulaga,

Did you rebuild in AA, and redeploy after removing the control?

Thanks,
Nick
[Reply][Quote]
ulaga
Posts: 28
 
Re: Smartpart design changes in application architect not reflecting in browser.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 30 May 08 7:12 AM
Yes Nick.I already rebuild in AA,and redeploy after removing the control ,but it is not getting reflected.
[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: Smartpart design changes in application architect not reflecting in browser.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 30 May 08 7:16 AM
If you reopen the smartpart you are working on, does it reflect the new control not being there? If so do a Ctrl+Build to do a full rebuild. It might not have detected your change for some reason. Then, delete the Smartparts folder in your deployment path (e.g. C:\inetpub\wwwroot\slxclient\smartparts), and redeploy. This directory will then get fully recreated by what is the VFS.

If the control is still there when reopening the smartpart in AA, remove the control again and resave the form...and do the above again...
[Reply][Quote]
ulaga
Posts: 28
 
Re: Smartpart design changes in application architect not reflecting in browser.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 30 May 08 9:15 AM
Nick ,i made all the changes what you told.But again when viewing the output the removed control is appearing there.My Sage Apps is configured in VSS2005.

I have another doubt also,i am creating a smartpart called AddEditPropertyCharge in PropertyCharge Entity.In VFS, what are the related files get's created and in which folder of VFS.

I solved my problem,by doing undocheckout the file in VSS2005 and again checkout.Then the control is not appearing in browser.
but it is not the correct way.

Ulaga
[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: Smartpart design changes in application architect not reflecting in browser.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 30 May 08 9:25 AM
What does my Sage Apps is configured in VS2005 mean? It shouldnt be configured in there, all config should be done in AA.

They will get created under the quickforms area of the entity in the VFS. WHen you build and deploy they will go to the smartparts\propertycharge folder in inetpub...

You checked the file out so when you were redeploying it couldnt overwrite the fiel as VSS has obviously locked the file. I wouldnt use VSS with AA - just back up the virtualfilesystem table at regular intervals - this is a much easier and foolproof way of backing things up.
[Reply][Quote]
ulaga
Posts: 28
 
Re: Smartpart design changes in application architect not reflecting in browser.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 30 May 08 10:08 AM
VSS2005-Virtual Source Safe2005,since 2 or 3 users working on this,we are using VSS2005.
how to retain the changes in VFS not in deployment path.sometimes changes are not reflecting eventhough after rebuild AA also.

Advance Thanks for your reply i will not be available for 2 days

Ulaga
[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: Smartpart design changes in application architect not reflecting in browser.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 30 May 08 10:17 AM
Ah, weve had a few issues using it with VSS so now we all just log into directly to the VFS in the database (not a local copy). Just ensure you are not working on the same forms and there are much less issues working this way (we found). This method has improved a lot since 7.2.0 thats for sure!!
[Reply][Quote]
ulaga
Posts: 28
 
Re: Smartpart design changes in application architect not reflecting in browser.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 02 Jun 08 2:49 AM
hi

1.how to log into directly to VFS in the database and add files to it from AA.whether 2 0r 3 users can
access same VFS.
2.how to add existing smartpart in support files of portal manager.

where can i find the help topic on Sage SalesLogix AA.

Ulaga
[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: Smartpart design changes in application architect not reflecting in browser.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 02 Jun 08 3:02 AM
Hmm, have never looked at the help topic so dont know if its even there!

Yes as many people as you like can work on the VFS at the same time, but be careful not to work on the same templates or there will be issues (as there is any multi user development environment) - but in SLX 7.2 it is slightly more sensitive to this issue as its a bit more complex than most apps in this respect.

To add an exsiting smartpart...build and deploy the website. Then open up the vfs, go to supportfiles and the dir you require, right click and add existing files...browse to C:\inetpub...to your deploy path and pick up the quickform that will have been placed following your last build deploy. You can now use the quickform as a custom smartpart, which in my opinion is way more flexible than a quickform

There should be an option on the left hand tree (project explorer) there should be the oiption of VFS on YOURLOCALCONNECTIONNAME, this is your direct link to the db VFS, not a local one. If you use this then you are now logging directly into (and affecting the vfs).

I always recommend backing up the virtualfilesystem table regularly as well, in case of any corruptions

There is more to this though, like adding it to the main .aspx page, but im not going into that now....go on the dev training course
[Reply][Quote]
ulaga
Posts: 28
 
Re: Smartpart design changes in application architect not reflecting in browser.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 06 Jun 08 1:21 AM
hi
Any training course available for saleslogix.If so whether training
course will be conducted in India(that too in myplace Chennai).
Ulaga
[Reply][Quote]
Venkatesh
Posts: 72
 
Re: Smartpart design changes in application architect not reflecting in browser.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 11 Jun 08 6:55 AM
Ulaga,

You can visit http://www.sagesoftwareuniversity.com/crm/slxdeveloper.htm website to know the details about the training.

Cheers,
Venkatesh
[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 © 2025 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): 2/23/2025 1:52:46 PM