31
Views
1
Comments
Solved
[AuditTrail] Espace ID and Application ID are blanks
Question
audittrail
Service icon
Forge asset by JohnGB
Application Type
Service

Hi there,

why i try the Sample, and got blanks espace ID and also Application ID?

I debug, here is empty, the entity do not have the espaceid (in my env = 197); th entity Entity has space ID = 51 -Outsystems sample data DB-; i think the ther is no entry space id in the Entity so cannot join it - the space id is not the entry, but the own space id.

regards

2019-01-07 16-04-16
Siya
 
MVP
Solution

In the example, the entity "Sample_Accounts" is part of a different Espace (OutSystemsSampleDataDB) with ID 51. Therefore, the GetEspaceById aggregate will not work because Espace.Id does not match Entity.Espace_Id. The "QuickLogServerAction" functions correctly only if the entities are from the same module where the QuickLogServerAction is invoked. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.