You need to sign in to do that
Don't have an account?
How can I create a single row object in Salesforce?
How can I create a single row object in salesforce?
In oracle, I could do something like this for a single row table:
In oracle, I could do something like this for a single row table:
create table singlerowtable(lastrundate DATE); create unique index singlerowtable_uk ON singlerowtable('1');
Is there a business reason behind your request?
You can try using Custome Settings, it also act as a object. BUt not sure, if it meets the criteria. But i believe, you cannot create s Singlr rpw object.
Regadrs
Pramod
Probable, you can follow this link.
>> https://developer.salesforce.com/forums/ForumsMain?id=906F00000008y9CIAQ
Regards
Pramod
update lrc;