Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting error below on "sf project deploy start -d cc-employee-app" command after updating to latest CLI version #58

Closed
1 task done
pcondonjr opened this issue Dec 14, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@pcondonjr
Copy link

Summary

Flow │ Add_Experiences_to_Prompt │ Your organization doesn't have │ ││ │ │ permission to create flows of │ ││ │ │ processType "PromptFlow". │ ││ GenAiFunction │ Check_Weather/Check_Weather │ Not available for deploy for this │ ││ │ │ organization │ ││ GenAiFunction │ Check_Weather/input/schema │ Not available for deploy for this │ ││ │ │ organization │ ││ GenAiFunction │ Check_Weather/output/schema │ Not available for deploy for this │ ││ │ │ organization │ ││ Bot │ Copilot_for_Salesforce │ Not available for deploy for this │ ││ │ │ organization │ ││ GenAiPlugin │ Customer_Service_Assistant │ Not available for deploy for this │ ││ │ │ organization │ ││ GenAiPlanner │ EmployeeCopilotPlanner │ Not available for deploy for this │ ││ │ │ organization │ ││ FlexiPage │ Experience_Record_Page │ generativePromptTemplate isn’t a │ ││ │ │ valid property name. │ ││ Flow │ Experiences_Loop │ Your organization doesn't have │ ││ │ │ permission to create flows of │ ││ │ │ processType "PromptFlow". │ ││ GenAiPromptTemplate │ Generate_Experience_Description │ Not available for deploy for this │ ││ │ │ organization │ ││ GenAiPromptTemplate │ Generate_Guest_Reviews_Summary │ Not available for deploy for this │ ││ │ │ organization │ ││ GenAiPromptTemplate │ Generate_Personalized_Schedule │ Not available for deploy for this │ ││ │ │ organization │ ││ GenAiFunction │ Generate_Personalized_Schedule/Generate_Personalized_Schedule │ Not available for deploy for this │ ││ │ │ organization │ ││ GenAiFunction │ Generate_Personalized_Schedule/input/schema │ Not available for deploy for this │ ││ │ │ organization │ ││ GenAiFunction │ Generate_Personalized_Schedule/output/schema │ Not available for deploy for this │ ││ │ │ organization │ ││ GenAiPromptTemplate │ Generate_Social_Media_Posts │ Not available for deploy for this │ ││ │ │ organization │ ││ GenAiFunction │ Issue_Bulk_Resort_Credits/Issue_Bulk_Resort_Credits │ Not available for deploy for this │ ││ │ │ organization │ ││ GenAiFunction │ Issue_Bulk_Resort_Credits/input/schema │ Not available for deploy for this │ ││ │ │ organization │ ││ GenAiFunction │ Issue_Bulk_Resort_Credits/output/schema │ Not available for deploy for this │ ││ │ │ organization │ ││ GenAiFunction │ Issue_Resort_Credit/Issue_Resort_Credit │ Not available for deploy for this │ ││ │ │ organization │ ││ GenAiFunction │ Issue_Resort_Credit/input/schema │ Not available for deploy for this │ ││ │ │ organization │ ││ GenAiFunction │ Issue_Resort_Credit/output/schema │ Not available for deploy for this │ ││ │ │ organization │ ││ Flow │ PersonalizedSchedule │ Invoke_Prompt (Action) - We can't │ ││ │ │ find an action with the name and │ ││ │ │ action type that you specified. │ ││ GenAiPromptTemplate │ Policy_Questions │ Not available for deploy for this │ ││ │ │ organization │ ││ GenAiFunction │ Policy_Questions/Policy_Questions │ Not available for deploy for this │ ││ │ │ organization │ ││ GenAiFunction │ Policy_Questions/input/schema │ Not available for deploy for this │ ││ │ │ organization │ ││ GenAiFunction │ Policy_Questions/output/schema │ Not available for deploy for this │ ││ │ │ organization │ ││ ApexClass │ SocialMediaPostsController │ Type is not visible: │ 21:92 ││ │ │ ConnectApi.EinsteinLLM (21:92) │ ││ GenAiPromptTemplate │ Welcome_Email_for_Upcoming_Trip │ Not available for deploy for this │ ││ │ │ organization │ ││ LightningComponentBundle │ generateSocialMediaPosts │ Unable to find Apex action class │ ││ │ │ referenced as │ ││ │ │ 'SocialMediaPostsController'. │ │└──────────────────────────┴───────────────────────────────────────────────────────────────┴───────────────────────────────────┴─────────────┘

Warning: GenAiFunction, Policy_Questions/output/schema, returned from org, but not found in the local project
Warning: GenAiFunction, Issue_Bulk_Resort_Credits/input/schema, returned from org, but not found in the local project
Warning: GenAiFunction, Check_Weather/Check_Weather, returned from org, but not found in the local project
Warning: GenAiFunction, Generate_Personalized_Schedule/input/schema, returned from org, but not found in the local project
Warning: GenAiFunction, Issue_Resort_Credit/input/schema, returned from org, but not found in the local project
Warning: GenAiFunction, Generate_Personalized_Schedule/Generate_Personalized_Schedule, returned from org, but not found in the local project
Warning: GenAiFunction, Issue_Bulk_Resort_Credits/Issue_Bulk_Resort_Credits, returned from org, but not found in the local project
Warning: GenAiFunction, Issue_Resort_Credit/Issue_Resort_Credit, returned from org, but not found in the local project
Warning: GenAiFunction, Issue_Resort_Credit/output/schema, returned from org, but not found in the local project
Warning: GenAiFunction, Policy_Questions/input/schema, returned from org, but not found in the local project
Warning: GenAiFunction, Check_Weather/input/schema, returned from org, but not found in the local project
Warning: GenAiFunction, Generate_Personalized_Schedule/output/schema, returned from org, but not found in the local project
Warning: GenAiFunction, Policy_Questions/Policy_Questions, returned from org, but not found in the local project
Warning: GenAiFunction, Check_Weather/output/schema, returned from org, but not found in the local project
Warning: GenAiFunction, Issue_Bulk_Resort_Credits/output/schema, returned from org, but not found in the local project

Salesforce Org Type

Trailhead Playground

Steps To Reproduce

sf project deploy start -d cc-employee-app

Current Behavior

No response

Expected Behavior

No response

Relevant Log Output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@pcondonjr pcondonjr added the bug Something isn't working label Dec 14, 2024
Copy link
Contributor

Thank you for posting this issue. 🙇🏼‍♂️
We will come back to you shortly.

@muenzpraeger
Copy link
Contributor

muenzpraeger commented Dec 14, 2024 via email

@pcondonjr
Copy link
Author

@muenzpraeger I apologize for not following instructions! Thank you for your help

@muenzpraeger
Copy link
Contributor

muenzpraeger commented Dec 15, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants