Hi @JainAyushii
What exactly are you doing and how? Please elaborate?
Cheers!
@Shneor Cheshin I am trying to create the screen (Custom Part Usage) from a newly created custom meta data.
Now, after screen creation, following fields (Serial Num, Quantity, task id, part) has been added and are editable.
Expectation here is when FT open the “Custom Part Usage” screen from the task overview screen, then task id should be set automatically and read only.
Issue which i am facing is i have create client script in which i am fetching task id by below code.
var taskId = getCurrentKeys("task", "task_id");
This script is giving error in mobile application.
Hope its clear to you.
HI @JainAyushii
When is the client script triggered?
If you leave only one line in the script var taskId = getCurrentKeys("task", "task_id"); Still getting an error?
Could you please share the whole script?
Cheers!