function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jack SevenJack Seven 

How to create or edit data on field in Project?

i want to add 2 buttons on the Project details : 'Mass update Items', 'Mass create items'
When click, it should open a screen where we can mass update/create.

How can i do? please, help me!

Marko LamotMarko Lamot

You have to implement visualforce page & controller to do the functionallity.  Then you'll be able to put a button - that will be linked to visualforce page - on detail view.

 

If you have professional (and APIs enabled), your option will be visualforcepage & javascript - Or just javascript if you dont have   mass update/create settings...

Jack SevenJack Seven

Can you explain by code?