Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

  We need charge_cd as one of the input arguments. Should default server be used to create this CB node? Can it be fastTrack account?

Existing Oracle FunctionAPI:
FUNCTION createCBAccount (a_netid        IN VARCHAR2,
                            a_node_name    IN VARCHAR2,
                            a_policy_group IN VARCHAR2,
                            a_time_slot    IN VARCHAR2,
                            a_os           IN VARCHAR2,
                            a_charge_cd    IN NUMBER,
                            a_project      IN VARCHAR2,
                            a_task         IN VARCHAR2,
                            a_award        IN VARCHAR2,
                            a_org          IN VARCHAR2,
       a_fast_track   IN VARCHAR2)

...

Note

we don't need netid as input argument. confirm date format?

Existing Oracle FunctionAPI: FUNCTION expireCBAccount (a_node_name    IN VARCHAR2,   a_expire_date  IN DATE)

New ServiceNow API function: FUNCTION expireCBAccountViaSN (a_node_name    IN VARCHAR2,   a_expire_date  IN DATE)  RETURN NUMBER

...