SalesforceLabs / FileExplorer

With the Lightning File Explorer, you can create and then view a hierarchy of your files associated with a record. The files are nested within a familiar tree structure which we are all used to.
BSD 3-Clause "New" or "Revised" License
36 stars 47 forks source link

updated to enable Deploy to Salesforce #26

Open mordechaif opened 1 year ago

mordechaif commented 1 year ago

Made multiple updates to enable the Deploy to Salesforce button to work, Most were to the package.xml file.

sdarr2019 commented 1 year ago

Greetings! Were we able to get this working?

mordechaif commented 1 year ago

Yes sir! Live in Production

sdarr2019 commented 1 year ago

How did you get it to work? We have the managed package in our orgs, have tried to uninstall and reinstall the source code with no luck.

mordechaif commented 1 year ago

Are you getting errors?

sdarr2019 commented 1 year ago

I am not the dev for the project but here is what I was sent

pen source is in consistent state classes/qsyd_File.cls: ERROR at line 20, column 40 - Class qsyd_File must implement the method: String qsyd_IItem.getSubClass() Also qsyd_FileExplorerCommon.cls query on line 44 had namespaced version of custom metadata I had to remove the namespace in order to deploy

mordechaif commented 1 year ago

yes of course you will have to rename all the Labels and sObjects in the code to not have the prefix of the package. My repo should have the package ready for download.

ctcforce commented 1 year ago

@mordechaif i made a one line PR on your forked version. the custom metadata value didn't match up with a global string in FileExplorerCommon