-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When a contract is deleted, it becomes a ghost record in the API. A contract without start or enddate.
I would like to change line 357, to make sure these ghost records don't enter HelloID.
My suggestion: ($.Enddate -as [datetime] -ge (Get-Date).AddDays(-$cutOffDays) -or ([string]::IsNullOrEmpty($.Enddate) -and -not [string]::IsNullOrEmpty($_.Startdate)) )
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working