Skip to main content
aishwaryap610839
July 19, 2024
Question

two types of data type for same object with same internationalisation settings but for two different users

  • July 19, 2024
  • 9 replies
  • 0 views

I came accross a behaviour where an appian object(integration) accessed by two different users having parameters data type in two different format

Eg: user1 gets the data type format as "mm/dd/yyyy" and user2 gets the data type as "dd/mm/yyyy". Though their internationalisation settings are same and both users are accessing same object . What else could be the scenario for such behaviour?

Above are images from two different users using the same objects.

    9 replies

    davidj137213
    Brainy
    July 19, 2024

    The settings are the same in admin console or in user config? I know that is a silly question... but just to confirm...

    Maybe it's related with the browser config?

    aishwaryap610839
    July 19, 2024

    the settings are simillar for both users 

    stefanhelzle0001
    Brainy
    July 19, 2024

    This is just how these values are displayed. It will not have any effect on the evaluation of these integrations.

    aishwaryap610839
    July 19, 2024

    when both the users are trying to run the integration with currentdate parameter as today() it is executing success for user1 with format "mm/dd/yyyy" and for the user2 it gives error "500- server error"  now when i change the today value to null in current date for user2 it is success for user2