GridPlus - working example

Certified Lead Developer

I have an open support case for this, but hoping to see a working example of add/edit/delete rows using GridPlus asap.

Attached is my attempt, but I'm seeing an error (I won't share here, that's in a separate thread).

I'm hoping someone can package and share a working example (they don't necessarily need to debug mine) where they can add/edit/delete rows and submit changes.

CREATE TABLE `FOS_STG_PPS_BASIS` (
 `PPS_BASIS_ID` int(11) NOT NULL AUTO_INCREMENT,
 `CLOSE` varchar(255) DEFAULT NULL,
 `INVESTOR` varchar(255) DEFAULT NULL,
 `INVESTOR_REFERENCE` varchar(255) DEFAULT NULL,
 `FUND_ENTITY` varchar(255) DEFAULT NULL,
 `QUARTERLY_FEE` varchar(255) DEFAULT NULL,
 `TASK_ID` int(11) DEFAULT NULL,
 `CREATED_ON` datetime DEFAULT current_timestamp(),
 PRIMARY KEY (`PPS_BASIS_ID`)
) ENGINE=InnoDB AUTO_INCREMENT=56224 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
Fund Operations Sandbox - GridPlus Error.zip

  Discussion posts and replies are publicly visible