11/26/2024 6:21:29 PM
|
|
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 writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
Set account-details-form to modified
Posted: 22 Oct 06 7:00 PM
|
fiogf49gjkf0d Hi to everyone,
I have added a button to the account details view. By clicking the button a text field is modified. My problem is that the modified textfield will not be saved. The save button of the view is still disabled too.
How can I set the account detail form to modified? Is there a kind of flag or something like that?
Thanks in advance and best regards Mark |
|
|
|
Re: Set account-details-form to modified
Posted: 23 Oct 06 12:05 PM
|
fiogf49gjkf0d Mark,
Most items on the detail views are bound to the datbase fields eg.. Account --> Account.Account
Adding the button to change the field should change the text in that field and either a Application.basicfuntions.refreshmainview or changeing the account will set the data
Hope that help.. |
|
|
|
Re: Set account-details-form to modified
Posted: 23 Oct 06 5:15 PM
|
fiogf49gjkf0d You can call the form's Post method to force a save if you wanted. AFAIK, changing a data-bound field should automatically enable the save button on the toolbar. |
|
|
|
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!
|
|
|
|
|
|
|
|