Hi,
I am working on BYOD to push data into Azure SQL DB.
I have setup [dbo].[GeneralJournalAccountEntryEntity]
It has 2 fields PostingType and JournalCategory(which I came to know is LedgerTransType from google search)
How do I add these entities in BYOD? I couldn't see these entities in the entity list
Regards
Raj
Hi Raj,
These are sequential and starts from value 0. So, in this case, None is 0, "Transfer" is 1.
Some of the enum elements have a property enum value from which you can find their actual int values.
Sorry, I couldn't see int values. I can see only descriptions
Yes you can find the values for the enums under and their corresponding int value under AOT\BaseEnums.
Hi Raj,
These fields are present in the GeneralJournalAccountEntryEntity.
Ok, these are not in Entities?
I can see in AOT as BaseEnum
All values are listed there
Hi Gunjan,
These two fields available in the entity mentioned in the original post.
These are Ints.
When I google it, it came as LedgerTransType
docs.microsoft.com/.../gg882656(v=ax.60)
In BYOD, I need to select entities. Which entity these values are stored?
How do I know the entity name
Thanks
Hi Raj,
These two fields are available in the entity. These are fields of type enum and will appear as integers.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,807 Super User 2024 Season 2
Martin Dráb 229,135 Most Valuable Professional
nmaenpaa 101,156