quinta-feira, 12 de setembro de 2019

Salesforce - Meta Tiger - New Features





Description:


This project is intended to make life easier for Salesforce developers by updating metadata that is changed or created in the sandbox's, and to help deploy to production environments by relating package.xml to the artifacts in the repository.
Features:

1 - Get All Package.xml

his feature serves to get a list of all metadata in your organization. They will be added in a package.xml in the MetaTiger directory called package.

2 - Generate Package With Files of Repository

This feature is for taking the files that are stored in your repository and preparing for deployment.
List of supported metadata:
 AppMenu  ApexClass  ApexTrigger  ApexComponent  ApexPage  CustomMetadata  CustomObject  CustomLabels  CustomField  DelegateGroup  EmailTemplate  Layout  PermissionSet  Profile  StaticResource  RemoteSiteSetting  EntitlementProcess  Flow  CustomObjectTranslation  FlowDefinition  Settings  ListView  ValidationRule  RecordType  MilestoneType  WebLink  Workflow  WorkflowRule  StandardValueSet  CustomTab  AssignmentRules  AuraDefinitionBundle  CompactLayout  CustomApplication  FlexiPage  Territory2Type  Territory2  Territory2Model  ContentAsset  SharingRules  BrandingSet  LightningExperienceTheme

3 - Retrieve Files in Package

This functionality serves to download the metadata mentioned in a package.xml just pass the organization and path that it will download in the package directory a zip file.

4 - Get All Package.xml With User Last Modified

This feature has a responsibility to take everything that has been changed by a user list in the sandbox or organization, adding a start and end date. A package.xml will be created in the MetaTiger root directory only with appropriate user changes.
This feature also takes metadata creations that were made by users.

5 - Get All Package.xml With User Created

You have a responsibility to get the metadata that was only created by users at that reference period.

Configuration Meta Tiger

Install Visual Studio Code.
Install SDK do .NET Core 2.2 Download
Install the C # extension for the Visual Studio Code. To learn more about installing extensions in Visual Studio Code, check out the VS Code Extension Marketplace.
You can have more information on this link, how to install the dependencies before running the program: https://docs.microsoft.com/pt-br/dotnet/core/tutorials/with-visual-studio-code
In VisualCode using the terminal
Execute command --> dotNet run
Just select the options below and use the tool normally it will prompt you for the required information.

Salesforce - Aside IO - IDE




Hi all, Good morning, this morning I thought of doing something really cool to help you with Salesforce development. There is an IDE of development for Salesforce online similar to the developer console called ASIDE.IO. SITE IDE Mentions: CODE EDITOR Create and edit Apex, Lightning, Visualforce, Static Resources, and Custom Objects. TEST MONITOR Run unit tests in multiple ways, view their results, and get code coverage. DEPLOY MANAGER Retrieve or deploy by dropping a package.xml or zip from your computer. QUERY TOOL Run SOQL queries and view the results in a flexible data grid. I found this tool sensational, it helped me a lot with the question of test class reports. I hope they help you too.

Url below:
https://www.aside.io

Salesforce - Meta Tiger - New Features

Description: This project is intended to make life easier for Salesforce developers by updating metadata that is changed or create...