Package detail

upcf

ueqt1.6kMIT1.0.73

ueqt common pcf library

readme

upcf

ueqt common pcf library

Usage

Schema

# 全量生成
upcf schema ts <tablelogicalname1> <tablelogicalname2> --path "./"
upcf schema cs <tablelogicalname1> <tablelogicalname2> --path "./" --namespace "Philips.Service."
# 根据文件使用到的生成
upcf schema ts <tablelogicalname1> <tablelogicalname2> --path "./" --clean
upcf schema cs <tablelogicalname1> <tablelogicalname2> --path "./" --namespace "Philips.Service." --clean

Installation pacx

dotnet tool install -g Greg.Xrm.Command
pacx auth create -n "philips-dev" -cs "AuthType=ClientSecret;url=https://contosotest.crm.dynamics.com;ClientId={AppId};ClientSecret={ClientSecret}"

webresource

mkdir ./webresources
pacx wr init -r -s my_solution_name -f ./webresources
cd ./webresources
pacx wr push -p myjs -s my_solution_name