HUANG's Notes

There is no royal road to learning -- Anthony Trollope

Salesforce developer training

BY Guanqiao Huang

Module Salesforce Flow Automate processes for every app, experience, and portal with declarative tools. Data Management Learn how to import and export data in Salesforce. Formulas and V...

Discussion Form

BY Guanqiao Huang

WEB-1 Read the scenario below and share your solutions to the question by posting in this discussion forum. Once you have posted to the discussion forum, take time to review your fellow participan...

test blog

BY Guanqiao Huang

前言 This is the first blog

Apex Notes 1

BY Guanqiao Huang

Apex Fundamentals Primitive Data Type String greeting = 'Hello World'; System.debug(greeting); Boolean amIAwake = true; System.debug(amIAwake); Integer rollNumber = 11008890; System.debug(rollNum...

Salesforce Admin Notes

BY Guanqiao Huang

Access and Permission Owner , Created Date and Last modify are System field. When ever you will create any object automaticly all those field will create. Owner field resides on every object i...

Salesforce Introduction

BY Guanqiao Huang

Basic Terms Links Terms Description CRM CRM stands for Customer Relationship Management. This technology allows you to manage relationships with yo...

Nodejs Introduction

BY Guanqiao Huang

Reference 3 Ways to Update Node.js to Latest Version on Linux Systems Option 1: Update Node.js with NVM (Node Version Manager) Start by updating the package repository with the command: su...

Jenkins Introduction

BY Guanqiao Huang

Jenkins 特点 Easy Installation Jenkins is a self contained Java-based program, ready to run with packages for Windows, Mac OS X and unix-like OS Easy Configuration It can be easily ...

Docker Introduction

BY Guanqiao Huang

docker ps 查看正在运行的容器 docker ps -a 查看所有容器 docker run -i -t ubuntu 建立一个Ubuntu,-i代表与这个容器互动(比如像ssh进去,可以向他输入指令),-t代表类型让他创建个terminal给我们, 一起写就是-it docker start [id] 输入容器id,不会进入容器里面,只是以detached模式运行...

Salesforce Dev Topics

BY Guanqiao Huang

Declarative Development for Platform App Builders in Lightning- Extended (DEX403E) Lessons and Topics Building Your Data Model Understanding Objects on the Lightning Platform Creating Custo...