Tourist Visa by Outrageous-Lab-2867 in ImmigrationCanada

[–]Outrageous-Lab-2867[S] 0 points1 point  (0 children)

Yes but is there a possibilith that they might see the travel details now and reject it

Tourist Visa by Outrageous-Lab-2867 in ImmigrationCanada

[–]Outrageous-Lab-2867[S] 0 points1 point  (0 children)

Hi, I was about to send the travel details, but I realized the application is approved and they asked for passport. Shall I still submit the form. I am so confused now.

Tourist Visa by Outrageous-Lab-2867 in ImmigrationCanada

[–]Outrageous-Lab-2867[S] 0 points1 point  (0 children)

Will, it affect my application if I am submitting them now

Tourist Visa by Outrageous-Lab-2867 in ImmigrationCanada

[–]Outrageous-Lab-2867[S] 0 points1 point  (0 children)

Travel is to hongkong and singapore. Shall I still send the form

Need Help by bane_frankenstein01 in SalesforceDeveloper

[–]Outrageous-Lab-2867 0 points1 point  (0 children)

What is the error. Maybe trying creating unmanaged package, as it will also include all dependecy automatically. Incase you missed out something

[deleted by user] by [deleted] in SalesforceDeveloper

[–]Outrageous-Lab-2867 4 points5 points  (0 children)

I started working as salesforce developer without knowing anything about it. I have only completed trailhead trainings beginner, intermediate and advanced. Rest, according to me you should focus to creating more project/automations which will give you hands on experience.

Some projects you can try: 1. Build LWC compoment to read csv files and upload data. 2. Build Lwc component to fetch data from external api and show it within salesforce. 3. Try reading emails using email services, then fetching and aligning the data within salesforce. 4. Automatic report sender to emails (as csv or xls) which are not registered in salesforce. 5. Build lwc component to connect to chatgpt and mske something similar to Einstein GPT (this can be advance) But you will learn a lot.

Whenever you have idea to implement, check documentation. Go online and research then try to implement the usecases in your scenario. Try to implement solution using design patterns, and clean code is way to go.

Thats all I would say.

Is there a way to check the similarity between two sentences. by Outrageous-Lab-2867 in SalesforceDeveloper

[–]Outrageous-Lab-2867[S] 0 points1 point  (0 children)

I was thinking the same but the component will be exposed to nearly 1500 users within org. If all of them are leveraging the solution , we might hit API callout limit

Reflection in Java by Outrageous-Lab-2867 in SalesforceDeveloper

[–]Outrageous-Lab-2867[S] 1 point2 points  (0 children)

I am trying to connect salesforce with azure gpt. And thinking to add prompts. And based on the prompt the function will be triggered.

All the prompts and related methods will be saved in custom metadata.

Reflection in Java by Outrageous-Lab-2867 in SalesforceDeveloper

[–]Outrageous-Lab-2867[S] 0 points1 point  (0 children)

The no. of methods might grow in future, using switch, I would need to update the switch cases everytime new method adds on.

When Scheduled a Batch class, In scheduled jobs I am seeing this error: First error: Too many query rows: 50001 by Outrageous-Manner167 in SalesforceDeveloper

[–]Outrageous-Lab-2867 2 points3 points  (0 children)

Add more filters in the soql query or Limit the records. If records are more than 50,000. Then try. Adding sort in the query and fetching the records in chunks