Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Using a customizable field on a custom view

Former Member
0 Likes
433

Hello everyone,

I am creating custom view. The main table has a field that can either contain a customer or a vendor based on a field.

The field identifier is Inbound is vendor and outbound is customer. They are using the same field to store the customer or vendor. Is there a way in a view, based on the field identifier, to have a "generic" NAME1 field that contains the customer name or the vendor name?

Thanks for your help and I can clarify if I made it confusing.

1 ACCEPTED SOLUTION
Read only

prasenjit_sharma
Active Contributor
0 Likes
401

Hi,

You need write an exit for this.

Regards

Prasenjit

Hello everyone,

I am creating custom view. The main table has a field that can either contain a customer or a vendor based on a field.

The field identifier is Inbound is vendor and outbound is customer. They are using the same field to store the customer or vendor. Is there a way in a view, based on the field identifier, to have a "generic" NAME1 field that contains the customer name or the vendor name?

Thanks for your help and I can clarify if I made it confusing.

2 REPLIES 2
Read only

prasenjit_sharma
Active Contributor
0 Likes
402

Hi,

You need write an exit for this.

Regards

Prasenjit

Read only

Former Member
0 Likes
401

I was looking through the view and I found where to write the exit.

Thank you very much for your help.

This is exactly what I need.