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

Table

Former Member
0 Likes
560

Hi,

In table creation why we should give client field?

If we give the client field what is the use?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
541

well if the tables have no client field it makes no sense to have diffenrent clients.

how would you store client dependend information then in that table?

4 REPLIES 4
Read only

Former Member
0 Likes
542

well if the tables have no client field it makes no sense to have diffenrent clients.

how would you store client dependend information then in that table?

Read only

Former Member
0 Likes
541

HI,

we don't need to give client field in a table.it is not necessary.

if you create table with client field the data in that table from client to client will change(client dependent)

rgds,

bharat.

Read only

Former Member
0 Likes
541

Hi,

Tables with client field are client dependent.

Inorder to transport the data created in one table to another client, table is defined with client field.

Regards

Kannaiah.

Read only

VikasB
Active Participant
0 Likes
541

Hi Udaya,

When you create any D/B table it is mandatory to give the Client field.

coz the tables are client independent but the DATA in it is client dependent.

so if create table in your development client you have to see the data in that table from your testing client.

normaly we do maintain the client field for security purpose so that data in table should not be viewed in other clients..

regards,

vikas.

plz reward if helpful...