The table name is: "RemoteCycleRows"
To get the custom page to work, I had to rename the folder from "RemoteCycleRows" to "DynamicData\CustomPages\Remote Cycles"
[MetadataType(typeof(RemoteCycleRow_Metadata))]
public partial class RemoteCycleRow {
}
[TableName("Remote Cycles")]
[DisplayColumn("BoxRow")]
public class RemoteCycleRow_Metadata
{
stuff here
}Let me know if you need anything else.
Tommy