Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can remove all data from your tag with the `removeData` method. Please be aware that not all users are authorized to do this.

...

Code Block
c3Grid(TagProvisionLog.fetch({
    order: "descending(deployDate)",
    limit: 1
}))

Listing all Types in a package

Code Block
c3Grid(TagMetadataStore.typesByPackage("packagename"))