Get User ID from User Field
Posted: 22 Aug 2017
How to get the value of the user ID through the user field.
The object fd.field('userField') contains this value in defaultValue:
fd.field('userField')[0]. all . ctl00$ctl50$g_e496deda_84a1_491b_8b53_e9b0f9000bc3$_x041d__x0435__x043f__x043e__x04Field .... defaultValue .
Perhaps there is a function to get this parameter? (fd.field('userField')[0].getAttribute("defaultValue") not work)
The object fd.field('userField') contains this value in defaultValue:
fd.field('userField')[0]. all . ctl00$ctl50$g_e496deda_84a1_491b_8b53_e9b0f9000bc3$_x041d__x0435__x043f__x043e__x04Field .... defaultValue .
Perhaps there is a function to get this parameter? (fd.field('userField')[0].getAttribute("defaultValue") not work)