Hi,
I have data definition, where user can enter code (Code field) and i want to assign value or Text to a field 2 ? Can we assigned back the value to field via C#.Net Script ?
Kind Regards
ibrar shah
Hi,
I have data definition, where user can enter code (Code field) and i want to assign value or Text to a field 2 ? Can we assigned back the value to field via C#.Net Script ?
Kind Regards
ibrar shah
1人中1人がこの記事が役に立ったと言っています
コメント
5件のコメント
Hello,
You may use “Merge” script rule for this action. See the screenshot.
Hi Ekaterina,
Many thanks for your reply. Let me explain the issue again, i have one field of sheet contains some code let say "002" and i have created another variable or field named "Fields 2" on form to show the value against written code ("002"). In script i have called DataBase and get back value like "Math" and now from that script i have to assigned back this value of code "Math" to create field "Fields 2" . Please share line of code how i will able to assign back .
Kind Regards
Ibrar Shah
Hello,
We believe that our previous solution (merging fields) should have worked in your situation. It did not require any custom code, as it was based on built-in FlexiCapture tools. If it hasn't met your needs, please tell us what went wrong.
Hi,
thanks for your reply.
yes you are right if both field have client filled data then this merge function will work fine and i have used number of time But issue is one field let say "Code" is enter by client while second field is empty and filled run time with respect field "Code". For Example
Field 1: client enter code 001 and while capturing we will connect to Database via C#.Net Script and on return we got text let say "Math" and now we want to show in second field.
Now please confirm will it work as you mentioned in your post ? if yes then how ? please share example or steps.
Kind Regards
ibrar shah
Hello,
As we see from your description, you may use “Database check” rule for your needs.
Please create two fields and connect them to database using settings as shown on the screenshot.
サインインしてコメントを残してください。