Method: LockstepSdk::NoteModel#app_enrollment_id

Defined in:
lib/lockstep_sdk/models/note_model.rb

#app_enrollment_idUuid

Returns The AppEnrollmentId of the application that imported this record. For accounts with more than one financial system connected, this field identifies the originating financial system that produced this record. This value is null if this record was not loaded from an external ERP or financial system.

Returns:

  • (Uuid)

    The AppEnrollmentId of the application that imported this record. For accounts with more than one financial system connected, this field identifies the originating financial system that produced this record. This value is null if this record was not loaded from an external ERP or financial system.



87
88
89
# File 'lib/lockstep_sdk/models/note_model.rb', line 87

def app_enrollment_id
  @app_enrollment_id
end