You need to sign in to do that
Don't have an account?
Karthik TathiReddy
Is there any possibility to customize the notes & attachment object?
Hi,
Is there any possiblity to customize the Notes object? I need to add some custom fields for the Notes object. Is this possible through coding? Please give me some possible ways for this.....
Thanks
-Shiva
please refer the below link which states that it's a readonly object:
http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_noteandattachment.htm#topic-title
NoteAndAttachment is a standard object that give you access to either of 2 other standard objects : "Note" and "Attachment"
None of these objects can be extended with custom fields. You have no workaround for direct customization (no page layout, no custom field...)
If you still want to customize atachments, you will probably go with new custom objects (to host new fields and refer to notes and attachments) and create VisualForce pages. But it's probably lots of work, try keeping standard to get the benefit of std page layouts