jamesnovak / PortalRecordsMoverConsole

Port of the Portal Records Mover XrmToolbox plugin by Tanguy Touzard
GNU General Public License v3.0
12 stars 8 forks source link

check for priorday value, if 0 or null ignore #2

Open eugenevanstaden opened 5 years ago

eugenevanstaden commented 5 years ago

checking the prior day config setting in ExportSettings and to avoid it failing as its a required field as below.

    [JsonProperty("PriorDaysToRetrieve", Required = Required.Always)]
    public long? PriorDaysToRetrieve { get; set; }