Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Using GetList to get a list of sheets. Not sure how to find out whether the sheet is a base sheet or a community sheet. Any ideas or is there another method I can use to get this information inside my extension?
I would appreciate any help anyone could provide.
Thanks!
Sheets can be in 3 states:
if the Sheet is not Published it is a Private Sheet.
if the Sheet is Published and Not Approved it is a Community Sheet.
if the Sheet is Published and Approved it is a Base Sheet
Anyone have any suggestions or ideas? Doesn't have to be through GetList, but just need an API I can use in my extensions to distinguish a base sheet and community sheet apart.
Sheets can be in 3 states:
if the Sheet is not Published it is a Private Sheet.
if the Sheet is Published and Not Approved it is a Community Sheet.
if the Sheet is Published and Approved it is a Base Sheet
Exactly what I was looking for, thank you so much!