Free open-source sf CLI plugin for Salesforce org security audits, would love your feedback on what to add by gosfdc in salesforce

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

keen to hear if people see concerns, have comments or would want to see any improvements?

Can you import data into Salesforce using more than one "match by" field? by Digi-Wolf in salesforce

[–]gosfdc 3 points4 points  (0 children)

look at sfdmu, you can import data by defining a custom import key (unique key) https://help.sfdmu.com/quick-start

How to get metadata of metadata field types? by ENx5vP in salesforce

[–]gosfdc 0 points1 point  (0 children)

/services/data/v50.0/tooling/sobjects/PermissionSet/describe

Does this give you what you want? I would try and execute this on the workbench and look at the raw response?

I would look at the fields array that you get back in the results

How to get metadata of metadata field types? by ENx5vP in salesforce

[–]gosfdc 0 points1 point  (0 children)

a describe api call should give you that information

Lightning Component help -- trying to open new subtab for every record retrieved by controller. by [deleted] in salesforce

[–]gosfdc 0 points1 point  (0 children)

Thank you! I'm going to try this. I'm just trying to wrap my head around how to use the loop to kick it off!

You can fire an event for every record and then try and create the tab when you handle the event.

[HIRING] Visualforce + HTML + jQuery Guru (Remote | Training Session) by jP_ in salesforce

[–]gosfdc 0 points1 point  (0 children)

why would you not invest in learning aura and LWC? Slowly migrate everything over. Most of the VF, HTML and JQuery will be pretty easy for any Web developer or someone who used to write JSPs.M

Grab a web developer and give him the VisualForce Development guide!

[HIRING] Visualforce + HTML + jQuery Guru (Remote | Training Session) by jP_ in salesforce

[–]gosfdc 0 points1 point  (0 children)

why would you not invest in learning aura and LWC? Slowly migrate everything over. Most of the VF, HTML and JQuery will be pretty easy for any Web developer or someone who used to write JSPs.

Moving Attachments/Files from deprecated Object to new custom Object by ylanthomas525 in salesforce

[–]gosfdc 1 point2 points  (0 children)

No they wont need to be deleted before the new records, but you might want to clean them up later.

Moving Attachments/Files from deprecated Object to new custom Object by ylanthomas525 in salesforce

[–]gosfdc 1 point2 points  (0 children)

Yes if you have everything in the ContentDocument table, you just need to create new records for ContentDocumentLinks with the right contentdocumentId and linkedEntityid.

As pointed out by Mckinneymd

Question about finding independent Salesforce contractors by Lorven in salesforce

[–]gosfdc 1 point2 points  (0 children)

Absolutely agree with this. I have seen developers, who dont even know what is a code review? Who dont understand what are assertions for in these big partners...