how to move data from one to other record within the same object.

Ok. No Problem. i will paste the Xml code of the Page.i will available at that time.




















Active
Expired
Inactive




















































    <model id="CurrentUser" limit="20" query="true" createrowifnonefound="false" adapter="salesforce" type="" sobject="User">
        <fields>
            <field id="Id"/>
            <field id="SmallPhotoUrl"/>
        </fields>
        <conditions>
            <condition type="userinfo" value="" field="Id" operator="=" enclosevalueinquotes="true" userinfotype="userid"/>
        </conditions>
        <actions/>
    </model>
    
</models>
<components>
    <grid uniqueid="sk-pzCNM-318">
        <divisions>
            <division behavior="flex" minwidth="100px" ratio="1">
                <components>
                    <skootable showconditions="true" showsavecancel="true" searchmethod="server" searchbox="true" showexportbuttons="false" pagesize="25" createrecords="true" model="Entitlement" buttonposition="" mode="read" uniqueid="sk-6rwo7-72">
                        <fields>
                            <field id="Status" valuehalign="" type="CUSTOM" snippet="icon" columnwidth="30px"/>
                            <field id="On_Hold__c" type="" valuehalign="" columnwidth="40px"/>
                            <field id="Name" valuehalign="" type="" columnwidth="300px" allowordering="true"/>
                            <field id="AccountId" valuehalign="" type="" columnwidth="450px" allowordering="true">
                                <label>Account Name</label>
                            </field>
                            <field id="StartDate" valuehalign="" type="" columnwidth="100px" allowordering="true"/>
                            <field id="EndDate" valuehalign="" type="" columnwidth="100px" allowordering="true"/>
                            <field id="Contract_SLA__c" valuehalign="" type="" columnwidth="100px"/>
                            <field id="Systems__c" valuehalign="" type="" columnwidth="150px"/>
                        </fields>
                        <rowactions>
                            <action type="edit"/>
                            <action type="delete"/>
                            <action type="multi" label="Move Site Doc from old Entitlement" icon="ui-silk-application-go">
                                <actions>
                                    <action type="emptyModelData">
                                        <models>
                                            <model>expEnt</model>
                                        </models>
                                    </action>
                                    <action type="setCondition" model="expEnt" condition="accId" value="{{Account.Id}}"/>
                                    <action type="setCondition" model="cuRent" condition="Id" value="{{Id}}"/>
                                    <action type="requeryModels" model="expEnt" behavior="standard">
                                        <models>
                                            <model>expEnt</model>
                                            <model>cuRent</model>
                                        </models>
                                    </action>
                                    <action type="drawer">
                                        <drawer title="Drawer Area" width="90%" closehandle="true">
                                            <components>
                                                <skootable showconditions="true" showsavecancel="false" searchmethod="server" searchbox="true" showexportbuttons="false" pagesize="10" createrecords="false" model="expEnt" buttonposition="" mode="readonly" uniqueid="sk-1c5F1t-309">
                                                    <fields>
                                                        <field id="Customer_Entitlement__r.Name" name="customerEntitlementrName" valuehalign="" type="" snippet="removeLater"/>
                                                        <field id="Customer_Entitlement__r.Account.Name" name="customerEntitlementrAccou" valuehalign="" type=""/>
                                                        <field id="Customer_Entitlement__r.EndDate" name="customerEntitlementrEndDa" valuehalign="" type=""/>
                                                        <field id="Customer_Entitlement__r.Contract_SLA__c" name="customerEntitlementrContr" valuehalign="" type=""/>
                                                        <field id="Customer_Entitlement__r.On_Hold__c" name="customerEntitlementrOnHol" valuehalign="" type=""/>
                                                        <field id="Customer_Entitlement__r.StartDate" name="customerEntitlementrStart" valuehalign="" type=""/>
                                                        <field id="Customer_Entitlement__r.Status" name="customerEntitlementrStatu" valuehalign="" type=""/>
                                                    </fields>
                                                    <rowactions>
                                                        <action type="multi" label="Add Site Doc" icon="ui-silk-add">
                                                            <actions>
                                                                
                                                                
                                                                
                                                                
                                                                
                                                                
                                                                
                                                                
                                                                
                                                                
                                                                
                                                                
                                                                
                                                                
                                                                
                                                                
                                                                
                                                                
                                                                
                                                                
                                                                
                                                                
                                                                
                                                                
                                                                
                                                                
                                                            <action type="adoptRows" sourcemodel="Applications" targetmodel="Applications"/>