CloudLink Ideas Portal

Recognize expired enrollments using hours

The applications team has informed me that CloudLink does not have the functionality to recognize expired enrollments using hours. I want the system to be able to calculate all enrollment expirations by more than just date.

SQL Solution:
CASE WHEN Contract_Status = 'P' THEN 'PENDING'

WHEN Contract_Close_Date > '1901-01-01' and Contract_Close_Date <= GETDATE() THEN 'CLOSED' -- close on data

WHEN Contract_End_Date <= GETDATE() and Contract_End_Date_Or_Usg = 'On Date' THEN 'EXPIRED' -- expired on date

WHEN Max_Smu >= Contract_End_Smu and Contract_End_Date_Or_Usg = 'On SMU' THEN 'EXPIRED' -- expired on SMU

WHEN (Contract_End_Date <= GETDATE() and Contract_End_Date_Or_Usg = 'First To Occur') or (Max_Smu >= Contract_End_Smu and Contract_End_Date_Or_Usg = 'First To Occur') THEN 'EXPIRED' -- expired on first to occur

ELSE 'ACTIVE'

END AS Contract_Status

  • Enich McStotts
  • Aug 15 2024
  • Needs clarification
How often would this idea be used? Daily
How much time would you save when the idea is implemented? It would save hours of work
How many people at your company would benefit from this idea? Most people (25 + )
What problem is your idea trying to solve?

Incorrect data.

  • Attach files
  • Admin
    David Vuong commented
    October 01, 2024 21:33

    Enich, did you mean for this to be for EMT? This is currently in the SalesLink section. If you meant for it to be in SalesLink, could you be more precise about what part of the application you're referring to?



If you would like to submit an CloudLink product issue or bug, please visit our Customer Support Portal

For support questions related to the CloudLink Ideas Portal, please contact CloudLink Customer Support