admin管理员组文章数量:1123771
Got latest VSCode,latest Sf cli,latest npm ,latest Java 21
Intention is to get all objects (without using Org browser as it will be very time consuming) in manifest.xml to local VS Code project so tried SFDX: Retrieve Source in Manifest
but got error with no exact details why SFDX failed to run
Thought may be got a big manifest file around 9000 members to deploy at my VScode local project hence tried below sf commands
My end goal is to get allMetadata retrieval in my local project at VSCode...Then thought i would succeed in getting all metadata with below
sf project generate manifest --output-dir manifest --name=allMetadata --from-org vscodeOrg
sfdx force:source:retrieve -x manifest/package.xml -u vscodeOrg
but then error came is below
Error (SfError): INSUFFICIENT_ACCESS: insufficient access rights on entity: GenAiPromptTemplate
How do i provide access to GenAiPromptTemplate
so that i can run the below retrieval command successfully ?
sfdx force:source:retrieve -x manifest/package.xml -u vscodeOrg
GenAiPromptTemplate
is not an object..I am using Salesforce Admin access with all these Permissions Are Enabled: Modify All Data,View All Data,API Enabled,Author Apex (for Apex metadata types)
Got latest VSCode,latest Sf cli,latest npm ,latest Java 21
Intention is to get all objects (without using Org browser as it will be very time consuming) in manifest.xml to local VS Code project so tried SFDX: Retrieve Source in Manifest
but got error with no exact details why SFDX failed to run
Thought may be got a big manifest file around 9000 members to deploy at my VScode local project hence tried below sf commands
My end goal is to get allMetadata retrieval in my local project at VSCode...Then thought i would succeed in getting all metadata with below
sf project generate manifest --output-dir manifest --name=allMetadata --from-org vscodeOrg
sfdx force:source:retrieve -x manifest/package.xml -u vscodeOrg
but then error came is below
Error (SfError): INSUFFICIENT_ACCESS: insufficient access rights on entity: GenAiPromptTemplate
How do i provide access to GenAiPromptTemplate
so that i can run the below retrieval command successfully ?
sfdx force:source:retrieve -x manifest/package.xml -u vscodeOrg
GenAiPromptTemplate
is not an object..I am using Salesforce Admin access with all these Permissions Are Enabled: Modify All Data,View All Data,API Enabled,Author Apex (for Apex metadata types)
1 Answer
Reset to default 0Prompt Templates (this were probably the causing of the error) allowed me to execute and edit prompt templates.
本文标签:
版权声明:本文标题:salesforce - How to get allMetadata retrieval using SF VSCode.. insufficient access rights on entity: GenAiPromptTemplate - Stac 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736599088a1945183.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论