September 6, 201114 yr I have estimate table and there is portal which is coming from estmate line item. i want to copy the record of portal and create new record
September 6, 201114 yr Button must be in portal and script might look like this: Go To Related Record [ from table LineItems using layout based upon LineItems ] Duplicate Record/Request Go To Layout [ Original layout ] How to return to the newly created record to modify it further would depend upon the sort order of your relationship and portal and where the new record lands within the portal. If it is the last record then you might continue the script with: Go To Portal Row [ last ] Go To Field [ field you wish to change ]
September 7, 201114 yr Author this is not my requirement,my question is i have estimate table and there is portal in estimate table the record come in portal is from estmate line item,I want to import all the record including portal record of that particular estimate id with new estimate id.
September 7, 201114 yr Do you mean you want to duplicate the estimate, with its line items? If so, see if this helps: http://fmforums.com/forum/topic/79503-setting-multiple-portal-rows-into-a-new-portal/page__p__370376#entry370376 Hint: If your question is not being understood, the smart thing to do is to try and explain it using different terms, instead of repeating it.
September 7, 201114 yr Author the link you have given above is nice,my requirement is full filled by this. Thanks
Create an account or sign in to comment