
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi All,
I am facing the issue while trying to display a field value in VJ in change module.
In approval tab ->current approvals virtual join I am trying to fetch one more field but it is not displaying at all.I am having customized field operatorfname of type array and want to display it.But it is blank always.This is filling using calulation in approval FC and saving value successfully.I can see it in approval.g form (which is customized same is trying to do for this VJ)
I am able to fetch any other array type field but not this one.
Regards,
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I am using same queries as that of Approval FC in cm3r FC too.
Thanks Audrey and Vadim for you help!!


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello.
You are trying to display array field data inside one cell? Think it is not vj issue as you are specifying in vj form real field name as input.
This will be the problem of data type display and not problem with VJ.
Vadim
HOW TO ASSIGN POINTS - Kudos - what, where, how, and why
New Forum Locations by ITRC Tree
New Forums Site Map
Want Good Answers? Ask Good Questions...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
But it is correctly showing data in approval.g form which is having same property as my VJ form.
And I am able to display current.pending.groups field which is array type but not my customized field operatorfname.
regards,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi,
This may seem like a stupid question, but are you sure your input property was saved when you updated your Approval.vj.g form with the new column? I know that when you add a new column to a form, you sometimes have to save the column first and then go back into the form and add the input property for the column and save it again.
Audrey

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Can you also verify that this field is not empty in the Approval record? A bit confused about what can be the problem.
Vadim
HOW TO ASSIGN POINTS - Kudos - what, where, how, and why
New Forum Locations by ITRC Tree
New Forums Site Map
Want Good Answers? Ask Good Questions...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
thanks,


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Btw have you tried to restart the service?
Vadim
HOW TO ASSIGN POINTS - Kudos - what, where, how, and why
New Forum Locations by ITRC Tree
New Forums Site Map
Want Good Answers? Ask Good Questions...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi,
I notice your column doesn't have a Name property. I'm not sure if it would have any effect, but it sometime does for other types of field objects on a form, so it's worth trying to populate it. In my environment, all my Name properties are populated, all my Button ID properties are 0, and all Clickable Title properties are unchecked.
Audrey

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Also.....are you sure the field is actually populated at the point that the Approval.vj.g form is displayed? Perhaps the double click event used to actually display the Approval record is what populates it. What did you add to your Approval formatctrl to populate this field?