Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Field Access Base On Value Range Set

Featured Replies

Hi,

I came a cross a situation where by the particular field. Let say FIELD A.

FIELD A = NUMBER

User A = Access from range 0 to 10000

User B = Access from range 0 to 20000

User C = Unlimited.

How do I set for each users can see their own range that we preset for them ? Thanks.

For field A create script like:

If (Get(UserName)="A" and A<10000) Go To Field A

If (Get(UserName)="B" and A<20000) Go To Field B

If (Get(UserName)="C") Go To Field C

Join this script to field A in layout.

  • Author

Thanks for your reply aaa!

What I want is that it validate single field only. All the above 3 users can access to the same field which is FIELD A. It is just that they can access a different value range. Like lower position staff can only view records from $0 to $10000.

Instead A in layout put Calculated field as

A_Calc=Case(

(Get(UserName)="A" and A<10000)),A,"",

(Get(UserName)="B" and A<20000)),A,"",

(Get(UserName)="C"),A,"")

  • Author

Thanks. I'll try it out. You-Rock.gif

  • Author

I still can't get it to work. smashpc.gif

Attached is the file on what I am working on. thankyou2.gif

field.zip

Your attachment has password!

  • Author

Your attachment has password!

Checkout the User Login.txt for the password.

Or the default login is Admin with no password set.

You have very usable idea and it can be realized.

Accsess.zip

  • Author

Thanks for your compliment. Let's workout together to beat our FM solutions competitor. BigThumbUp.gif

  • Author

Your solution works. But let say I want it to be within the single field without using the Viewing value. Can it be done ?

oops2.gif

I am not sure, may be not! But why? If you want oportunity to change value i can say you how to do it.

  • Author

I need it to be able to change the value due to this field is my selling price. It change every month due to market fluctuation.

Now i finished my work. I will answer tomorrow.

See attachment!

Accsess.zip

  • Author
Thanx.gifYou-Rock.gifGood-Post.gif

Your smiles is intersting!

  • Author

I can see that you seldom check your mail. Writing.gif

I responded you today. You dont get?

  • Author

Post deleted by Fei Long

  • Author

From the above solution, we can control the value field base on what max value they can see.

Let say base on the max value set for them, we don't even want them to see the record at all. Not just blank out the field. Can it be done ? Ask.gif

Checkout my latest attachment.

Accsess.zip

  • Author

Problem solved by aaa. BigThumbUp.gif

Accsess.zip

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.