request the Payee to add their EFT details via the Online Donations system

No EFT details exist for this Participant for the Payment Type selected. Please select a different Payment Type or request the Payee to add their EFT details via the Online Donations system.

More people are using the tools app to submit receipts to the clerk than ever before.  If your ward clerk is unable to process the expense reimbursement request you submitted electronically with your phone due to the error message "No EFT details exist for this Participant for the Payment Type selected. Please select a different Payment Type or request the Payee to add their EFT details via the Online Donations system."  This is what you need to do:


Open the web browser of your choice:



Go to the church web site:  https://www.churchofjesuschrist.org/



Log in to your account:


Top Right corner:



Sign In:
Enter your Username:


Click Next:


Enter your Password:

Click Verify:


Click your photo in the top right hand corner:


Click Donations:


Open the Donations menu:


Click Settings:

Scroll WAY WAY down to "Add Reimbursement Account":
Select an existing account:


If you do not have an account, add a new account instead:



Agree to the terms:




Save your changes:

Verify your account is now shown:



Call / Text/ Talk to your clerk to let them know the error should be gone and they may try again.
















Pass Raw Physical disks on a windows host to a linux virtualbox



With the VM shut down, and all managers and services like VBoxVmService stopped:

Optional when disk numbers have changed: Delete the existing TINY vmdk files with the same exact names you will be re creating from the file system and inside the .vbox file

Open power shell prompt as admin then run the following:

cd 'C:\Program Files\Oracle\VirtualBox\'
.\VBoxManage internalcommands createrawvmdk -filename "C:\0.vmdk" -rawdisk \\.\PhysicalDrive0
.\VBoxManage internalcommands createrawvmdk -filename "C:\1.vmdk" -rawdisk \\.\PhysicalDrive1
.\VBoxManage internalcommands createrawvmdk -filename "C:\2.vmdk" -rawdisk \\.\PhysicalDrive2
.\VBoxManage internalcommands createrawvmdk -filename "C:\3.vmdk" -rawdisk \\.\PhysicalDrive3
.\VBoxManage internalcommands createrawvmdk -filename "C:\4.vmdk" -rawdisk \\.\PhysicalDrive4
..... How ever many you have

Add the disks back in to the VM definition using the GUI.

Be sure you do not use any disks that windows might try to use.

Test the VM, boot, run, power off

restart the services like VBoxVmService


Thanks