Metrics on Parser BR run time

SamuelGorgonio
New Contributor II

We have several parser rules that are running on our connector to d365. Is there a way to see what the affect on run time is from each of these rules? 

 

Do these rules run on all data that is queried from our connection or just new data?

1 REPLY 1

Omkareshwar
Contributor II

Hi Samuel,

 

'Write message to OneStream Error Log
Dim yourIdentifier As String = "Your Identifier as string for every rule" '<-- Enter message to write to log
BRApi.ErrorLog.LogMessage(si, yourValue)

 

Thanks,

Omkareshwar

Archetype Consulting

 

Thanks, Omkareshwar
Archetype Consulting