This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to add form for bulk edit property in Web Portal

Hello, I need to add the ability to bulk edit entrydate and exitdate for employees by their manager. 
I'm trying to do this with a custom form VI_Employee_Overview. B
ut I do not have enough development experience to understand whether there is a possibility of changing the attribute in the Grid output.
And also add the ability to select several employees to change one attribute, by clicking the "Change Date" button or something like this.
Advise, can do it with the help of another form? Thanks in advance.
  • Hi dkamzolov,

    I would use the wizard control for that. First page would be the custom grid with checkboxes. Second page would be the choosing the date. Last page would be an overview.

    The actions used are just normal update actions on the collection "Person" with the whereclause "is checked by user".

    This is a very simple and basic task, you need the basic training for that. But I recommend of course the complete web designer training.

    Regards,

    Geraldine