Hello everyone .
what iam trying to achieve is i have 2 schemas one is shifts and another details.
shifts:
shift A 6:00 am to 14:00 pm
shift B 14:01 am to 22:00 pm
shift A 22:01 am to 05:59 am
the above data iam maintaining in shifts schema.
in details schema i am having
details
name start time end time
the three colums i have in details schema. according to the useer selection time we need to divide the slots. the time is in utc format. can any one please help me with this it will be very helpful for me.
Hi @Manoj Kumar Chennareddy,
Is that possible for you to specify whether it's a traditional, reactive, mobile or ODC app?
Plus, can you elaborate more about how you want to divide the slots any background information or end goal why you are doing this, so that it can help the community member to understand your problem.
Regards,
Manish Jawla
there is a sample available Healthcare App in OutSystems. You can refer it.
https://outsystemsui.outsystems.com/live/mobile/PatientMobilePreview?AllowInstall=true&Protocol=servicestudiox11
@Manoj Kumar Chennareddy, what exact help do you need? I understand that there are two entities holding the data—shift and details. Are you trying to display the shift details, such as Start Time, End Time, and Shift Name, when you select a user? As others have suggested, if you could explain a bit more, someone might be able to assist you.
Hi there,
As my fellow community members have already pointed out, it's a bit challenging to understand exactly what you're trying to achieve. However, it seems like you want to divide time slots based on a user's selection and match them with predefined shift timings stored in one schema. The second schema appears to hold specific details for each time slot.
To clarify, are you looking to:
If you could provide a more detailed explanation or example, it would make it easier to help.
Thank You for all of your responses . i have got the solution.
please share the solution so any one face same problem can refer to the solution and please mark it solved.