martonsagi / al-object-designer

AL Object Designer for Dynamics 365 Business Central development
MIT License
39 stars 21 forks source link

Add Subscriber EventName and ElementName #77

Closed DavidFeldhoff closed 3 years ago

DavidFeldhoff commented 3 years ago

Hi Marton, I added the Subscriber EventName and ElementName to the eventList. The EventName was already partially added as TargetEventName. I added it more consistently and the ElementName was added in the other cases as well. Furthermore I added something that you can say that the cache should be reloaded if it's older than version x (in this case the new version 0.2.4) because I want that the new properties are filled.

Furthermore I deleted the .lock files and I added comments to the any-Items which become CollectorItems, so that it will become more easy to go away of the "all types are type any" if that's a goal of you. But I didn't dare to add the properties directly with their default value as I don't know if you use these with other extensions and check if they are undefined?!

Best regards David

martonsagi commented 3 years ago

Hi David,

It seems good at first review. Let me give a bit of time to verify with my local projects and check the webui parts as well. If all ok, I'll merge it and make a new 0.2.4 release.

martonsagi commented 3 years ago

It seems to be working after some testing. :)