microsoft / ALAppExtensions

Repository for collaboration on Microsoft AL application add-on and localization extensions for Microsoft Dynamics 365 Business Central.
MIT License
785 stars 620 forks source link

Question regarding extending User table #22762

Closed gntpet closed 4 months ago

gntpet commented 1 year ago

Business requirement:

As IT Administrator, I would like to see user's "Last Login Date/Time" in the User list.

To implement this feature I would just add flowfield (based on "Session Event" table) to User table . But there's one issue

In BC14 C/AL, I could easily make this change. What would be the alternative now?

NKarolak commented 1 year ago

You could create a function instead and use that as source for a new page field.

gntpet commented 1 year ago

You could create a function instead and use that as source for a new page field.

I could, but then user won't be able to sort by the field

JesperSchulz commented 4 months ago

As this is a rather old question, I'll close it.

Also, this isn't the best place to ask questions. Try posting your question to the following resources instead:

Business Central Community mibuso forum Viva Engage

This GitHub repository handles issues with extending published apps, and extensibility in general, for the latest release of Business Central.