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
shiv shankar 18shiv shankar 18 

How to add custom Field to NetworkMember Object

I am struggling to add custom field to NetworkMember Object can any one tell me how to do it ??
Nitish Bansal 46Nitish Bansal 46
Hi Shiv,

You cannot add a custom field to NetworkMember object.
Please follow below link for more information: https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_custom_objects.htm#i1436378

Regards,
Nitish
shiv shankar 18shiv shankar 18
Hey Nitish ,
                      I want to add field to standard object not in custom object.
Nitish Bansal 46Nitish Bansal 46
Yes Shiv, I understand that. The link that I shared gives an insight of standard objects in which you can add custom field.
shiv shankar 18shiv shankar 18
I think I am not able to create Custom field on NetworkMember Object.

Well my task is to show all community member with their Reputation point and a text box should be next to every user to add some bonus Reputation point. after adding bonus point  Old Reputation point and New Reputation point both should be visible next to every member of community.

I have created a page which will show this detail and add extra bonus point but not able to show old reputation point.