Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# nzc-customreports

[![Validate metadata](https://github.com/mshresponse/nzc-customreports/actions/workflows/validate.yml/badge.svg)](https://github.com/mshresponse/nzc-customreports/actions/workflows/validate.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

A free, unmanaged, open-source package of basic **Lightning Report Types, Reports, and Dashboards** for **Salesforce Net Zero Cloud** (core Lightning analytics only — no CRM Analytics / Einstein components). Metadata API version **60.0**.

## What's included
Expand Down Expand Up @@ -63,10 +66,20 @@ Deploy-time validation against a real Net Zero Cloud org (field and relationship

## Deploy

### Option 1: Deploy button

<a href="https://githubsfdeploy.herokuapp.com?owner=mshresponse&amp;repo=nzc-customreports&amp;ref=main">
<img alt="Deploy to Salesforce" src="https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/deploy.png">
</a>

### Option 2: Salesforce CLI

```bash
sf project deploy start --manifest manifest/package.xml --target-org <your-org-alias>
```

Tip: validate first without saving anything to the org by adding `--dry-run`.

## Validating API names against your org

Net Zero Cloud field and child-relationship API names can vary slightly by release and license edition. If a deploy fails on a field or relationship name, verify the exact names in your org and adjust the XML:
Expand Down
Loading