Much more information is needed. We can’t reproduce that behavior: https://wyday.com/limelm/help/faq/#useful-reports
Using GetFeatureValue with custom field name and default value in vba code returns always default value.
Much more information is needed. We can’t reproduce that behavior: https://wyday.com/limelm/help/faq/#useful-reports
I have done things as per that link and I still not able to read the value of "Custom Field"
I am doing the development in the following enviornment (MS Access VBA)
If you've added a custom license field after you've activated the key then you won't be able to read the field until you re-activate.
So, call ta.Activate(). Then attempt to read the field again.
Covered here: https://wyday.com/limelm/help/license-features/#change
I have done that too. In fact I have deactivated the key in your site and activated the same using my application.
Still I am not able to read the field.
Would it help if I discard this key and try with a new one?
Yeah, that would be the next thing to try.
I have done that too now. Still unable to read.
I have tried using the new key in the same system. Should I use a different system?
It's working for us. It's almost certainly a bug in your code (or how you're setting things up in your product).
And add plenty of breakpoints so you can tell exactly where things are failing.
Thank you