Hi,
how could I access the input value of user within a button clicked method:
The value (e.g.: 945) is invalid because it is not referenced in the related table. Therefore I want to run a method (by clicking on the button), which will create the referenced entry . I tried two different approaches and both return 0:
- access via datasource (SSBWorkintTimeLine)
- access via FormIntegerControl (SSBWorkingTimeLine_DevOpsWorkItemId)
How could I access the user value?
Thanks for any hint.
Sebastian