@McGuireTO@itsmejanet_e My best advice is to start estimating and then track your actual time. Eventually you'll be able to narrow down your estimates.
I also suggest multiplying any initial estimates by 1.5 or 2 to account for challenges and other unexpected situations.
Good luck!
@FabienTaillon Any suggestions on how to transition an enterprise org from MDAPI to SFDX, either using unlocked packages or source tracking in sandboxes? How do your config changes make it in to source control?
@codefriar@itsmejanet_e@sunnydalelow Anything from adding picklist values to workflow rules or flows. Hoping there might be an admin-friendly way to pull the metadata and commit it to the repo.
@UberDevelopers I'm trying to submit a request to access the Uber Drivers API and the form does not submit. When the page loads, there's a warning in the console that says "Form submission cancelled because the form is not connected". Is there a different way to request access?
@UberDevelopers I'm trying to submit a request to access the Uber Drivers API and the form does not submit. When the page loads, there's a warning in the console that says "Form submission cancelled because the form is not connected". Is there a different way to request access?
@stephanwcg@pchittum@codefriar@MeighanSF That's a good point! I think in that case we would have had to make some asynchronous logic to try to reconnect them to the records we needed. I would have liked the upload finish event to get the document ids just like with an authenticated user so we could use the same logic
@pchittum@codefriar@MeighanSF Attempting to upload files as a guest user in a community. Followed, as best I could, the vague instructions for the lightning-file-upload LWC. All files get uploaded as private files owned by the default owner, with My_fileupload__c set.
1/x
@stephanwcg@pchittum@codefriar@MeighanSF Thanks, @stephanwcg ! We did end up using a trigger on ContentVersion, and using that trigger to create the two content document links we needed. Disappointed because I was hoping we could just query for the content version after it was uploaded using the unique string
@MeighanSF I think we got it figured out - it was go-live weekend. Not sure we're doing it the best way, but it does work like we need it to. Thank you!
@MeighanSF We were trying to relate the file to a custom object. Ended up making a trigger after insert of ContentVersion that created the Content Document Links that we needed
How do I make the files visible to be queried by what I've set in My_fileupload__c?
Do I have to write a trigger after insert on ContentVersion?
Please send help!
3/3
My apex controller, without sharing, does not get any query results for the Content Version records with the appropriate My_fileupload__c value. I, as a sys admin, cannot see the uploaded files when I query with dev console.
2/x
@msrivastav13@pchittum Yes, from LMS to pubsub. I initially implemented LMS and then learned that it is not available in communities. I did figure it out, pretty straightforward. Replace the calls to subscribe and unsubscribe with registerListener and unregisterListener.
@codefriar Well I think I'm on the right track now. Here's a question though: can I use Lightning Message Service in a community as a guest user? It seems like when I try to import my message channel, the page breaks.
We're back with Part 2 of the Zero to PD1 series! Our awesome panelists are returning along with two mentors! Can you tell we're excited! Join us on Wed, 8/19 at 5pm PT
RSVP here: https://t.co/gBB0k9xdM5
#Salesforce#WIT@SalesforceDevs