Have created a check-in and check-out app that works beautifully "only" if the app stays open. Scenario: Member checks in for work, i.e. 0800, closes app. End of day, member opens app again and checks out, 1600. Need to be able to call the record back when checking out. Addition...
I've had a quick look at powerapps, which seems like a complicated piece of software to use, I would consider trying to learn it if I thought it could do what I'm trying to achieve. I've looked at 3rd party software like GoCanvas but can't see my company investing, if th...
Have created a check-in and check-out app that works beautifully "only" if the app stays open. Scenario: Member checks in for work, i.e. 0800, closes app. End of day, member opens app again and checks out, 1600. Need to be able to call the record back when checking out. Addition...
Hello Community, Have created a check-in and check-out app that works beautifully "only" if the app stays open. Scenario: Member checks in for work, i.e. 0800, closes app. End of day, member open... Figured it out!!! Button: TWCheck-in Set( CurrentCheckedinRecord, Patch( CheckIn...
CurrentCheckedinRecord, Patch( CheckInOut, Defaults(CheckInOut), { Employee: User().FullName, TWin: Now(), Division: ddDiv.Selected, Remarks: Remarks1.Text })); Reset(ddDiv); Reset(Remarks1); Button: TWCheck-out UpdateIf(CheckInOut, !IsBlank(TWin), {TWout: Now()}) ...
CurrentCheckedinRecord, Patch( CheckInOut, Defaults(CheckInOut), { Employee: User().FullName, TWin: Now(), Division: ddDiv.Selected, Remarks: Remarks1.Text })); Reset(ddDiv); Reset(Remarks1); Button: TWCheck-out UpdateIf(CheckInOut, !IsBlank(TWin), {TWout: Now()}) ...