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
gopikrishnagopikrishna 

how to display Territory field in visualforce page

Hi all,

why Account Territory field not display in visualforce page,if possible please share me how to display territory field in vf page
Satish_SFDCSatish_SFDC
<apex:inputField value={!Territory.name} />

But unfortunately you cannot lookup to a teritorry.

Regards,
Satish Kumar
gopikrishnagopikrishna
Hi Satish,

i used that on but error occured that is " Invalid field Territory for SObject Account " when i used like <apex:outputField value="{!Account.Territory.name}" /> , but Not working