You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been using a complex filter like this : "Date >= DateTime(#{from_date.strftime("%Y,%m,%d")}) AND Date <= DateTime(#{to_date.strftime("%Y,%m,%d")}) AND BankAccount.accountId == guid(\"#{account_id}\") AND Status == \"#{status}\"" for getting bank transactions.
I am trying to migrate to the new approach of providing where options.
Hi,
We have been using a complex filter like this :
"Date >= DateTime(#{from_date.strftime("%Y,%m,%d")}) AND Date <= DateTime(#{to_date.strftime("%Y,%m,%d")}) AND BankAccount.accountId == guid(\"#{account_id}\") AND Status == \"#{status}\""
for getting bank transactions.I am trying to migrate to the new approach of providing
where
options.@SerKnight, can you please confirm if this is the right approach? I couldn't find a similar example.
The text was updated successfully, but these errors were encountered: