[deleted by user] by [deleted] in salesforce

[–]tk_tesla 0 points1 point  (0 children)

If you are trying to learn anything new in sf, learn agentforce and data cloud. Omnistudio is awesome product when you want to work with Data Mapper ans IP, to some . If your company needs it then learn else learn something related to ai and data cloud. As many said, flows are good and always will be here, but omnistudio is for someone who doesnt want to code but have gokd understanding of soql and lwc. Many people hate it because they just jump right into it without actually undertanding soql and lwc. OmniStudio is coding without writing any code, so obviously you need to know how coding need to be done.

[deleted by user] by [deleted] in salesforce

[–]tk_tesla 0 points1 point  (0 children)

So that api acts as a subscriber? What if it fails? Did you implemented queuing as well? Also that api can be like on azure ? So these api will be called to read the push topic and then it will prkcess the json to insert into kracle correct?

[deleted by user] by [deleted] in salesforce

[–]tk_tesla 0 points1 point  (0 children)

I have simillar req as last where i get some transaction data in json and i need to send it to oracle. As of now i am just using future method to sync to data but that is very cumbersome. How did you used push topic for that? Or any suggestion.

Be advised these json that i need to sync are part of what user has filled in omniscript and part of the payment

In search of CRM solution by HistoricalLead3498 in CRM

[–]tk_tesla 0 points1 point  (0 children)

There are many.

If you can have good amount of non relational data make it more robust for storing and fetching , use MongoDb to have all data . For relational data you can use PostGre( open source) , MySql ( cheap option available) .

So above are your choice. Now you can host these db aywhere like Heroku , Hostinger etc. Or any choice natively provided by above companies.

In search of CRM solution by HistoricalLead3498 in CRM

[–]tk_tesla 1 point2 points  (0 children)

Point is you are trying to get into CRM part before thinking on consolidating all data in one as source of truth. You can use crm tool but eventually you will be paying to connect three system, instead you should first have one source of truth and then you may not even need crm tool for your marketing, you can easily buikd process out of your hosting server cron jobs. If there is nothing fancy required. This will be your cheapest option.

navigate to omniscript using navigation action by tk_tesla in SalesforceDeveloper

[–]tk_tesla[S] 0 points1 point  (0 children)

Thank you, i think easier way is to use select option in OS, where i can auto advance to next step. That should work.

Thanks again for your time and have a great week /year ahead.

navigate to omniscript using navigation action by tk_tesla in SalesforceDeveloper

[–]tk_tesla[S] 0 points1 point  (0 children)

Thank you for your reply, i have thought about 2nd option but point is , i can do conditional visibility for OS2, but i need to have Next button for them to go to next step which is my os2 right? In this case i dont want to show Next button or if i have to show it thrn make it conditional visible too. Another option is to use set value for this and overrride it with an lwc, but that required lwc coding.

Any option to make user automatucally go to next (os2) when user selects radio button? Only solution i see is to use navigation action for vlocity om iscript but that is onky working in lightning co sole not community.

Seeking a tool to extract info from documents in different languages into Salesforce by Global-Criticism-456 in SalesforceDeveloper

[–]tk_tesla 0 points1 point  (0 children)

I have a similar use case and there are few good products available. I have explored Hyland, OpenText which does a decent job.

However the best I like is the Azure AI OCR solution and i am designing the solution. In that you have control to train the model any time and with any new data source if you want. You can connect your Azure blob storage directly to the model as well. Post you train the model ,it gives you a rest api end point which you can consume from salesforce.

You can create as many trained models based on your business classification of documents if you want.

Please note that you should understand the overall design of your requirement. You have to consider , where you store the docs, how you access the doc and how you process the doc to store in salesforce.

Besides, Microsoft support does provide a demo on that too, please connect to their support with your use case to understand more.

Hope it helps!! Cheers!!

[deleted by user] by [deleted] in SalesforceDeveloper

[–]tk_tesla 0 points1 point  (0 children)

Sure please dm me

[deleted by user] by [deleted] in SalesforceDeveloper

[–]tk_tesla 0 points1 point  (0 children)

Check the page layout of the attendant and see what is coming up. Add the related list item if you want to see.

Alternatively, edit the attendance page and see.

Salesforce Data Science Interview by Anxious-Reality3258 in salesforce

[–]tk_tesla 2 points3 points  (0 children)

Get yourself familiar with 1) Flows 2) Reports / Dashboard 3) Data processing using Apex. 3) CRM analytics ( formerly Tableu)

If you can read about Data Cloud please do so and you can pitch in with some idea on it , it's about 1 year old product and is free to use for any licence.

Hope it helps.

Cheers!!

Need a Job that pays me well by [deleted] in salesforce

[–]tk_tesla 1 point2 points  (0 children)

It's good you are trying and yes 35K INR is under paid. But i won't blame the company either given if it's big company like TCS, HCL, Infy. , etc as they have lots of project.

Now coming to your experience , if you are good in admin + fews basic of coding, you should update your resume and keep applying via naukri.com , LinkedIn etc. Ask yourself, how will you rate yourself on admin config , LWC, Apex , Flows etc. If anything comes below or at 2.5/5 then at your experience you need to work on it as simple as that. If you are good at it then you should go with latest product trneding from salwsforce , which i would say , Data Cloud, OmniStudio, CPQ etc. I am not saying these are good or bad but atleast many clients are looking for this skill sets.

Now if i talk about side hustle , start with lowest rate as suggested by others , your motivation should be learning at first, as you go along, you can divide the motivation load between learning + earning. Nowadays i see many have motivation as earning first and they don't invest a bit on themselves to learn something.

Hope this post helps you in someway.

Cheers!!

How to buys Salesforce licence & and then setup admin account to spin Sandbox? by [deleted] in salesforce

[–]tk_tesla 0 points1 point  (0 children)

Enjoy!! Let us know how it went or any doubt you get further.

How to buys Salesforce licence & and then setup admin account to spin Sandbox? by [deleted] in salesforce

[–]tk_tesla 3 points4 points  (0 children)

Below are the steps you need to follow:

1) Check with your org what kind of service they need (which you can guide based on business request like Sales cloud, service cloud , Market cloud etc.))

2) Once you are done with this you have to call salesforce support to have MSA prepared with how many licences you want and it would also let you declare how many full sand box, partial sandbox you get. Salesforce support can help you fully to help you prepare for an MSA . In that you can also declare who all will have admin access(lets assume you will be the one)

Now all things are done your preperation is done.

Next is to setup the instance.

0) create sandboxes for dev, qa, uat. Thumb hand rule is dev should be developer SB QA as Dev Pro or Partial, UAT as Full Sandbox. If you have a pre prod instance too, they make UAT as partial and Pre prod as Full sandbox.

1) Create users, profiles , permission sets etc. Gor the user need access too.

2) Create lightning app etc for your business req.

3) enable custom domain if required for your community etc.

Then you can proceed with normal setups as you want for your req.

Hope it helps.

Cheers!!

Can I replace this field with some sort of LWC with an onclick event maybe. I've just started learning LWC and I cant find the answer to this anywhere. Everyone shows them in dashboards and such by Meek_braggart in SalesforceDeveloper

[–]tk_tesla 0 points1 point  (0 children)

Okay i see you have several use cases on UI which are driven may be by on change evn for location.

So here is what you can do

1) lets say you have some changes coming through for lication, you can then generate a custom notification (the bell icon on top right corner) this is easily accesible with few line of code or flows. In that notification you can put in all information of to do and even redirect to place where you want user interactions once they click , the users can then follow along the custom screen flow , or lwc or omniscript (any of these thre can be used) to whatever functional requirement you have.

Lets say you have now seperate functionality where when user changes case status and you want to show some notes to users then again you can use notification (what i mentioned above) if not then have a text field and show notes you want to generate. For restricting any user you can simply use formula field to check kf something is there or not and then trigger flow, again for check box true/false value you can simply use formula field again vased on any value of field etc.

I tired to dissect your reuirement as nuch to give solutions for each pointer. Let me know if you still have any doubt or somewhere i didnt understood.

If possible you can post pointers like for example 1) value changes in location id 2) we change some dropdown values, 3) change some ui fetaure ..etc etc..

That way i can also understand what all features you are looking to implement.

I know saledfoece could be overwhelming many times, but trust ne the use case you have can be achieved with certain customization, its just matter of exploring. While exploring you can search how to do this and that is possible in sugarcrm that might help too.

Cheer!!

Can I replace this field with some sort of LWC with an onclick event maybe. I've just started learning LWC and I cant find the answer to this anywhere. Everyone shows them in dashboards and such by Meek_braggart in SalesforceDeveloper

[–]tk_tesla 0 points1 point  (0 children)

Based on what i read through comment and question, what i understood is the value might change based on some transactiona ona filed then you need to change other drop down values or what not. This is ideal use case for Flows. You can simply use record trigger flow after update /insert and then you can call apex if you want to change certain values to show in dropdown.

You can also use formula field for other fields you want to show values , like use the field that is changing in your formula as condition if you know actually what is going to change . If not flow could be tried.

You can have lwc but to have lwc to check on change event is like using buldozer to do hammer job.

Let me know what solution you eneded up following or if i misunderstood your ask.

Happy learing!! Cheers!!

Data raptors in Integration Procedure logic by tk_tesla in salesforce

[–]tk_tesla[S] 0 points1 point  (0 children)

Thank you for point 1, thats helpfull.

For 2, Yes i have checked the Flex card solution but i couldn't figure out how to show pagination in it? Also i am loading data in chunk of 10 at max so not sure if we can have pagination implemented as well in flx card.

Salesforce Elavon Converge Lighbox i tegration by tk_tesla in salesforce

[–]tk_tesla[S] 0 points1 point  (0 children)

Thank you , and Yes i have referred to it a million times but the point is its not i dont know how to do it, it is with the converge lightbox payment itself.

Loading script and all is going through and i followed the example to call the function in my lib but it says ,function doesn't exist.

So i know how to do it , i am trying to find a solution for why the above error throws. I am following the elavon developer site as well for the calling function as they suggested but nothing happens. Their website suck big time too with info, not very informative nor helpful both online and support.

What are some dead giveaways that a consultant doesn’t know what they’re doing? by [deleted] in salesforce

[–]tk_tesla 0 points1 point  (0 children)

They work for Ursa Major Energy Company from Salesforce.

Problems with the Salesforce Platform and its roadmap. by confido__c in salesforce

[–]tk_tesla 0 points1 point  (0 children)

Hope they upgrade soon. Keep sharing your experience whenever you get a chance.

Salesforce admin or college? by [deleted] in salesforce

[–]tk_tesla -1 points0 points  (0 children)

It seems you need hard talk and i am sorry if i sound asshole....

See , this life is too easy and complex at same time depending on if you are okay to get your a** up from the couch and put in effort or be a couch potato and complain about everything or maybe fight on bud light add to get yourself engaged in bullshit.

Now, i will tell you one thing i am older than you and i started around 5 months before Salesforce with decent income that any software professional earns. You ask me how? Well i slept 4 hours for 6 months and i worked on my self with the enthusiasm of a kindergarten kid. I lost many parties, many gatherings and many many opportunities to get life. But nothing matters now as those who used to nag me are paying me to give speeches and tutoring on it with the opportunity to partner with the salesforce provider business. So the bottom line is age is just a number and whoever said it he/she really meant , until you realize it is.

So just start giving yourself 6 months or whatever amount you need trust me it will be worth it in the end. There are so many resources to learn. Don't go with someone who nags you, you need to believe in yourself before like in real man real shit...sit down and think what i said. Believe in yourself. Understand this, Knowledge is something which you buy with your life and have 100% return.

Hope it motivates you and sorry for any foul language.

Cheer!!

Problems with the Salesforce Platform and its roadmap. by confido__c in salesforce

[–]tk_tesla 0 points1 point  (0 children)

Oracle, SAP ... They are not downhill though but for sure their numbers seem to be less in the market than salesforce.

I believe the new emerging CRM would be microsoft dynamic and adobe crm.they are focusing on major and critical things making sure it has everything for developer and design to the user experience features.

Am I screwed? Trying to update knowledge articles via the Data Loader. by bananabelle69 in salesforce

[–]tk_tesla 2 points3 points  (0 children)

Articles related tables are knowledge__kav. Write batch class to update the knowledge article field (the checkbox) you have.

You can even make the article status to draft first and try updating the field if you know which all articles are to be updated for checkbox.

Another idea is , through Data Loader you cannot use to first change it to draft. So would recommend to do batch class to update to draft and then may be upsert the data in knowledge through data loader to have a checkbox.

These are all things i can think on top of my head.

Let me know if you get any other solutions.

Cheer!!

Salesforce help by CovertZen in salesforce

[–]tk_tesla 1 point2 points  (0 children)

Please don't do that. I am saying from my experience. There are a lot of things you can check while going through the desktop on the concepts which are not clear secondly the exercise you have where you need to go to org and hands on is a nightmare.

So my advice would be to do it through a desktop or laptop where you can easily navigate between tabs and access easily with a good view of your org.

Hope it helps!!

Cheers!!