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: Activity Detail form in Application architect for customization?
Posted: 15 Apr 09 12:14 AM
|
It's a custom smartpart. You can find it in App Architect under Portal Manager-->Sage SalesLogix-->SupportFiles-->SmartParts-->Activity. It's not a quickform. You'll be editing text files (ActivityDetails.ascx and ActivityDetails.ascx.cs) to customize it. |
|
|
| |
| |
|
Re: Activity Detail form in Application architect for customization?
Posted: 29 Apr 09 5:04 AM
|
Hi Astha,
I guess u have created a new field in database and wrote the code for inserting into database.
But i would advice u take "USERDEF1" field which already exist in SLX database and map the control u added in the form with the field.
The above can be done using Visual studio 2008.
Hope u got it! 
-Nagaratnapandi
|
|
|
|
Re: Activity Detail form in Application architect for customization?
Posted: 29 Apr 09 5:55 AM
|
Hi Well thanks of replying to my query
Actually i already did that but still no luck...anyother suggestion can you give on this.
In activitydetails.ascx.cs there is a method protected override void OnAddEntityBindings()
there is bind field...
anyother suggestion can you give on this.
Regards Astha |
|
|
| |
|