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!
|
|
Editing History Items
Posted: 11 Mar 09 10:46 PM
|
Hi, I want to be able to allow our executive assistants to edit their executive's notes. Often they enter notes for them and need to update them later. I just want to confirm that the Application.BasicFunctions.EditHistory does not give you any options around this (notes section is always grayed out) and a custom edit notes form would be needed.
Thx Leon |
|
|
|
Re: Editing History Items
Posted: 12 Mar 09 4:30 AM
|
Hi Leon,
I have tried commenting the following line of code to enable the notes field ' SetControlColor(memComments)
This code is under DisableControls procedure in History Detail View.
Hope this helps.
Arti
|
|
|
|
Re: Editing History Items
Posted: 13 Mar 09 12:24 AM
|
Thanks Arti - I didn't realise you could access that view as the previous version I was working on it wasn't available.
Cheers, Leon |
|
|
|
Re: Editing History Items
Posted: 13 Mar 09 4:38 AM
|
This is very strange... Application.BasicFunctions.EditHistory allows user to edit a comment, but Application.BasicFunctions.ViewHistory doesn't.
From where you call Application.BasicFunctions.EditHistory ?
If you wanna allow executive assistants edit notes only, then you may use "View / Edit Notes" button. There customization are needed in Active Script "System:Notes History Common" in "EditViewNotesClick" sub. |
|
|
|